Package tools.refinery.logic.dnf
Class FunctionalQuery<T>
java.lang.Object
tools.refinery.logic.dnf.Query<T>
tools.refinery.logic.dnf.FunctionalQuery<T>
- All Implemented Interfaces:
AnyQuery
-
Method Summary
Modifier and TypeMethodDescription<R> Term<R> aggregate(Aggregator<R, T> aggregator, List<NodeVariable> arguments) <R> Term<R> aggregate(Aggregator<R, T> aggregator, NodeVariable... arguments) intarity()booleaninthashCode()leftJoin(T defaultValue, List<NodeVariable> arguments) leftJoin(T defaultValue, NodeVariable... arguments) protected FunctionalQuery<T> withDnfInternal(Dnf newDnf)
-
Method Details
-
arity
public int arity() -
valueType
-
defaultValue
- Specified by:
defaultValuein classQuery<T>
-
withDnfInternal
- Specified by:
withDnfInternalin classQuery<T>
-
withDnf
-
aggregate
-
aggregate
-
leftJoin
-
leftJoin
-
equals
-
hashCode
public int hashCode()
-