net.sf.basedb.util.overview
Class NodeAttribute<T>
java.lang.Object
net.sf.basedb.util.overview.NodeAttribute<T>
public class NodeAttribute<T>
- extends Object
Defines per-node attributes that can be used to store
extra information together with a node that doesn't fit
the regular properties.
- Since:
- 3.0
- Author:
- Nicklas
- See Also:
Node.setAttribute(NodeAttribute, Object)
,
Node.getAttribute(NodeAttribute)
- Last modified
- $Date: 2011-09-19 12:50:09 +0200 (Mon, 19 Sep 2011) $
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXTRACT
public static NodeAttribute<Extract> EXTRACT
- Store a reference to an extract on a node. This is used when passing
a common part of the tree so that we later know which branch to follow.
Eg. when starting on a raw bioassay we should only follow the path with
the same extract from the physical bioassay as is on the raw bioassay.
NodeAttribute
public NodeAttribute()