Package com.webmethods.bpm.noodle
Interface INdlNode
- All Superinterfaces:
INode
-
Method Details
-
getName
Gets the display name of this palette node- Throws:
Exception
-
getIcon
Gets the icon path for this palette node- Throws:
Exception
-
getSession
INdlNodeSession getSession()- Returns:
- the session for this node
-
getChildren
List ofINdlNode
children, in order. Empty list (non-null) for leaf nodes.- Specified by:
getChildren
in interfaceINode
-