Package | Description |
---|---|
org.cpsolver.ifs.util |
Utilities
|
Modifier and Type | Method and Description |
---|---|
boolean |
Query.match(Query.AmbigousTermMatcher m)
Evaluate if the query using the provided term matcher.
|
Boolean |
Query.Term.match(Query.AmbigousTermMatcher m)
Does the term matches the provided object, returning null if does not apply (e.g., the object does not have the provided attribute)
|
Boolean |
Query.OrTerm.match(Query.AmbigousTermMatcher m) |
Boolean |
Query.AndTerm.match(Query.AmbigousTermMatcher m) |
Boolean |
Query.NotTerm.match(Query.AmbigousTermMatcher m) |
Boolean |
Query.AtomTerm.match(Query.AmbigousTermMatcher m) |