public class SpeciesBatchTreeNode extends DefaultMutableTreeNode
samplingValue. It can be null only on root node.| Modifier and Type | Field and Description |
|---|---|
protected String |
samplingKey
Property name defining the sampling.
|
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
SpeciesBatchTreeNode() |
SpeciesBatchTreeNode(String samplingKey,
Serializable samplingValue) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object o) |
SpeciesBatchTreeNode |
getChild(Serializable samplingValue) |
SpeciesBatchTreeNode |
getChildAfter(TreeNode aChild) |
SpeciesBatchTreeNode |
getChildAt(int index) |
SpeciesBatchTreeNode |
getChildBefore(TreeNode aChild) |
SpeciesBatchTreeNode |
getFirstChild() |
SpeciesBatchTreeNode |
getFirstLeaf() |
SpeciesBatchTreeNode |
getLastChild() |
SpeciesBatchTreeNode |
getLastLeaf() |
SpeciesBatchTreeNode |
getNextLeaf() |
SpeciesBatchTreeNode |
getNextSibling() |
SpeciesBatchTreeNode |
getParent() |
SpeciesBatchTreeNode |
getPreviousLeaf() |
SpeciesBatchTreeNode |
getPreviousSibling() |
SpeciesBatchTreeNode |
getRoot() |
String |
getSamplingPropertyKey() |
Serializable |
getUserObject() |
boolean |
matchSamplingValue(Serializable value) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildCount, getDepth, getIndex, getLeafCount, getLevel, getNextNode, getPath, getPathToRoot, getPreviousNode, getSharedAncestor, getSiblingCount, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringprotected final String samplingKey
public SpeciesBatchTreeNode()
public SpeciesBatchTreeNode(String samplingKey, Serializable samplingValue)
public String getSamplingPropertyKey()
public boolean matchSamplingValue(Serializable value)
public SpeciesBatchTreeNode getChild(Serializable samplingValue)
public Serializable getUserObject()
getUserObject in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getChildAt(int index)
getChildAt in interface TreeNodegetChildAt in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getParent()
getParent in interface TreeNodegetParent in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getRoot()
getRoot in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getFirstChild()
getFirstChild in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getLastChild()
getLastChild in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getChildAfter(TreeNode aChild)
getChildAfter in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getChildBefore(TreeNode aChild)
getChildBefore in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getNextSibling()
getNextSibling in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getPreviousSibling()
getPreviousSibling in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getFirstLeaf()
getFirstLeaf in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getLastLeaf()
getLastLeaf in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getNextLeaf()
getNextLeaf in class DefaultMutableTreeNodepublic SpeciesBatchTreeNode getPreviousLeaf()
getPreviousLeaf in class DefaultMutableTreeNodeCopyright © 2012-2013 Ifremer. All Rights Reserved.