Uses of Class
tech.oxfordsemantic.jrdfox.logic.Term
| Package | Description |
|---|---|
| tech.oxfordsemantic.jrdfox.logic |
-
Uses of Term in tech.oxfordsemantic.jrdfox.logic
Subclasses of Term in tech.oxfordsemantic.jrdfox.logic Modifier and Type Class Description classBlankNodeclassIRIclassLiteralclassResourceclassVariableFields in tech.oxfordsemantic.jrdfox.logic declared as Term Modifier and Type Field Description static Term[]Term. NO_TERMSMethods in tech.oxfordsemantic.jrdfox.logic that return Term Modifier and Type Method Description TermBodyFormula. getArgument(int index)TermAggregateBind. getBoundVariable()Methods in tech.oxfordsemantic.jrdfox.logic that return types with arguments of type Term Modifier and Type Method Description java.util.List<Term>BodyFormula. getArguments()Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type Term Modifier and Type Method Description static AtomAtom. bottomDataProperty(Term argument1, Term argument2)static AtomAtom. bottomObjectProperty(Term argument1, Term argument2)static AtomAtom. create(TupleTableName tupleTableName, Term... arguments)static AtomAtom. differentFrom(Term argument1, Term argument2)static AtomAtom. nothing(Term argument)static AtomAtom. rdf(Term subject, Term predicate, Term object)static AtomAtom. sameAs(Term argument1, Term argument2)Method parameters in tech.oxfordsemantic.jrdfox.logic with type arguments of type Term Modifier and Type Method Description static AtomAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)