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 TupleTableNameTupleTableName. INTERNAL_TRIPLEMethods in tech.oxfordsemantic.jrdfox.logic that return TupleTableName Modifier and Type Method Description static TupleTableNameTupleTableName. create(java.lang.String iri)TupleTableNameAtom. getTupleTableName()Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type TupleTableName Modifier and Type Method Description static AtomAtom. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static AtomAtom. create(TupleTableName tupleTableName, Term... arguments)ELogicVisitor. visit(TupleTableName object)