Class NotConstraint
java.lang.Object
io.fluxcapacitor.common.api.search.constraints.NotConstraint
- All Implemented Interfaces:
Constraint
public class NotConstraint extends Object implements Constraint
-
Field Summary
Fields inherited from interface io.fluxcapacitor.common.api.search.Constraint
noOp -
Constructor Summary
Constructors Constructor Description NotConstraint() -
Method Summary
Modifier and Type Method Description booleanhasPathConstraint()booleanmatches(Document document)static NotConstraintnot(Constraint constraint)Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface io.fluxcapacitor.common.api.search.Constraint
and, decompose, or
-
Constructor Details
-
NotConstraint
public NotConstraint()
-
-
Method Details
-
not
-
matches
- Specified by:
matchesin interfaceConstraint
-
hasPathConstraint
public boolean hasPathConstraint()- Specified by:
hasPathConstraintin interfaceConstraint
-