Class TupleTableName
java.lang.Object
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 SummaryFields Modifier and Type Field Description static TupleTableNameDEFAULT_TRIPLESstatic TupleTableName[]EMPTY_ARRAYstatic TupleTableNameSHACLstatic TupleTableNameSKOLEM
- 
Method SummaryModifier 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.LogicObjecttoString, toString, toString
- 
Field Details
- 
Method Details- 
create
- 
getNamepublic java.lang.String getName()
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
 
-