public class PhyloXMLMetaEventInfo extends Object
PhyloXMLEventWriter
to model a meta event in a hierarchical structure of metadata.Constructor and Description |
---|
PhyloXMLMetaEventInfo(String id,
List<String> childIDs,
boolean isTopLevel) |
Modifier and Type | Method and Description |
---|---|
List<String> |
getChildIDs() |
String |
getId() |
boolean |
isTopLevel() |
public PhyloXMLMetaEventInfo(String id, List<String> childIDs, boolean isTopLevel)
public List<String> getChildIDs()
public boolean isTopLevel()