Uses of Class
org.forester.phylogeny.data.SequenceRelation.SEQUENCE_RELATION_TYPE
-
Packages that use SequenceRelation.SEQUENCE_RELATION_TYPE Package Description org.forester.phylogeny org.forester.phylogeny.data -
-
Uses of SequenceRelation.SEQUENCE_RELATION_TYPE in org.forester.phylogeny
Methods in org.forester.phylogeny that return types with arguments of type SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Method Description java.util.Collection<SequenceRelation.SEQUENCE_RELATION_TYPE>
Phylogeny. getRelevantSequenceRelationTypes()
Method parameters in org.forester.phylogeny with type arguments of type SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Method Description void
Phylogeny. setRelevantSequenceRelationTypes(java.util.Collection<SequenceRelation.SEQUENCE_RELATION_TYPE> types)
-
Uses of SequenceRelation.SEQUENCE_RELATION_TYPE in org.forester.phylogeny.data
Fields in org.forester.phylogeny.data with type parameters of type SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Field Description static java.util.Map<SequenceRelation.SEQUENCE_RELATION_TYPE,java.lang.String>
SequenceRelation. typesToNames
Methods in org.forester.phylogeny.data that return SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Method Description SequenceRelation.SEQUENCE_RELATION_TYPE
SequenceRelation. getType()
static SequenceRelation.SEQUENCE_RELATION_TYPE
SequenceRelation.SEQUENCE_RELATION_TYPE. valueOf(java.lang.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.Methods in org.forester.phylogeny.data with parameters of type SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Method Description static java.lang.String
SequenceRelation. getPrintableNameByType(SequenceRelation.SEQUENCE_RELATION_TYPE type)
void
SequenceRelation. setType(SequenceRelation.SEQUENCE_RELATION_TYPE type)
-