Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.Aggregate
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.datalog |
-
Uses of Aggregate in tech.oxfordsemantic.jrdfox.logic
-
Uses of Aggregate in tech.oxfordsemantic.jrdfox.logic.datalog
Methods in tech.oxfordsemantic.jrdfox.logic.datalog that return Aggregate Modifier and Type Method Description static Aggregate
Aggregate. create(java.util.List<Atom> aggregatedAtoms, java.util.List<Variable> groupVariables, java.util.List<Aggregate.Bind> binds)
static Aggregate
Aggregate. create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)