Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.pattern.TupleTablePattern
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern |
-
Uses of TupleTablePattern in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type TupleTablePattern Modifier and Type Method Description E
LogicAdapter. visit(TupleTablePattern tupleTablePattern)
E
LogicVisitor. visit(TupleTablePattern tupleTablePattern)
java.lang.Void
LogicWalker. visit(TupleTablePattern tupleTablePattern)
-
Uses of TupleTablePattern in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return TupleTablePattern Modifier and Type Method Description static TupleTablePattern
TupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments)
static TupleTablePattern
TupleTablePattern. create(TupleTableName tupleTableName, Term[] arguments)