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 class
BindAtom
class
FilterAtom
class
TupleTableAtom
Fields in tech.oxfordsemantic.jrdfox.logic.datalog declared as Atom Modifier and Type Field Description static Atom[]
Atom. EMPTY_ARRAY
Methods 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 Aggregate
Aggregate. create(Atom[] aggregatedAtoms, Variable[] groupVariables, Aggregate.Bind[] binds)
static Negation
Negation. create(Atom... negatedAtoms)
static Negation
Negation. 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 Aggregate
Aggregate. create(java.util.List<Atom> aggregatedAtoms, java.util.List<Variable> groupVariables, java.util.List<Aggregate.Bind> binds)