| 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use HiddenDataMap | |
|---|---|
| info.bioinfweb.treegraph.document | 
      Contains the classes that represent the data structure of TreeGraph 2 (document elements and 
      formats) as well as all edit operations in the undo-package to manipulate the data 
      structure and classes to read and write a document from and to different formats (io-
      subpackage).  | 
| info.bioinfweb.treegraph.document.io.phyloxml | Contains classes implementing the import from the phyloXML format. | 
| info.bioinfweb.treegraph.document.io.xtg | Contains classes implementing reading and writing of TreeGraph 2 documents. | 
| info.bioinfweb.treegraph.document.nodebranchdata | 
      Contains classes that implement the access to different data fields of the document elements over the common
      interface NodeBranchDataAdapter.  | 
| 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.phyloxml | 
|---|
| Methods in info.bioinfweb.treegraph.document.io.phyloxml with parameters of type HiddenDataMap | |
|---|---|
private  void | 
PhyloXMLReader.storeHiddenData(HiddenDataMap map,
                String keyPrefix,
                StartElement element)
 | 
| 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(StartElement element,
               HiddenDataMap list)
 | 
private  void | 
XTGWriter.writeHiddenDataMap(HiddenDataMap m)
 | 
| Uses of HiddenDataMap in info.bioinfweb.treegraph.document.nodebranchdata | 
|---|
| Methods in info.bioinfweb.treegraph.document.nodebranchdata that return HiddenDataMap | |
|---|---|
protected  HiddenDataMap | 
HiddenNodeDataAdapter.getDataMap(Node node)
 | 
protected abstract  HiddenDataMap | 
HiddenDataAdapter.getDataMap(Node node)
 | 
protected  HiddenDataMap | 
HiddenBranchDataAdapter.getDataMap(Node node)
 | 
  | 
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||