Uses of Class
com.osohq.oso.Predicate
-
-
Uses of Predicate in com.osohq.oso
Methods in com.osohq.oso with parameters of type Predicate Modifier and Type Method Description Query
Polar. query(Predicate query)
Query for a predicate.Query
Polar. query(Predicate query, boolean acceptExpression)
Query for a predicate, optionally accepting expressions in the result.Query
Polar. query(Predicate query, Map<String,Object> bindings, boolean acceptExpression)
Query for a predicate, applying bindings and optionally accepting the expression type as a result.
-