class ParameterDatabaseTreeNode extends DefaultMutableTreeNode implements Comparable
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description |
|---|
ParameterDatabaseTreeNode() |
ParameterDatabaseTreeNode(Object userObject) |
ParameterDatabaseTreeNode(Object userObject,
boolean allowsChildren) |
| Modifier and Type | Method and Description |
|---|---|
int |
compareTo(Object o) |
Object |
getChildAt(int index,
boolean visibleLeaves) |
int |
getChildCount(boolean visibleLeaves) |
void |
sort(Comparator comp) |
add, breadthFirstEnumeration, children, clone, depthFirstEnumeration, getAllowsChildren, getChildAfter, getChildAt, getChildBefore, getChildCount, getDepth, getFirstChild, getFirstLeaf, getIndex, getLastChild, getLastLeaf, getLeafCount, getLevel, getNextLeaf, getNextNode, getNextSibling, getParent, getPath, getPathToRoot, getPreviousLeaf, getPreviousNode, getPreviousSibling, getRoot, getSharedAncestor, getSiblingCount, getUserObject, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic ParameterDatabaseTreeNode()
public ParameterDatabaseTreeNode(Object userObject)
userObject - public ParameterDatabaseTreeNode(Object userObject, boolean allowsChildren)
userObject - allowsChildren - public Object getChildAt(int index, boolean visibleLeaves)
index - visibleLeaves - public int getChildCount(boolean visibleLeaves)
visibleLeaves - public int compareTo(Object o)
compareTo in interface Comparablepublic void sort(Comparator comp)
comp - Copyright © 2014 Evolutionary Computation Laboratory at George Mason University. All rights reserved.