| Package | Description |
|---|---|
| org.openrdf.model |
RDF model interfaces.
|
| org.openrdf.model.impl |
Default implementations of the RDF model interfaces.
|
| org.openrdf.model.util |
| Modifier and Type | Method and Description |
|---|---|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object)
Creates a new statement with the supplied subject, predicate and object.
|
Statement |
ValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context)
Creates a new statement with the supplied subject, predicate and object
and associated context.
|
| Modifier and Type | Method and Description |
|---|---|
Iterator<Statement> |
Graph.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
| Modifier and Type | Class and Description |
|---|---|
class |
ContextStatementImpl
An extension of
StatementImpl that adds a context field. |
class |
StatementImpl
An implementation of the
Statement interface for statements that
don't have an associated context. |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<Statement> |
GraphImpl.statements
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
Statement |
TreeModel.ceiling(Statement e) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object) |
Statement |
ValueFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context) |
Statement |
TreeModel.first() |
Statement |
TreeModel.floor(Statement e) |
Statement |
TreeModel.higher(Statement e) |
Statement |
TreeModel.last() |
Statement |
TreeModel.lower(Statement e) |
Statement |
TreeModel.pollFirst() |
Statement |
TreeModel.pollLast() |
| Modifier and Type | Method and Description |
|---|---|
Comparator<? super Statement> |
TreeModel.comparator() |
SortedSet<Statement> |
TreeModel.headSet(Statement toElement) |
Iterator<Statement> |
TreeModel.iterator() |
Iterator<Statement> |
GraphImpl.iterator()
Deprecated.
|
Iterator<Statement> |
EmptyModel.iterator() |
Iterator<Statement> |
GraphImpl.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
Iterator<Statement> |
AbstractModel.match(Resource subj,
URI pred,
Value obj,
Resource... contexts)
Deprecated.
|
SortedSet<Statement> |
TreeModel.subSet(Statement fromElement,
Statement toElement) |
SortedSet<Statement> |
TreeModel.tailSet(Statement fromElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
GraphImpl.add(Statement st)
Deprecated.
|
boolean |
AbstractModel.add(Statement st) |
Statement |
TreeModel.ceiling(Statement e) |
Statement |
TreeModel.floor(Statement e) |
SortedSet<Statement> |
TreeModel.headSet(Statement toElement) |
Statement |
TreeModel.higher(Statement e) |
Statement |
TreeModel.lower(Statement e) |
SortedSet<Statement> |
TreeModel.subSet(Statement fromElement,
Statement toElement) |
SortedSet<Statement> |
TreeModel.tailSet(Statement fromElement) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
AbstractModel.addAll(Collection<? extends Statement> c) |
protected abstract void |
FilteredModel.removeFilteredTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
void |
TreeModel.removeTermIteration(Iterator<Statement> iterator,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
void |
FilteredModel.removeTermIteration(Iterator<Statement> iter,
Resource s,
URI p,
Value o,
Resource... c) |
void |
EmptyModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts) |
abstract void |
AbstractModel.removeTermIteration(Iterator<Statement> iter,
Resource subj,
URI pred,
Value obj,
Resource... contexts)
Called by aggregate sets when a term has been removed from a term
iterator.
|
| Constructor and Description |
|---|
GraphImpl(Collection<? extends Statement> statements)
Deprecated.
|
GraphImpl(ValueFactory valueFactory,
Collection<? extends Statement> statements)
Deprecated.
|
LinkedHashModel(Collection<? extends Statement> c) |
LinkedHashModel(Set<Namespace> namespaces,
Collection<? extends Statement> c) |
TreeModel(Collection<? extends Statement> c) |
TreeModel(Set<Namespace> namespaces,
Collection<? extends Statement> c) |
| Modifier and Type | Class and Description |
|---|---|
class |
PatternIterator<S extends Statement>
Excludes an Iterator
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
ModelUtil.equals(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
ModelUtil.equals(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
ModelUtil.equals(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
ModelUtil.equals(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if they are equal.
|
static boolean |
ModelUtil.isSubset(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
static boolean |
ModelUtil.isSubset(Iterable<? extends Statement> model1,
Iterable<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
static boolean |
ModelUtil.isSubset(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
static boolean |
ModelUtil.isSubset(Set<? extends Statement> model1,
Set<? extends Statement> model2)
Compares two models, defined by two statement collections, and returns
true if the first model is a subset of the second model.
|
Copyright © 2001-2014 Aduna. All Rights Reserved.