Uses of Class
tech.oxfordsemantic.jrdfox.logic.Atom
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of Atom in tech.oxfordsemantic.jrdfox.logic
Fields in tech.oxfordsemantic.jrdfox.logic declared as Atom Modifier and Type Field Description static Atom[]
Atom. NO_ATOMS
Methods in tech.oxfordsemantic.jrdfox.logic that return Atom Modifier and Type Method Description static Atom
Atom. bottomDataProperty(Term argument1, Term argument2)
static Atom
Atom. bottomObjectProperty(Term argument1, Term argument2)
static Atom
Atom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static Atom
Atom. create(TupleTableName tupleTableName, Term... arguments)
static Atom
Atom. differentFrom(Term argument1, Term argument2)
Atom
Query. getDeleteAtom(int index)
Atom
Rule. getHead(int index)
Atom
Query. getInsertAtom(int index)
static Atom
Atom. nothing(Term argument)
static Atom
Atom. rdf(Term subject, Term predicate, Term object)
static Atom
Atom. sameAs(Term argument1, Term argument2)
Atom
Atom. simplify()
Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type Atom Modifier and Type Method Description java.util.List<Atom>
Query. getDeletePattern()
java.util.List<Atom>
Rule. getHead()
java.util.List<Atom>
Query. getInsertPattern()
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Atom Modifier and Type Method Description static Query
Query. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit, Atom[] deletePattern, Atom[] insertPattern)
static Rule
Rule. create(Atom[] head, BodyFormula[] body)
static Rule
Rule. create(Atom head, java.util.List<BodyFormula> body)
static Rule
Rule. create(Atom head, BodyFormula... body)
Rule
Rule. replaceHead(Atom newHeadAtom)
E
LogicVisitor. visit(Atom object)
Method parameters in tech.oxfordsemantic.jrdfox.logic with type arguments of type Atom Modifier and Type Method Description static Rule
Rule. create(java.util.List<Atom> head, java.util.List<BodyFormula> body)