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 class
BlankNode
class
IRI
class
Literal
class
Resource
class
Variable
Fields in tech.oxfordsemantic.jrdfox.logic declared as Term Modifier and Type Field Description static Term[]
Term. NO_TERMS
Methods in tech.oxfordsemantic.jrdfox.logic that return Term Modifier and Type Method Description Term
BodyFormula. getArgument(int index)
Term
AggregateBind. 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 Atom
Atom. bottomDataProperty(Term argument1, Term argument2)
static Atom
Atom. bottomObjectProperty(Term argument1, Term argument2)
static Atom
Atom. create(TupleTableName tupleTableName, Term... arguments)
static Atom
Atom. differentFrom(Term argument1, Term argument2)
static Atom
Atom. nothing(Term argument)
static Atom
Atom. rdf(Term subject, Term predicate, Term object)
static Atom
Atom. sameAs(Term argument1, Term argument2)
Method parameters in tech.oxfordsemantic.jrdfox.logic with type arguments of type Term Modifier and Type Method Description static Atom
Atom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)