|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use TStatement | |
---|---|
com.ontotext.ordi.iterator | |
com.ontotext.ordi.rdbms | |
com.ontotext.ordi.tripleset | |
com.ontotext.ordi.tripleset.impl | |
com.ontotext.ordi.trree | |
com.ontotext.ordi.wsmo4rdf.impl |
Uses of TStatement in com.ontotext.ordi.iterator |
---|
Constructor parameters in com.ontotext.ordi.iterator with type arguments of type TStatement | |
---|---|
ConvertingIteratorImpl(CloseableIterator<? extends TStatement> iterator)
|
Uses of TStatement in com.ontotext.ordi.rdbms |
---|
Methods in com.ontotext.ordi.rdbms that return TStatement | |
---|---|
TStatement |
RDBMSConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph)
|
TStatement |
RDBMSConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph,
URI... ts)
|
TStatement |
RDBMSCloseableIterator.next()
|
Methods in com.ontotext.ordi.rdbms that return types with arguments of type TStatement | |
---|---|
CloseableIterator<? extends TStatement> |
RDBMSConnection.search(Resource subj,
URI pred,
Value obj,
URI namedGraph,
URI ts)
|
Uses of TStatement in com.ontotext.ordi.tripleset |
---|
Methods in com.ontotext.ordi.tripleset that return TStatement | |
---|---|
TStatement |
TConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph)
Adds a new statement. |
TStatement |
TConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph,
URI... ts)
Adds a new statement and associated it with a collection of tripleses. |
TStatement |
TFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
Set<URI> ts)
Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets. |
TStatement |
TFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
URI... ts)
Creates a new tripleset statement with the supplied subject, predicate, object, graph name and associated triplesets. |
Methods in com.ontotext.ordi.tripleset that return types with arguments of type TStatement | |
---|---|
CloseableIterator<? extends TStatement> |
TConnection.search(Resource subj,
URI pred,
Value obj,
URI namedgraph,
URI ts)
Gets all statements based on a pattern match. |
Methods in com.ontotext.ordi.tripleset with parameters of type TStatement | |
---|---|
void |
Listener.statementAdded(TStatement statement)
|
void |
Listener.statementAssociated(TStatement statement)
|
void |
Listener.statementDeassociated(TStatement statement)
|
void |
Listener.statementInferred(TStatement statement)
|
void |
Listener.statementRemoved(TStatement statement)
|
Uses of TStatement in com.ontotext.ordi.tripleset.impl |
---|
Classes in com.ontotext.ordi.tripleset.impl that implement TStatement | |
---|---|
class |
TStatementImpl
|
Methods in com.ontotext.ordi.tripleset.impl that return TStatement | |
---|---|
TStatement |
TFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
Set<URI> ts)
|
TStatement |
TFactoryImpl.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
URI... ts)
|
Methods in com.ontotext.ordi.tripleset.impl with parameters of type TStatement | |
---|---|
void |
CallMultiplexor.statementAdded(TStatement statement)
|
void |
CallMultiplexor.statementAssociated(TStatement statement)
|
void |
CallMultiplexor.statementDeassociated(TStatement statement)
|
void |
CallMultiplexor.statementInferred(TStatement statement)
|
void |
CallMultiplexor.statementRemoved(TStatement statement)
|
Uses of TStatement in com.ontotext.ordi.trree |
---|
Classes in com.ontotext.ordi.trree that implement TStatement | |
---|---|
class |
LazyTStatementImpl
|
Methods in com.ontotext.ordi.trree that return TStatement | |
---|---|
TStatement |
TRREEConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph)
|
TStatement |
TRREEConnection.addStatement(Resource subj,
URI pred,
Value obj,
URI namedGraph,
URI... ts)
|
TStatement |
TRREEValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
Set<URI> ts)
|
TStatement |
TRREEValueFactory.createStatement(Resource subject,
URI predicate,
Value object,
Resource context,
URI... ts)
|
TStatement |
TRREEIterator.next()
|
Methods in com.ontotext.ordi.trree that return types with arguments of type TStatement | |
---|---|
CloseableIterator<? extends TStatement> |
TRREEConnection.search(Resource subj,
URI pred,
Value obj,
URI namedGraph,
URI ts)
|
Uses of TStatement in com.ontotext.ordi.wsmo4rdf.impl |
---|
Fields in com.ontotext.ordi.wsmo4rdf.impl with type parameters of type TStatement | |
---|---|
List<TStatement> |
ArrayTripleHandlerImpl.array
|
Constructor parameters in com.ontotext.ordi.wsmo4rdf.impl with type arguments of type TStatement | |
---|---|
WSMLConnectionAdapterImpl.IteratorAdapter(CloseableIterator<? extends TStatement> iterator)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |