
public static class ClassTree.ClassNode extends DefaultMutableTreeNode
| Modifier and Type | Field and Description | 
|---|---|
private String | 
clsname
Class name. 
 | 
private static long | 
serialVersionUID
Serial version 
 | 
allowsChildren, children, EMPTY_ENUMERATION, parent, userObject| Constructor and Description | 
|---|
ClassNode(String display,
         String clsname)
Current class name. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
String | 
getClassName()
Return the class name. 
 | 
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, toStringprivate static final long serialVersionUID
private String clsname
public String getClassName()
Copyright © 2015 ELKI Development Team, Lehr- und Forschungseinheit für Datenbanksysteme, Ludwig-Maximilians-Universität München. License information.