Uses of Enum Class
org.forester.phylogeny.data.SequenceRelation.SEQUENCE_RELATION_TYPE
Packages that use SequenceRelation.SEQUENCE_RELATION_TYPE
-
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_TYPEMethod parameters in org.forester.phylogeny with type arguments of type SequenceRelation.SEQUENCE_RELATION_TYPEModifier and TypeMethodDescriptionvoid
Phylogeny.setRelevantSequenceRelationTypes
(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_TYPEModifier and TypeFieldDescriptionstatic final Map
<SequenceRelation.SEQUENCE_RELATION_TYPE, String> SequenceRelation.typesToNames
Methods in org.forester.phylogeny.data that return SequenceRelation.SEQUENCE_RELATION_TYPEModifier and TypeMethodDescriptionSequenceRelation.getType()
Returns the enum constant of this class with the specified name.SequenceRelation.SEQUENCE_RELATION_TYPE.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.forester.phylogeny.data with parameters of type SequenceRelation.SEQUENCE_RELATION_TYPEModifier and TypeMethodDescriptionstatic String
SequenceRelation.getPrintableNameByType
(SequenceRelation.SEQUENCE_RELATION_TYPE type) void
SequenceRelation.setType
(SequenceRelation.SEQUENCE_RELATION_TYPE type)