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_BINDSMethods in tech.oxfordsemantic.jrdfox.logic that return AggregateBind Modifier and Type Method Description static AggregateBindAggregateBind. create(java.lang.String functionName, boolean distinct, java.util.List<BuiltinExpression> arguments, Variable boundVariable)static AggregateBindAggregateBind. create(java.lang.String functionName, boolean distinct, BuiltinExpression[] arguments, Variable boundVariable)AggregateBindAggregate. 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 AggregateAggregate. create(Formula aggregateFormula, Variable[] groupVariables, AggregateBind[] aggregateBinds)ELogicVisitor. visit(AggregateBind object)