Uses of Class
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery.SelectionPair
Package | Description |
---|---|
tech.oxfordsemantic.jrdfox.logic.sparql.statement |
-
Uses of SelectQuery.SelectionPair in tech.oxfordsemantic.jrdfox.logic.sparql.statement
Fields in tech.oxfordsemantic.jrdfox.logic.sparql.statement declared as SelectQuery.SelectionPair Modifier and Type Field Description static SelectQuery.SelectionPair[]
SelectQuery.SelectionPair. EMPTY_ARRAY
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement that return types with arguments of type SelectQuery.SelectionPair Modifier and Type Method Description java.util.List<SelectQuery.SelectionPair>
SelectQuery. getSelection()
Methods in tech.oxfordsemantic.jrdfox.logic.sparql.statement with parameters of type SelectQuery.SelectionPair Modifier and Type Method Description static SelectQuery
SelectQuery. create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody)
Method parameters in tech.oxfordsemantic.jrdfox.logic.sparql.statement with type arguments of type SelectQuery.SelectionPair Modifier and Type Method Description static SelectQuery
SelectQuery. create(boolean distinct, boolean allPossibleVariables, java.util.List<SelectQuery.SelectionPair> selection, QueryBody queryBody)