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 Aggregate
Aggregate. create(Formula aggregateFormula, java.util.List<Variable> groupVariables, java.util.List<AggregateBind> aggregateBinds)
static Aggregate
Aggregate. create(Formula aggregateFormula, Variable[] groupVariables, AggregateBind[] aggregateBinds)
Aggregate
Aggregate. simplify()
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Aggregate Modifier and Type Method Description E
LogicVisitor. visit(Aggregate object)