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
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.drools.model.Constraint
Constraint.Type -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionand(Constraint constraint) or(Constraint constraint) with(Constraint constraint) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface org.drools.model.Constraint
getChildren, getType, negate, predicateInformation, replaceVariable
-
Constructor Details
-
AbstractConstraint
public AbstractConstraint()
-
-
Method Details
-
or
-
with
-
and
-
cloneConstraint
-