|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IConstraint
Represents a constraint in a RuleFlow. Can be used to specify conditions in (X)OR-splits.
Method Summary | |
---|---|
String |
getConstraint()
Typically this method returns the constraint |
String |
getName()
Returns the name of the constraint |
int |
getPriority()
Returns the priority of the constriant |
void |
setConstraint(String constraint)
Method for setting the constraint |
void |
setName(String name)
Sets the name of the constraint |
void |
setPriority(int priority)
Method for setting the priority of the constraint |
Method Detail |
---|
String getConstraint()
void setConstraint(String constraint)
constraint
- the constraintString getName()
void setName(String name)
name
- the name of the constraintint getPriority()
void setPriority(int priority)
priority
- the priority of the constraint
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |