Uses of Class
tech.oxfordsemantic.jrdfox.logic.datalog.Atom
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic.datalog |
-
Uses of Atom in tech.oxfordsemantic.jrdfox.logic.datalog
Subclasses of Atom in tech.oxfordsemantic.jrdfox.logic.datalog Modifier and Type Class Description classBindAtomclassFilterAtomclassTupleTableAtomFields in tech.oxfordsemantic.jrdfox.logic.datalog declared as Atom Modifier and Type Field Description static Atom[]Atom. EMPTY_ARRAYMethods in tech.oxfordsemantic.jrdfox.logic.datalog that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>Aggregate. getAggregatedAtoms()java.util.List<Atom>Negation. getNegatedAtoms()Methods in tech.oxfordsemantic.jrdfox.logic.datalog with parameters of type Atom Modifier and Type Method Description static AggregateAggregate. create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)static NegationNegation. create(Atom... negatedAtoms)static NegationNegation. create(Variable[] existentialVariable, Atom[] negatedAtoms)Method parameters in tech.oxfordsemantic.jrdfox.logic.datalog with type arguments of type Atom Modifier and Type Method Description static AggregateAggregate. create(java.util.List<Atom> aggregatedAtoms, java.util.List<Variable> groupVariables, java.util.List<Aggregate.Bind> binds)