| 1 | |
|---|
| 2 | NODE ::= NODE NODE |
|---|
| 3 | NODE ::= S speciesname^A |
|---|
| 4 | NODE ::= G gruppenname^ANODEE |
|---|
| 5 | NODE ::= GF gruppenname^ANODEE // F ist gefaltete Gruppe |
|---|
| 6 | |
|---|
| 7 | |
|---|
| 8 | |
|---|
| 9 | Beispiele: |
|---|
| 10 | |
|---|
| 11 | Sei ^A == # |
|---|
| 12 | |
|---|
| 13 | #G Gruppe#S ecoli#S asdf#G neue Gruppe#E#S ecoli2#\0 // Vor jedes Steuerzeichen S G E muss ein Separator !!!!!!!!!!!! |
|---|
| 14 | |
|---|
| 15 | |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | |
|---|
| 19 | |
|---|
| 20 | |
|---|
| 21 | strcat(configstring, "S EugGrac7"); // toparea |
|---|
| 22 | strcat(configstring, sep_name); |
|---|
| 23 | strcat(configstring, "S CriFasc4"); |
|---|
| 24 | strcat(configstring, sep_name); |
|---|
| 25 | strcat(configstring, "G Gruppe1"); |
|---|
| 26 | strcat(configstring, sep_name); |
|---|
| 27 | strcat(configstring, "S TpaCruz4"); |
|---|
| 28 | strcat(configstring, sep_name); |
|---|
| 29 | strcat(configstring, "S TpaBruc4"); |
|---|
| 30 | strcat(configstring, sep_name); |
|---|
| 31 | strcat(configstring, "G Gruppe2"); |
|---|
| 32 | strcat(configstring, sep_name); |
|---|
| 33 | strcat(configstring, "S Aq_op"); |
|---|
| 34 | strcat(configstring, sep_name); |
|---|
| 35 | strcat(configstring, "ES Aqper"); |
|---|
| 36 | strcat(configstring, sep_name); |
|---|
| 37 | strcat(configstring, "S DioDisc3"); |
|---|
| 38 | strcat(configstring, sep_name); |
|---|
| 39 | strcat(configstring, "ES DroMela4"); |
|---|
| 40 | strcat(configstring, sep_name); |
|---|
| 41 | strcat(configstring, "S CasElega"); |
|---|
| 42 | strcat(configstring, sep_name); |
|---|
| 43 | strcat(configstring, "\0"); |
|---|