|
||||||||||
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.EndNode
Default implementation of an end node.
Field Summary |
---|
Fields inherited from class org.drools.ruleflow.core.impl.Node |
---|
EMPTY_NODE_ARRAY |
Constructor Summary | |
---|---|
EndNode()
|
Method Summary | |
---|---|
IConnection |
getFrom()
Convenience method for returning the incoming 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 |
validateRemoveOutgoingConnection(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, validateRemoveIncomingConnection |
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 EndNode()
Method Detail |
---|
public IConnection getFrom()
IEndNode
IConnection
.
IConnection
protected void validateAddIncomingConnection(IConnection connection)
Node
validateAddIncomingConnection
in class Node
connection
- the incoming connection to be addedprotected void validateAddOutgoingConnection(IConnection connection)
Node
validateAddOutgoingConnection
in class Node
connection
- the outgoin connection to be addedprotected void validateRemoveOutgoingConnection(IConnection connection)
Node
validateRemoveOutgoingConnection
in class Node
connection
- the outgoing connection
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |