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 voidPhylogeny. 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. typesToNamesMethods in org.forester.phylogeny.data that return SequenceRelation.SEQUENCE_RELATION_TYPE Modifier and Type Method Description SequenceRelation.SEQUENCE_RELATION_TYPESequenceRelation. getType()static SequenceRelation.SEQUENCE_RELATION_TYPESequenceRelation.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.StringSequenceRelation. getPrintableNameByType(SequenceRelation.SEQUENCE_RELATION_TYPE type)voidSequenceRelation. setType(SequenceRelation.SEQUENCE_RELATION_TYPE type)
-