|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use NonLiteral | |
|---|---|
| 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 | |
| org.apache.clerezza.rdf.core.sparql.query.impl | |
| Uses of NonLiteral in org.apache.clerezza.rdf.core |
|---|
| Classes in org.apache.clerezza.rdf.core that implement NonLiteral | |
|---|---|
class |
BNode
A Blank Node, extends a NonLiteral. |
class |
UriRef
Represents an RDF URI Reference RDF URI References are defined in section 6.4 RDF URI References of http://www.w3.org/TR/2004/REC-rdf-concepts-20040210/#section-Graph-URIref Note that an RDF URI Reference is not the same as defined by RFC3986, RDF URI References support most unicode characters |
| Methods in org.apache.clerezza.rdf.core that return NonLiteral | |
|---|---|
NonLiteral |
Triple.getSubject()
|
| Methods in org.apache.clerezza.rdf.core with parameters of type NonLiteral | |
|---|---|
Iterator<Triple> |
TripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
Filters triples given a pattern. |
| Uses of NonLiteral in org.apache.clerezza.rdf.core.access |
|---|
| Methods in org.apache.clerezza.rdf.core.access with parameters of type NonLiteral | |
|---|---|
Iterator<Triple> |
SecuredTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
LockableMGraphWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
| Uses of NonLiteral in org.apache.clerezza.rdf.core.event |
|---|
| Constructors in org.apache.clerezza.rdf.core.event with parameters of type NonLiteral | |
|---|---|
FilterTriple(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new FilterTriple. |
|
| Uses of NonLiteral in org.apache.clerezza.rdf.core.impl |
|---|
| Methods in org.apache.clerezza.rdf.core.impl that return NonLiteral | |
|---|---|
NonLiteral |
TripleImpl.getSubject()
|
| Methods in org.apache.clerezza.rdf.core.impl with parameters of type NonLiteral | |
|---|---|
Iterator<Triple> |
AbstractTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
Iterator<Triple> |
WriteBlockedTripleCollection.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
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. |
| Constructors in org.apache.clerezza.rdf.core.impl with parameters of type NonLiteral | |
|---|---|
TripleImpl(NonLiteral subject,
UriRef predicate,
Resource object)
Creates a new TripleImpl. |
|
| Uses of NonLiteral in org.apache.clerezza.rdf.core.impl.util |
|---|
| Methods in org.apache.clerezza.rdf.core.impl.util with parameters of type NonLiteral | |
|---|---|
Iterator<Triple> |
PrivilegedTripleCollectionWrapper.filter(NonLiteral subject,
UriRef predicate,
Resource object)
|
| Uses of NonLiteral in org.apache.clerezza.rdf.core.sparql.query.impl |
|---|
| Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type NonLiteral | |
|---|---|
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Resource object)
|
|
SimpleTriplePattern(NonLiteral subject,
UriRef predicate,
Variable object)
|
|
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Resource object)
|
|
SimpleTriplePattern(NonLiteral subject,
Variable predicate,
Variable object)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||