|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.drools.ruleflow.core.impl.Node org.drools.ruleflow.core.impl.StartNode
public class StartNode
Default implementation of a start node.
Field Summary |
---|
Fields inherited from class org.drools.ruleflow.core.impl.Node |
---|
EMPTY_NODE_ARRAY |
Constructor Summary | |
---|---|
StartNode()
|
Method Summary | |
---|---|
IConnection |
getTo()
Convenience method for returning the outgoing IConnection . |
protected void |
validateAddIncomingConnection(IConnection connection)
This method validates whether the given connection can be added. |
protected void |
validateAddOutgoingConnection(IConnection connection)
This method validates whether the given connection can be added. |
protected void |
validateRemoveIncomingConnection(IConnection connection)
This method validates whether the given connection can be removed |
Methods inherited from class org.drools.ruleflow.core.impl.Node |
---|
addIncomingConnection, addOutgoingConnection, getId, getIncomingConnections, getName, getOutgoingConnections, removeIncomingConnection, removeOutgoingConnection, setId, setName, validateRemoveOutgoingConnection |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.ruleflow.core.INode |
---|
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName |
Constructor Detail |
---|
public StartNode()
Method Detail |
---|
public IConnection getTo()
IStartNode
IConnection
.
getTo
in interface IStartNode
IConnection
protected void validateAddOutgoingConnection(IConnection connection)
Node
validateAddOutgoingConnection
in class Node
connection
- the outgoin connection to be addedprotected void validateAddIncomingConnection(IConnection connection)
Node
validateAddIncomingConnection
in class Node
connection
- the incoming connection to be addedprotected void validateRemoveIncomingConnection(IConnection connection)
Node
validateRemoveIncomingConnection
in class Node
connection
- the incoming connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |