|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.ruleflow.core.impl.NodeImpl
org.drools.ruleflow.core.impl.JoinImpl
public class JoinImpl
Default implementation of a join.
Field Summary |
---|
Fields inherited from class org.drools.ruleflow.core.impl.NodeImpl |
---|
EMPTY_NODE_ARRAY |
Fields inherited from interface org.drools.ruleflow.core.Join |
---|
TYPE_AND, TYPE_UNDEFINED, TYPE_XOR |
Constructor Summary | |
---|---|
JoinImpl()
|
Method Summary | |
---|---|
Connection |
getTo()
Convenience method for returning the outgoing connection of the join |
int |
getType()
Returns the type of the join. |
void |
setType(int type)
Sets the type of the join. |
protected void |
validateAddOutgoingConnection(Connection connection)
This method validates whether the given connection can be added. |
Methods inherited from class org.drools.ruleflow.core.impl.NodeImpl |
---|
addIncomingConnection, addOutgoingConnection, getId, getIncomingConnections, getName, getOutgoingConnections, removeIncomingConnection, removeOutgoingConnection, setId, setName, validateAddIncomingConnection, validateRemoveIncomingConnection, 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.Node |
---|
getId, getIncomingConnections, getName, getOutgoingConnections, setId, setName |
Constructor Detail |
---|
public JoinImpl()
Method Detail |
---|
public void setType(int type)
Join
setType
in interface Join
type
- The type of the joinpublic int getType()
Join
getType
in interface Join
public Connection getTo()
Join
getTo
in interface Join
protected void validateAddOutgoingConnection(Connection connection)
NodeImpl
validateAddOutgoingConnection
in class NodeImpl
connection
- the outgoin connection to be added
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |