Class ConstructQuery
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.ConstructQuery
- All Implemented Interfaces:
Serializable
- See Also:
-
Method Summary
Modifier and TypeMethodDescription<E> Eaccept(LogicVisitor<E> visitor) static ConstructQuerycreate(ConjunctionPattern constructTemplate, QueryBody queryBody) voidMethods inherited from class LogicObject
toString, toString, toString
-
Method Details
-
getConstructTemplate
-
getQueryBody
-
accept
- Specified by:
acceptin classLogicObject
-
toString
- Specified by:
toStringin classLogicObject
-
create
-