| Package | Description |
|---|---|
| org.forester.io.parsers.phyloxml | |
| org.forester.io.parsers.phyloxml.data | |
| org.forester.phylogeny | |
| org.forester.phylogeny.data |
| Modifier and Type | Method and Description |
|---|---|
static Map<String,Sequence> |
PhyloXmlHandler.getSequenceMapByIdForPhylogeny(Phylogeny ph) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
SequenceParser.parse(XmlElement element) |
| Modifier and Type | Method and Description |
|---|---|
Collection<Sequence> |
Phylogeny.getSequenceRelationQueries() |
| Modifier and Type | Method and Description |
|---|---|
void |
Phylogeny.setSequenceRelationQueries(Collection<Sequence> sequencesByName) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
SequenceRelation.getRef0() |
Sequence |
SequenceRelation.getRef1() |
Sequence |
NodeData.getSequence()
Convenience method -- always returns the first Sequence.
|
Sequence |
NodeData.getSequence(int index) |
| Modifier and Type | Method and Description |
|---|---|
List<Sequence> |
NodeData.getSequences() |
| Modifier and Type | Method and Description |
|---|---|
void |
NodeData.addSequence(Sequence sequence) |
int |
Sequence.compareTo(Sequence o) |
void |
SequenceRelation.setRef0(Sequence ref0) |
void |
SequenceRelation.setRef1(Sequence ref1) |
void |
NodeData.setSequence(int index,
Sequence sequence) |
void |
NodeData.setSequence(Sequence sequence)
Convenience method -- always sets the first Sequence.
|
Copyright © 2016. All rights reserved.