Uses of Class
org.forester.phylogeny.data.NodeDataField
-
Packages that use NodeDataField Package Description org.forester.archaeopteryx org.forester.phylogeny.data -
-
Uses of NodeDataField in org.forester.archaeopteryx
Methods in org.forester.archaeopteryx that return NodeDataField Modifier and Type Method Description NodeDataField
Configuration. getExtDescNodeDataToReturn()
NodeDataField
Options. getExtDescNodeDataToReturn()
Methods in org.forester.archaeopteryx with parameters of type NodeDataField Modifier and Type Method Description void
Configuration. setExtDescNodeDataToReturn(NodeDataField ext_desc_data_to_return)
void
Options. setExtDescNodeDataToReturn(NodeDataField ext_desc_data_to_return)
-
Uses of NodeDataField in org.forester.phylogeny.data
Methods in org.forester.phylogeny.data that return NodeDataField Modifier and Type Method Description static NodeDataField
NodeDataField. valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.static NodeDataField[]
NodeDataField. values()
Returns an array containing the constants of this enum type, in the order they are declared.
-