Class TupleTablePattern
java.lang.Object
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.TupleTablePattern
- All Implemented Interfaces:
- java.io.Serializable
public class TupleTablePattern extends QueryPattern
- See Also:
- Serialized Form
- 
Field SummaryFields inherited from class tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPatternEMPTY_ARRAY
- 
Method SummaryModifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static TupleTablePatterncreate(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTablePatterncreate(TupleTableName tupleTableName, Term[] arguments)java.util.List<Term>getArguments()TupleTableNamegetTupleTableName()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObjecttoString, toString, toString
- 
Method Details- 
getTupleTableName
- 
getArguments
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
createpublic static TupleTablePattern create(TupleTableName tupleTableName, java.util.List<Term> arguments)
- 
create
 
-