Home / Development / Documentation / 2.0.44 / info.bioinfweb.treegraph.document.nodebranchdata
TreeGraph 2
 


Package info.bioinfweb.treegraph.document.nodebranchdata

Contains classes that implement the access to different data fields of the document elements over the common interface NodeBranchDataAdapter.

See:
          Description

Interface Summary
IDElementAdapter This interface should be implemented by all node data adapters that store an ID.
NewNodeDataAdapter This interface should be implemented by all node data adapters that create a new node data column (e.g. a new group of labels).
NodeBranchDataAdapter  
 

Class Summary
AbstractIDElementAdapter Node data adapters that need to store an ID can be inherited from this abstract class.
AbstractNodeBranchDataAdapter Implements a basic equals()-method for all node/branch data adapters.
BranchLengthAdapter  
HiddenBranchDataAdapter  
HiddenDataAdapter  
HiddenNodeDataAdapter  
NewHiddenBranchDataAdapter Creates a new hidden branch data column.
NewHiddenNodeDataAdapter Creates a new hidden node data column.
NewTextLabelAdapter Creates a new group of labels.
NodeNameAdapter  
TextElementDataAdapter This abstract class implements basic funktionalities for adapters that deal with data stored in a TextElementData-object.
TextLabelAdapter  
UniqueNameAdapter  
 

Exception Summary
NodeBranchDataActionNotSupportedException This exception is thrown by node data adapters if an unsupported operation is perfomed (e.g.
 

Package info.bioinfweb.treegraph.document.nodebranchdata Description

Contains classes that implement the access to different data fields of the document elements over the common interface NodeBranchDataAdapter.