| Package | Description |
|---|---|
| xdi2.core |
The XDI graph model and basic operations on it.
|
| xdi2.core.features.policy.evaluation | |
| xdi2.core.impl | |
| xdi2.core.util |
Utility classes.
|
| xdi2.core.util.iterators |
| Modifier and Type | Interface and Description |
|---|---|
static interface |
Statement.ContextNodeStatement |
static interface |
Statement.LiteralStatement |
static interface |
Statement.RelationStatement |
| Modifier and Type | Method and Description |
|---|---|
Statement |
Graph.getStatement(XDIStatement XDIstatement)
Gets a statement in this graph.
|
Statement |
ContextNode.getStatement(XDIStatement XDIstatement)
Gets a statement in this context node.
|
Statement |
Graph.setStatement(XDIStatement XDIstatement)
Sets a statement in this graph.
|
Statement |
ContextNode.setStatement(XDIStatement XDIstatement)
Sets a statement in this context node.
|
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyIterator<Statement> |
Graph.getAllStatements()
Gets all statements in this graph.
|
ReadOnlyIterator<Statement> |
ContextNode.getAllStatements()
Gets all statements in this context node.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
GraphPolicyEvaluationContext.getStatement(XDIStatement XDIstatement) |
Statement |
PolicyEvaluationContext.getStatement(XDIStatement statement) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractStatement |
static class |
AbstractStatement.AbstractContextNodeStatement |
static class |
AbstractStatement.AbstractLiteralStatement |
static class |
AbstractStatement.AbstractRelationStatement |
| Modifier and Type | Method and Description |
|---|---|
Statement |
AbstractGraph.getStatement(XDIStatement XDIstatement) |
Statement |
AbstractContextNode.getStatement(XDIStatement statement) |
Statement |
AbstractGraph.setStatement(XDIStatement XDIstatement) |
Statement |
AbstractContextNode.setStatement(XDIStatement statement) |
| Modifier and Type | Method and Description |
|---|---|
ReadOnlyIterator<Statement> |
AbstractGraph.getAllStatements() |
ReadOnlyIterator<Statement> |
AbstractContextNode.getAllStatements() |
| Modifier and Type | Method and Description |
|---|---|
int |
AbstractStatement.compareTo(Statement other) |
| Modifier and Type | Method and Description |
|---|---|
static Statement |
CopyUtil.copyStatement(Statement statement,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a statement into another graph.
|
| Modifier and Type | Method and Description |
|---|---|
static Statement |
CopyUtil.copyStatement(Statement statement,
Graph targetGraph,
CopyUtil.CopyStrategy copyStrategy)
Copies a statement into another graph.
|
| Modifier and Type | Method and Description |
|---|---|
XDIStatement |
MappingXDIStatementIterator.map(Statement statement) |
boolean |
SelectingNotImpliedStatementIterator.select(Statement statement) |
| Constructor and Description |
|---|
MappingXDIStatementIterator(Iterator<Statement> statements) |
SelectingNotImpliedStatementIterator(Iterator<? extends Statement> statements) |
Copyright © 2015. All Rights Reserved.