| Package | Description |
|---|---|
| org.forester.phylogeny | |
| org.forester.phylogeny.data |
| Modifier and Type | Method and Description |
|---|---|
Collection<SequenceRelation.SEQUENCE_RELATION_TYPE> |
Phylogeny.getRelevantSequenceRelationTypes() |
| Modifier and Type | Method and Description |
|---|---|
void |
Phylogeny.setRelevantSequenceRelationTypes(Collection<SequenceRelation.SEQUENCE_RELATION_TYPE> types) |
| Modifier and Type | Field and Description |
|---|---|
static Map<SequenceRelation.SEQUENCE_RELATION_TYPE,String> |
SequenceRelation.typesToNames |
| Modifier and Type | Method and Description |
|---|---|
SequenceRelation.SEQUENCE_RELATION_TYPE |
SequenceRelation.getType() |
static SequenceRelation.SEQUENCE_RELATION_TYPE |
SequenceRelation.SEQUENCE_RELATION_TYPE.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SequenceRelation.SEQUENCE_RELATION_TYPE[] |
SequenceRelation.SEQUENCE_RELATION_TYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static String |
SequenceRelation.getPrintableNameByType(SequenceRelation.SEQUENCE_RELATION_TYPE type) |
void |
SequenceRelation.setType(SequenceRelation.SEQUENCE_RELATION_TYPE type) |
Copyright © 2016. All rights reserved.