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:
 java.io.Serializable
public class ConstructQuery extends Query
- See Also:
 - Serialized Form
 
- 
Method Summary
Modifier and Type Method Description <E> Eaccept(LogicVisitor<E> visitor)static ConstructQuerycreate(ConjunctionPattern constructTemplate, QueryBody queryBody)ConjunctionPatterngetConstructTemplate()QueryBodygetQueryBody()voidtoString(Prefixes prefixes, java.util.function.Consumer<java.lang.String> consumer)Methods inherited from class tech.oxfordsemantic.jrdfox.logic.LogicObject
toString, toString, toString 
- 
Method Details
- 
getConstructTemplate
 - 
getQueryBody
 - 
accept
- Specified by:
 acceptin classLogicObject
 - 
toString
- Specified by:
 toStringin classLogicObject
 - 
create
 
 -