Uses of Class
info.bioinfweb.treegraph.document.HiddenDataMap

Packages that use HiddenDataMap
info.bioinfweb.treegraph.document   
info.bioinfweb.treegraph.document.io.xtg   
info.bioinfweb.treegraph.document.nodedata   
 

Uses of HiddenDataMap in info.bioinfweb.treegraph.document
 

Fields in info.bioinfweb.treegraph.document declared as HiddenDataMap
private  HiddenDataMap Node.hiddenDataMap
           
private  HiddenDataMap Branch.hiddenDataMap
           
 

Methods in info.bioinfweb.treegraph.document that return HiddenDataMap
 HiddenDataMap HiddenDataMap.clone()
          Returns a deep copy of this map and its contents.
 HiddenDataMap Node.getHiddenDataMap()
           
 HiddenDataMap HiddenDataElement.getHiddenDataMap()
           
 HiddenDataMap Branch.getHiddenDataMap()
           
 

Methods in info.bioinfweb.treegraph.document with parameters of type HiddenDataMap
 void HiddenDataMap.assign(HiddenDataMap other)
          Clears the current contents of the map and fills it with copies of the contents of the given map.
 boolean HiddenDataMap.containsSameID(HiddenDataMap other)
          Tests if the specified map contains one or more IDs that are also contained in this map.
 

Uses of HiddenDataMap in info.bioinfweb.treegraph.document.io.xtg
 

Methods in info.bioinfweb.treegraph.document.io.xtg with parameters of type HiddenDataMap
private  void XTGReader.readHiddenData(javax.xml.stream.events.StartElement element, HiddenDataMap list)
           
private  void XTGWriter.writeHiddenDataMap(HiddenDataMap m)
           
 

Uses of HiddenDataMap in info.bioinfweb.treegraph.document.nodedata
 

Methods in info.bioinfweb.treegraph.document.nodedata that return HiddenDataMap
protected  HiddenDataMap HiddenNodeDataAdapter.getDataMap(Node node)
           
protected abstract  HiddenDataMap HiddenDataAdapter.getDataMap(Node node)
           
protected  HiddenDataMap HiddenBranchDataAdapter.getDataMap(Node node)