|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Triple | |
|---|---|
| org.apache.clerezza.rdf.core | |
| org.apache.clerezza.rdf.core.access | This package provides access to named org.apache.clerezza.rdf.model.GraphS and org.apache.clerezza.rdf.model.MGraphS that may originate from various
implementations. |
| org.apache.clerezza.rdf.core.event | |
| org.apache.clerezza.rdf.core.impl | |
| org.apache.clerezza.rdf.core.impl.util | |
| Uses of Triple in org.apache.clerezza.rdf.core |
|---|
| Methods in org.apache.clerezza.rdf.core that return types with arguments of type Triple | |
|---|---|
Iterator<Triple> |
TripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
Filters triples given a pattern. |
| Uses of Triple in org.apache.clerezza.rdf.core.access |
|---|
| Methods in org.apache.clerezza.rdf.core.access that return types with arguments of type Triple | |
|---|---|
Iterator<Triple> |
SecuredTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
LockableMGraphWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
SecuredTripleCollection.iterator()
|
Iterator<Triple> |
LockableMGraphWrapper.iterator()
|
| Methods in org.apache.clerezza.rdf.core.access with parameters of type Triple | |
|---|---|
boolean |
SecuredTripleCollection.add(Triple e)
|
boolean |
LockableMGraphWrapper.add(Triple e)
|
| Method parameters in org.apache.clerezza.rdf.core.access with type arguments of type Triple | |
|---|---|
boolean |
SecuredTripleCollection.addAll(Collection<? extends Triple> c)
|
boolean |
LockableMGraphWrapper.addAll(Collection<? extends Triple> c)
|
| Uses of Triple in org.apache.clerezza.rdf.core.event |
|---|
| Methods in org.apache.clerezza.rdf.core.event that return Triple | |
|---|---|
Triple |
GraphEvent.getTriple()
Return the Triple that was part of the modification. |
| Methods in org.apache.clerezza.rdf.core.event with parameters of type Triple | |
|---|---|
boolean |
FilterTriple.match(Triple triple)
Returns true if the subject, predicate and object of the specified Triple match the subject, predicate and object of this
FilterTriple. |
| Constructors in org.apache.clerezza.rdf.core.event with parameters of type Triple | |
|---|---|
AddEvent(TripleCollection graph,
Triple triple)
|
|
GraphEvent(TripleCollection graph,
Triple triple)
|
|
RemoveEvent(TripleCollection graph,
Triple triple)
|
|
| Uses of Triple in org.apache.clerezza.rdf.core.impl |
|---|
| Classes in org.apache.clerezza.rdf.core.impl that implement Triple | |
|---|---|
class |
TripleImpl
|
| Methods in org.apache.clerezza.rdf.core.impl that return types with arguments of type Triple | |
|---|---|
Iterator<Triple> |
AbstractTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
WriteBlockedTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
AbstractTripleCollection.iterator()
|
Iterator<Triple> |
SimpleGraph.performFilter(NonLiteral subject,
UriRef predicate,
Resource object)
|
protected abstract Iterator<Triple> |
AbstractTripleCollection.performFilter(NonLiteral subject,
UriRef predicate,
Resource object)
A subclass of AbstractTripleCollection should override
this method instead of filter for graph event support to be
added. |
| Methods in org.apache.clerezza.rdf.core.impl with parameters of type Triple | |
|---|---|
boolean |
AbstractGraph.add(Triple e)
|
boolean |
AbstractTripleCollection.add(Triple triple)
|
boolean |
WriteBlockedTripleCollection.add(Triple e)
|
protected boolean |
AbstractTripleCollection.performAdd(Triple e)
A subclass of AbstractTripleCollection should override
this method instead of add for graph event support to be
added. |
protected boolean |
AbstractTripleCollection.performRemove(Triple triple)
A subclass of AbstractTripleCollection should override
this method instead of remove for graph event support to be
added. |
| Method parameters in org.apache.clerezza.rdf.core.impl with type arguments of type Triple | |
|---|---|
boolean |
AbstractGraph.addAll(Collection<? extends Triple> c)
|
boolean |
WriteBlockedTripleCollection.addAll(Collection<? extends Triple> c)
|
| Constructor parameters in org.apache.clerezza.rdf.core.impl with type arguments of type Triple | |
|---|---|
SimpleGraph(Iterator<Triple> tripleIter)
|
|
SimpleMGraph(Collection<Triple> baseCollection)
|
|
SimpleMGraph(Iterator<Triple> iterator)
|
|
SimpleMGraph(Set<Triple> baseSet)
|
|
| Uses of Triple in org.apache.clerezza.rdf.core.impl.util |
|---|
| Methods in org.apache.clerezza.rdf.core.impl.util that return types with arguments of type Triple | |
|---|---|
Iterator<Triple> |
PrivilegedTripleCollectionWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
PrivilegedTripleCollectionWrapper.iterator()
|
| Methods in org.apache.clerezza.rdf.core.impl.util with parameters of type Triple | |
|---|---|
boolean |
PrivilegedTripleCollectionWrapper.add(Triple triple)
|
| Method parameters in org.apache.clerezza.rdf.core.impl.util with type arguments of type Triple | |
|---|---|
boolean |
PrivilegedTripleCollectionWrapper.addAll(Collection<? extends Triple> c)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||