|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IConnection | |
|---|---|
| org.drools.ruleflow.core | |
| org.drools.ruleflow.core.impl | |
| Uses of IConnection in org.drools.ruleflow.core |
|---|
| Methods in org.drools.ruleflow.core that return IConnection | |
|---|---|
IConnection |
ISplit.getFrom()
Convenience method for returning the incoming connection of the split. |
IConnection |
IRuleSetNode.getFrom()
Returns the incoming connection of the RuleSetNode. |
IConnection |
IEndNode.getFrom()
Convenience method for returning the incoming IConnection. |
IConnection |
IStartNode.getTo()
Convenience method for returning the outgoing IConnection. |
IConnection |
IRuleSetNode.getTo()
Returns the outgoing connection of the RuleSetNode. |
IConnection |
IJoin.getTo()
Convenience method for returning the outgoing connection of the join |
| Methods in org.drools.ruleflow.core with parameters of type IConnection | |
|---|---|
IConstraint |
ISplit.getConstraint(IConnection connection)
Returns the corresponding constraint of the given outgoing connection |
void |
ISplit.setConstraint(IConnection connection,
IConstraint constraint)
Method for setting a constraint corresponding to the given outgoing connection |
| Uses of IConnection in org.drools.ruleflow.core.impl |
|---|
| Classes in org.drools.ruleflow.core.impl that implement IConnection | |
|---|---|
class |
Connection
Default implementation of a connection. |
| Methods in org.drools.ruleflow.core.impl that return IConnection | |
|---|---|
IConnection |
Split.getFrom()
|
IConnection |
RuleSetNode.getFrom()
|
IConnection |
EndNode.getFrom()
|
IConnection |
StartNode.getTo()
|
IConnection |
RuleSetNode.getTo()
|
IConnection |
Join.getTo()
|
| Methods in org.drools.ruleflow.core.impl with parameters of type IConnection | |
|---|---|
protected void |
Node.addIncomingConnection(IConnection connection)
|
protected void |
Node.addOutgoingConnection(IConnection connection)
|
IConstraint |
Split.getConstraint(IConnection connection)
|
protected void |
Node.removeIncomingConnection(IConnection connection)
|
void |
Split.removeOutgoingConnection(IConnection connection)
|
protected void |
Node.removeOutgoingConnection(IConnection connection)
|
void |
Split.setConstraint(IConnection connection,
IConstraint constraint)
|
protected void |
StartNode.validateAddIncomingConnection(IConnection connection)
|
protected void |
Split.validateAddIncomingConnection(IConnection connection)
|
protected void |
RuleSetNode.validateAddIncomingConnection(IConnection connection)
|
protected void |
Node.validateAddIncomingConnection(IConnection connection)
This method validates whether the given connection can be added. |
protected void |
EndNode.validateAddIncomingConnection(IConnection connection)
|
protected void |
StartNode.validateAddOutgoingConnection(IConnection connection)
|
protected void |
Split.validateAddOutgoingConnection(IConnection connection)
|
protected void |
RuleSetNode.validateAddOutgoingConnection(IConnection connection)
|
protected void |
Node.validateAddOutgoingConnection(IConnection connection)
This method validates whether the given connection can be added. |
protected void |
Join.validateAddOutgoingConnection(IConnection connection)
|
protected void |
EndNode.validateAddOutgoingConnection(IConnection connection)
|
protected void |
StartNode.validateRemoveIncomingConnection(IConnection connection)
|
protected void |
Node.validateRemoveIncomingConnection(IConnection connection)
This method validates whether the given connection can be removed |
protected void |
Node.validateRemoveOutgoingConnection(IConnection connection)
This method validates whether the given connection can be removed |
protected void |
EndNode.validateRemoveOutgoingConnection(IConnection connection)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||