Class ConstructQuery
java.lang.Object
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 SummaryModifier 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.LogicObjecttoString, toString, toString
- 
Method Details- 
getConstructTemplate
- 
getQueryBody
- 
accept- Specified by:
- acceptin class- LogicObject
 
- 
toString- Specified by:
- toStringin class- LogicObject
 
- 
create
 
-