|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NexusCommand | |
|---|---|
| info.bioinfweb.treegraph.document.io.nexus | Contains classes implementing the import from and export to the Nexus format. |
| Uses of NexusCommand in info.bioinfweb.treegraph.document.io.nexus |
|---|
| Methods in info.bioinfweb.treegraph.document.io.nexus that return NexusCommand | |
|---|---|
private static NexusCommand[] |
NexusParser.scan(String content)
Splite the passed text into Nexus commands. |
| Methods in info.bioinfweb.treegraph.document.io.nexus with parameters of type NexusCommand | |
|---|---|
private static int |
NexusParser.findBlockEnd(NexusCommand[] commands,
int start,
int end)
|
private static int |
NexusParser.findCommand(NexusCommand[] commands,
int start,
int end,
Pattern namePattern,
Pattern tokenPattern)
Searches for the first occurence of the given command. |
private static void |
NexusParser.readTranslTable(NexusCommand command,
TranslTable translTable)
Reads the content of the passed translation table from the passed command. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||