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 TupleTableNameDEFAULT_TRIPLESstatic TupleTableNameDEPENDENCY_GRAPHstatic TupleTableNameDEPENDENCY_GRAPH_Dstatic TupleTableNameDEPENDENCY_GRAPH_Nstatic TupleTableName[]EMPTY_ARRAYstatic TupleTableNameQUADSstatic TupleTableNameSHACLstatic TupleTableNameSHACL_DDstatic TupleTableNameSHACL_DNstatic TupleTableNameSHACL_NDstatic TupleTableNameSHACL_NNstatic TupleTableNameSKOLEM - 
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static TupleTableNamecreate(java.lang.String name)java.lang.StringgetName()voidtoString(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:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 
 -