Uses of Class
tech.oxfordsemantic.jrdfox.logic.AggregateBind
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of AggregateBind in tech.oxfordsemantic.jrdfox.logic
Fields in tech.oxfordsemantic.jrdfox.logic declared as AggregateBind Modifier and Type Field Description static AggregateBind[]
AggregateBind. NO_AGGREGATE_BINDS
Methods in tech.oxfordsemantic.jrdfox.logic that return AggregateBind Modifier and Type Method Description static AggregateBind
AggregateBind. create(java.lang.String functionName, boolean distinct, java.util.List<BuiltinExpression> arguments, Variable boundVariable)
static AggregateBind
AggregateBind. create(java.lang.String functionName, boolean distinct, BuiltinExpression[] arguments, Variable boundVariable)
AggregateBind
Aggregate. getAggregateBind(int index)
Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type AggregateBind Modifier and Type Method Description java.util.List<AggregateBind>
Aggregate. getAgregateBinds()
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type AggregateBind Modifier and Type Method Description static Aggregate
Aggregate. create(Formula aggregateFormula, Variable[] groupVariables, AggregateBind[] aggregateBinds)
E
LogicVisitor. visit(AggregateBind object)