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_ATOMSMethods in tech.oxfordsemantic.jrdfox.logic that return Atom Modifier and Type Method Description static AtomAtom. bottomDataProperty(Term argument1, Term argument2)static AtomAtom. bottomObjectProperty(Term argument1, Term argument2)static AtomAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static AtomAtom. create(TupleTableName tupleTableName, Term... arguments)static AtomAtom. differentFrom(Term argument1, Term argument2)AtomQuery. getDeleteAtom(int index)AtomRule. getHead(int index)AtomQuery. getInsertAtom(int index)static AtomAtom. nothing(Term argument)static AtomAtom. rdf(Term subject, Term predicate, Term object)static AtomAtom. sameAs(Term argument1, Term argument2)AtomAtom. 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 QueryQuery. create(QueryType queryType, boolean distinct, Variable[] answerVariables, Formula queryFormula, Query.OrderBy[] orderVariables, long offset, long limit, Atom[] deletePattern, Atom[] insertPattern)static RuleRule. create(Atom[] head, BodyFormula[] body)static RuleRule. create(Atom head, java.util.List<BodyFormula> body)static RuleRule. create(Atom head, BodyFormula... body)RuleRule. replaceHead(Atom newHeadAtom)ELogicVisitor. visit(Atom object)Method parameters in tech.oxfordsemantic.jrdfox.logic with type arguments of type Atom Modifier and Type Method Description static RuleRule. create(java.util.List<Atom> head, java.util.List<BodyFormula> body)