Package | Description |
---|---|
info.bioinfweb.jphyloio.formats.phyloxml |
Contains classes for reading from and writing to streams/files in PhyloXML format.
|
Modifier and Type | Method and Description |
---|---|
PhyloXMLPredicateTreatment |
PhyloXMLPredicateInfo.getTreatment() |
static PhyloXMLPredicateTreatment |
PhyloXMLPredicateTreatment.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PhyloXMLPredicateTreatment[] |
PhyloXMLPredicateTreatment.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
PhyloXMLPredicateInfo(PhyloXMLPredicateTreatment treatment,
javax.xml.namespace.QName translation,
javax.xml.namespace.QName... allowedChildren) |