|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use AugurStatementNode | |
|---|---|
| org.openrdf.repository.augur.helpers | |
| org.openrdf.repository.augur.model | |
| Uses of AugurStatementNode in org.openrdf.repository.augur.helpers |
|---|
| Methods in org.openrdf.repository.augur.helpers that return AugurStatementNode | |
|---|---|
AugurStatementNode |
AugurNodeFactory.createAugurStatementNode(Resource subj,
URI pred,
Value obj,
boolean includeInferred,
Resource... contexts)
|
| Constructors in org.openrdf.repository.augur.helpers with parameters of type AugurStatementNode | |
|---|---|
AStatementIterator(Iteration<? extends Statement,X> iter,
AugurStatementNode node)
|
|
| Uses of AugurStatementNode in org.openrdf.repository.augur.model |
|---|
| Subclasses of AugurStatementNode in org.openrdf.repository.augur.model | |
|---|---|
class |
AugurObjectNode
AugurNode that have been created from a statement pattern, carring over an object resource. |
class |
AugurSubjectNode
AugurNode that was created with by a statement pattern and a carried over subject resource. |
class |
CachableAugurNode
Extends the AugurStatementNode to allow caching of results. |
| Methods in org.openrdf.repository.augur.model that return AugurStatementNode | |
|---|---|
AugurStatementNode |
AugurNode.getChildNode(Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
| Methods in org.openrdf.repository.augur.model with parameters of type AugurStatementNode | |
|---|---|
void |
AugurNode.addChildNode(AugurStatementNode node,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||