public static class FormulaBuilder.PathBuilder<T extends FormulaConsumer> extends Object
| Constructor and Description |
|---|
PathBuilder() |
PathBuilder(T formulaConsumer) |
| Modifier and Type | Method and Description |
|---|---|
QuantifiedExpression |
build() |
T |
endPath() |
FormulaBuilder.PathBuilder<T> |
in(org.openrdf.model.URI predicate) |
FormulaBuilder.PathBuilder<T> |
out(org.openrdf.model.URI predicate) |
FormulaBuilder.PathBuilder<T> |
pop() |
public PathBuilder()
public PathBuilder(T formulaConsumer)
public FormulaBuilder.PathBuilder<T> out(org.openrdf.model.URI predicate)
public FormulaBuilder.PathBuilder<T> in(org.openrdf.model.URI predicate)
public FormulaBuilder.PathBuilder<T> pop()
public QuantifiedExpression build()
public T endPath()
Copyright © 2019. All rights reserved.