Uses of Class
tech.oxfordsemantic.jrdfox.logic.TupleTableName
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic |
-
Uses of TupleTableName in tech.oxfordsemantic.jrdfox.logic
Fields in tech.oxfordsemantic.jrdfox.logic declared as TupleTableName Modifier and Type Field Description static TupleTableName
TupleTableName. INTERNAL_TRIPLE
Methods in tech.oxfordsemantic.jrdfox.logic that return TupleTableName Modifier and Type Method Description static TupleTableName
TupleTableName. create(java.lang.String iri)
TupleTableName
Atom. getTupleTableName()
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type TupleTableName Modifier and Type Method Description static Atom
Atom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static Atom
Atom. create(TupleTableName tupleTableName, Term... arguments)
E
LogicVisitor. visit(TupleTableName object)