Uses of Class
tech.oxfordsemantic.jrdfox.logic.Aggregate
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic |
-
Uses of Aggregate in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic that return Aggregate Modifier and Type Method Description static AggregateAggregate. create(Formula aggregateFormula, java.util.List<Variable> groupVariables, java.util.List<AggregateBind> aggregateBinds)static AggregateAggregate. create(Formula aggregateFormula, Variable[] groupVariables, AggregateBind[] aggregateBinds)AggregateAggregate. simplify()Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Aggregate Modifier and Type Method Description ELogicVisitor. visit(Aggregate object)