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.logicMethods in tech.oxfordsemantic.jrdfox.logic with parameters of type SelectQuery Modifier and Type Method Description ELogicAdapter. visit(SelectQuery selectQuery)ELogicVisitor. visit(SelectQuery selectQuery)java.lang.VoidLogicWalker. visit(SelectQuery selectQuery)
- 
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.patternMethods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern that return SelectQuery Modifier and Type Method Description SelectQuerySubselectPattern. getArgument()Methods in tech.oxfordsemantic.jrdfox.logic.sparql.pattern with parameters of type SelectQuery Modifier and Type Method Description static SubselectPatternSubselectPattern. create(SelectQuery argument)
- 
Uses of SelectQuery in tech.oxfordsemantic.jrdfox.logic.sparql.statementMethods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return SelectQuery Modifier and Type Method Description static SelectQuerySelectQuery. create(boolean distinct, boolean allPossibleVariables, java.util.List<SelectQuery.SelectionPair> selection, QueryBody queryBody)static SelectQuerySelectQuery. create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody)