public static class StatementPattern.Builder extends Object
| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
StatementPattern |
build() |
StatementPattern.Builder |
context(org.openrdf.model.Resource theC) |
StatementPattern.Builder |
object(org.openrdf.model.Value theO) |
StatementPattern.Builder |
predicate(org.openrdf.model.IRI theP) |
StatementPattern.Builder |
subject(org.openrdf.model.Resource theS) |
public StatementPattern build()
public StatementPattern.Builder subject(org.openrdf.model.Resource theS)
public StatementPattern.Builder predicate(org.openrdf.model.IRI theP)
public StatementPattern.Builder object(org.openrdf.model.Value theO)
public StatementPattern.Builder context(org.openrdf.model.Resource theC)
Copyright © 2010-2016 Stardog Union. All Rights Reserved.