public class PhyloXMLPredicateInfo extends Object
PhyloXMLWriterStreamDataProvider.getPredicateInfoMap()
. It stores information
about the way a predicate shall be translated to a PhyloXML specific tag.Constructor and Description |
---|
PhyloXMLPredicateInfo(PhyloXMLPredicateTreatment treatment,
QName translation,
QName... allowedChildren) |
Modifier and Type | Method and Description |
---|---|
QName[] |
getAllowedChildren() |
QName |
getTranslation() |
PhyloXMLPredicateTreatment |
getTreatment() |
public PhyloXMLPredicateInfo(PhyloXMLPredicateTreatment treatment, QName translation, QName... allowedChildren)
public PhyloXMLPredicateTreatment getTreatment()
public QName getTranslation()
public QName[] getAllowedChildren()