Package org.drools.model.constraints
Class AbstractConstraint
- java.lang.Object
-
- org.drools.model.constraints.AbstractConstraint
-
- All Implemented Interfaces:
Constraint
- Direct Known Subclasses:
AbstractSingleConstraint,AndConstraints,MultipleConstraints,OrConstraints
public abstract class AbstractConstraint extends java.lang.Object implements Constraint
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface org.drools.model.Constraint
Constraint.Type
-
-
Constructor Summary
Constructors Constructor Description AbstractConstraint()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AndConstraintsand(Constraint constraint)AbstractConstraintcloneConstraint()OrConstraintsor(Constraint constraint)MultipleConstraintswith(Constraint constraint)-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Methods inherited from interface org.drools.model.Constraint
getChildren, getType, negate, predicateInformation, replaceVariable
-
-
-
-
Method Detail
-
or
public OrConstraints or(Constraint constraint)
-
with
public MultipleConstraints with(Constraint constraint)
-
and
public AndConstraints and(Constraint constraint)
-
cloneConstraint
public AbstractConstraint cloneConstraint()
-
-