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 ELogicAdapter. visit(TupleTablePattern tupleTablePattern)ELogicVisitor. visit(TupleTablePattern tupleTablePattern)java.lang.VoidLogicWalker. 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 TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, java.util.List<Term> arguments)static TupleTablePatternTupleTablePattern. create(TupleTableName tupleTableName, Term[] arguments)