Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic | |
tech.oxfordsemantic.jrdfox.logic.sparql.pattern | |
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic
Methods in tech.oxfordsemantic.jrdfox.logic with parameters of type SelectQuery Modifier and Type Method Description E
LogicAdapter. visit(SelectQuery selectQuery)
E
LogicVisitor. visit(SelectQuery selectQuery)
java.lang.Void
LogicWalker. visit(SelectQuery selectQuery)
-
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.pattern
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return SelectQuery Modifier and Type Method Description SelectQuery
SubselectPattern. getArgument()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type SelectQuery Modifier and Type Method Description static SubselectPattern
SubselectPattern. create(SelectQuery argument)
-
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return SelectQuery Modifier and Type Method Description static SelectQuery
SelectQuery. create(boolean distinct, boolean allPossibleVariables, java.util.List<SelectQuery.SelectionPair> selection, QueryBody queryBody)
static SelectQuery
SelectQuery. create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody)