Class TupleTablePattern
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.QueryPattern
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.TupleTablePattern
- All Implemented Interfaces:
Serializable
- See Also:
-
Field Summary
Fields inherited from class QueryPattern
EMPTY_ARRAY -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static TupleTablePatterncreate(TupleTableName tupleTableName, List<Term> arguments) static TupleTablePatterncreate(TupleTableName tupleTableName, List<Term> arguments, Term explicit) static TupleTablePatterncreate(TupleTableName tupleTableName, Term[] arguments) static TupleTablePatterncreate(TupleTableName tupleTableName, Term[] arguments, Term explicit) voidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getTupleTableName
-
getArguments
-
getExplicit
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-
create
-
create
public static TupleTablePattern create(TupleTableName tupleTableName, List<Term> arguments, Term explicit) -
create
public static TupleTablePattern create(TupleTableName tupleTableName, Term[] arguments, Term explicit)
-