Class Aggregate
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.datalog.BodyFormula
tech.oxfordsemantic.jrdfox.logic.datalog.Aggregate
- All Implemented Interfaces:
- java.io.Serializable
public class Aggregate extends BodyFormula
- See Also:
- Serialized Form
- 
Nested Class SummaryNested Classes Modifier and Type Class Description static classAggregate.Bind
- 
Field Summary
- 
Method SummaryModifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static Aggregatecreate(java.util.List<Atom> aggregatedAtoms, java.util.List<Variable> groupVariables, java.util.List<Aggregate.Bind> binds)static Aggregatecreate(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)java.util.List<Aggregate.Bind>getAggregateBinds()java.util.List<Atom>getAggregatedAtoms()java.util.List<Variable>getGroupVariables()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObjecttoString, toString, toString
- 
Method Details- 
getAggregatedAtoms
- 
getGroupVariables
- 
getAggregateBinds
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
createpublic static Aggregate create(java.util.List<Atom> aggregatedAtoms, java.util.List<Variable> groupVariables, java.util.List<Aggregate.Bind> binds)
- 
createpublic static Aggregate create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)
 
-