| org.drools.ruleflow.core.Node
All known Subclasses: org.drools.ruleflow.core.impl.NodeImpl,
getId | long getId()(Code) | | Returns the id of the node
the id of the node |
getIncomingConnections | List getIncomingConnections()(Code) | | Returns the incoming connections
the incoming connections |
getName | String getName()(Code) | | Returns the name of the node
the name of the node |
getOutgoingConnections | List getOutgoingConnections()(Code) | | Returns the outgoing connections
the outgoing connections |
setId | void setId(long id)(Code) | | Method for setting the id of the node
Parameters: id - the id of the node |
setName | void setName(String name)(Code) | | Method for setting the name of the node
Parameters: name - the name of the node |
|
|