public interface ClassificationNode extends Node
| Modifier and Type | Method and Description |
|---|---|
List<Node> |
getListChildNode() |
Node |
getNodeChild(String name)
Returns a child
Node. |
boolean |
traverseNodeHierarchyDepthFirst(NodeType nodeTypeFilter,
NodeVisitor nodeVisitor)
Traverses the Node hierarchy rooted at this ClassificationNode depth first.
|
getClassificationNodeParent, getListPluginId, getModel, getName, getNodePath, getNodePlugin, getNodeType, getProperty, isCreatedDynamically, isNodePluginExists, raiseNodeEvent, registerListenerNode getNodeChild(String name)
Node.name - Name of the child Node.boolean traverseNodeHierarchyDepthFirst(NodeType nodeTypeFilter, NodeVisitor nodeVisitor)
nodeTypeFilter - NodeType to visit. If null, all NodeType are visited.nodeVisitor - NodeVisitor.visitNode(org.azyva.dragom.model.Node) is called for each Node
visited.Copyright © 2015–2017 AZYVA INC.. All rights reserved.