T - The Builder type that the clause is part of.public interface ConstructClause<T extends AbstractQueryBuilder<T>>
| Modifier and Type | Method and Description |
|---|---|
T |
addConstruct(FrontsTriple t)
Add a construct triple.
|
T |
addConstruct(Object s,
Object p,
Object o)
Add a construct triple.
|
T |
addConstruct(Triple t)
Add a construct triple.
|
ConstructHandler |
getConstructHandler()
Get the Construct handler for this construct clause.
|
T addConstruct(Triple t)
t - The triple to add.T addConstruct(FrontsTriple t)
t - The triple to add.T addConstruct(Object s, Object p, Object o)
AbstractQueryBuilder.makeNode(java.lang.Object) for conversion of the param values.s - The subject of the triple,p - The predicate of the triple.o - The object of the triple.ConstructHandler getConstructHandler()
Licensed under the Apache License, Version 2.0