|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.drools.rule.MutableTypeConstraint
public abstract class MutableTypeConstraint
A base class for constraints
Nested Class Summary |
---|
Nested classes/interfaces inherited from interface org.drools.spi.Constraint |
---|
Constraint.ConstraintType |
Constructor Summary | |
---|---|
MutableTypeConstraint()
|
Method Summary | |
---|---|
abstract java.lang.Object |
clone()
Clones the constraint |
Constraint.ConstraintType |
getType()
Returns the type of the constraint, either ALPHA, BETA or UNKNOWN |
void |
setType(Constraint.ConstraintType type)
|
Methods inherited from class java.lang.Object |
---|
equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface org.drools.spi.AlphaNodeFieldConstraint |
---|
createContextEntry, isAllowed |
Methods inherited from interface org.drools.spi.BetaNodeFieldConstraint |
---|
createContextEntry, isAllowedCachedLeft, isAllowedCachedRight |
Methods inherited from interface org.drools.spi.Constraint |
---|
getRequiredDeclarations, replaceDeclaration |
Constructor Detail |
---|
public MutableTypeConstraint()
Method Detail |
---|
public void setType(Constraint.ConstraintType type)
public Constraint.ConstraintType getType()
Constraint
getType
in interface Constraint
public abstract java.lang.Object clone()
Constraint
clone
in interface Constraint
clone
in class java.lang.Object
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |