|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.forester.phylogeny.data.PropertiesMap
public class PropertiesMap
| Constructor Summary | |
|---|---|
PropertiesMap()
|
|
| Method Summary | |
|---|---|
void |
addProperty(Property property)
|
StringBuffer |
asSimpleText()
|
StringBuffer |
asText()
|
PhylogenyData |
copy()
Creates a new PhylogenyData object with identical values as this PhylogenyData. |
SortedMap<String,Property> |
getProperties()
|
Property[] |
getPropertiesArray()
|
Property |
getProperty(String ref)
|
String[] |
getPropertyRefs()
Returns all property refs of this PhylogenyNode as String array. |
boolean |
isEqual(PhylogenyData data)
Compares this PhylogenyData to PhylogenyData data. |
boolean |
refExists(String ref)
|
StringBuffer |
toNHX()
|
void |
toPhyloXML(Writer writer,
int level,
String indentation)
Writes a phyloXML representation of this phylogeny data. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public PropertiesMap()
| Method Detail |
|---|
public void addProperty(Property property)
throws IllegalArgumentException
IllegalArgumentExceptionpublic StringBuffer asSimpleText()
asSimpleText in interface PhylogenyDatapublic StringBuffer asText()
asText in interface PhylogenyDatapublic PhylogenyData copy()
PhylogenyData
copy in interface PhylogenyDatapublic SortedMap<String,Property> getProperties()
public Property[] getPropertiesArray()
public Property getProperty(String ref)
throws IllegalArgumentException
IllegalArgumentExceptionpublic String[] getPropertyRefs()
public boolean isEqual(PhylogenyData data)
PhylogenyData
isEqual in interface PhylogenyDatapublic boolean refExists(String ref)
public StringBuffer toNHX()
toNHX in interface PhylogenyData
public void toPhyloXML(Writer writer,
int level,
String indentation)
throws IOException
PhylogenyData
toPhyloXML in interface PhylogenyDataIOExceptionpublic String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||