Home / Development / Documentation / 2.0.44 / AbstractNodeBranchDataAdapter
TreeGraph 2
 


info.bioinfweb.treegraph.document.nodebranchdata
Class AbstractNodeBranchDataAdapter

java.lang.Object
  extended by info.bioinfweb.treegraph.document.nodebranchdata.AbstractNodeBranchDataAdapter
All Implemented Interfaces:
NodeBranchDataAdapter
Direct Known Subclasses:
BranchLengthAdapter, TextElementDataAdapter, UniqueNameAdapter

public abstract class AbstractNodeBranchDataAdapter
extends Object
implements NodeBranchDataAdapter

Implements a basic equals()-method for all node/branch data adapters.

Since:
2.0.24
Author:
Ben Stöver

Constructor Summary
AbstractNodeBranchDataAdapter()
           
 
Method Summary
 boolean equals(Object other)
          Returns true if the specified object is an instance of the same class.
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface info.bioinfweb.treegraph.document.nodebranchdata.NodeBranchDataAdapter
decimalOnly, delete, getDataElement, getDecimal, getText, isDecimal, isEmpty, isNewColumn, isString, readOnly, setDecimal, setText, toString
 

Constructor Detail

AbstractNodeBranchDataAdapter

public AbstractNodeBranchDataAdapter()
Method Detail

equals

public boolean equals(Object other)
Returns true if the specified object is an instance of the same class.

Overrides:
equals in class Object
See Also:
Object.equals(java.lang.Object)