Class ConstructorBuilder
java.lang.Object
org.eclipse.rdf4j.query.parser.sparql.ConstructorBuilder
- 
Constructor Summary
Constructors - 
Method Summary
Modifier and TypeMethodDescriptionbuildConstructor(TupleExpr bodyExpr, boolean distinct, boolean reduced) buildConstructor(TupleExpr bodyExpr, TupleExpr constructExpr, boolean distinct, boolean reduced)  
- 
Constructor Details
- 
ConstructorBuilder
public ConstructorBuilder() 
 - 
 - 
Method Details
- 
buildConstructor
 - 
buildConstructor
public TupleExpr buildConstructor(TupleExpr bodyExpr, boolean distinct, boolean reduced) throws MalformedQueryException - Throws:
 MalformedQueryException
 
 -