Class SelectQuery
java.lang.Object
tech.oxfordsemantic.jrdfox.util.InterningManager.InternedObject
tech.oxfordsemantic.jrdfox.logic.LogicObject
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Statement
tech.oxfordsemantic.jrdfox.logic.sparql.statement.Query
tech.oxfordsemantic.jrdfox.logic.sparql.statement.SelectQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Nested Class Summary
Nested Classes -
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static SelectQuerycreate(boolean distinct, boolean allPossibleVariables, List<SelectQuery.SelectionPair> selection, QueryBody queryBody) static SelectQuerycreate(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody) booleanbooleanvoidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getDistinct
public boolean getDistinct() -
getAllPossibleVariables
public boolean getAllPossibleVariables() -
getSelection
-
getQueryBody
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
public static SelectQuery create(boolean distinct, boolean allPossibleVariables, List<SelectQuery.SelectionPair> selection, QueryBody queryBody) -
create
public static SelectQuery create(boolean distinct, boolean allPossibleVariables, SelectQuery.SelectionPair[] selection, QueryBody queryBody)
-