public class RootNode extends javax.swing.tree.DefaultMutableTreeNode implements ParameterSelectionNode
| Constructor and Description |
|---|
RootNode(csbase.logic.algorithms.flows.Flow flow)
Construtor.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ParameterSelection> |
getParameterSelection()
Obtém a lista de parâmetros filhos do nó.
|
csbase.logic.algorithms.flows.Flow |
getUserObject() |
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, getUserObjectPath, insert, isLeaf, isNodeAncestor, isNodeChild, isNodeDescendant, isNodeRelated, isNodeSibling, isRoot, pathFromAncestorEnumeration, postorderEnumeration, preorderEnumeration, remove, remove, removeAllChildren, removeFromParent, setAllowsChildren, setParent, setUserObject, toStringpublic RootNode(csbase.logic.algorithms.flows.Flow flow)
flow - o fluxo.public csbase.logic.algorithms.flows.Flow getUserObject()
getUserObject in class javax.swing.tree.DefaultMutableTreeNodepublic java.util.List<ParameterSelection> getParameterSelection()
getParameterSelection in interface ParameterSelectionNodeCopyright © 2018. All Rights Reserved.