public class AlgorithmNode extends javax.swing.tree.DefaultMutableTreeNode implements ParameterSelectionNode
| Constructor and Description |
|---|
AlgorithmNode(csbase.logic.algorithms.flows.FlowNode flowNode)
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.FlowNode |
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 AlgorithmNode(csbase.logic.algorithms.flows.FlowNode flowNode)
flowNode - nó do fluxo (algoritmo).public csbase.logic.algorithms.flows.FlowNode getUserObject()
getUserObject in class javax.swing.tree.DefaultMutableTreeNodepublic java.util.List<ParameterSelection> getParameterSelection()
getParameterSelection in interface ParameterSelectionNodeCopyright © 2018. All Rights Reserved.