|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use IConstraint | |
---|---|
org.drools.ruleflow.core | |
org.drools.ruleflow.core.impl |
Uses of IConstraint in org.drools.ruleflow.core |
---|
Methods in org.drools.ruleflow.core that return IConstraint | |
---|---|
IConstraint |
ISplit.getConstraint(IConnection connection)
Returns the corresponding constraint of the given outgoing connection |
Methods in org.drools.ruleflow.core with parameters of type IConstraint | |
---|---|
void |
ISplit.setConstraint(IConnection connection,
IConstraint constraint)
Method for setting a constraint corresponding to the given outgoing connection |
Uses of IConstraint in org.drools.ruleflow.core.impl |
---|
Classes in org.drools.ruleflow.core.impl that implement IConstraint | |
---|---|
class |
Constraint
Default implementation of a constraint. |
Methods in org.drools.ruleflow.core.impl that return IConstraint | |
---|---|
IConstraint |
Split.getConstraint(IConnection connection)
|
Methods in org.drools.ruleflow.core.impl with parameters of type IConstraint | |
---|---|
void |
Split.setConstraint(IConnection connection,
IConstraint constraint)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |