Class TupleTableName
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.datalog.TupleTableName
- All Implemented Interfaces:
java.io.Serializable
public class TupleTableName extends LogicObject
- See Also:
- Serialized Form
-
Field Summary
Fields Modifier and Type Field Description static TupleTableName
DEFAULT_TRIPLES
static TupleTableName
DEPENDENCY_GRAPH
static TupleTableName
DEPENDENCY_GRAPH_D
static TupleTableName
DEPENDENCY_GRAPH_N
static TupleTableName[]
EMPTY_ARRAY
static TupleTableName
QUADS
static TupleTableName
SHACL
static TupleTableName
SHACL_DD
static TupleTableName
SHACL_DN
static TupleTableName
SHACL_ND
static TupleTableName
SHACL_NN
static TupleTableName
SKOLEM
-
Method Summary
Modifier and Type Method Description <E> E
accept(LogicVisitor<E> visitor)
static TupleTableName
create(java.lang.String name)
java.lang.String
getName()
void
toString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)
Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString
-
Field Details
-
Method Details
-
getName
public java.lang.String getName() -
accept
- Specified by:
accept
in classLogicObject
-
toString
- Specified by:
toString
in classLogicObject
-
create
-