Uses of Interface
org.apache.clerezza.rdf.core.Resource

Packages that use Resource
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   
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Uses of Resource in org.apache.clerezza.rdf.core
 

Subinterfaces of Resource in org.apache.clerezza.rdf.core
 interface Literal
          Represents a literal value that can be a node in an RDF Graph.
 interface NonLiteral
          Represents a Resource that is not a Literal.
 interface PlainLiteral
          A string combined with an optional language tag The lexical form is the string represented by the Literal without including the language tag
 interface TypedLiteral
          Typed literals have a lexical form and a data type URI being an RDF URI reference.
 

Classes in org.apache.clerezza.rdf.core that implement Resource
 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 Resource
 Resource Triple.getObject()
           
 

Methods in org.apache.clerezza.rdf.core with parameters of type Resource
 Iterator<Triple> TripleCollection.filter(NonLiteral subject, UriRef predicate, Resource object)
          Filters triples given a pattern.
 

Uses of Resource in org.apache.clerezza.rdf.core.access
 

Methods in org.apache.clerezza.rdf.core.access with parameters of type Resource
 Iterator<Triple> SecuredTripleCollection.filter(NonLiteral subject, UriRef predicate, Resource object)
           
 Iterator<Triple> LockableMGraphWrapper.filter(NonLiteral subject, UriRef predicate, Resource object)
           
 

Uses of Resource in org.apache.clerezza.rdf.core.event
 

Constructors in org.apache.clerezza.rdf.core.event with parameters of type Resource
FilterTriple(NonLiteral subject, UriRef predicate, Resource object)
          Creates a new FilterTriple.
 

Uses of Resource in org.apache.clerezza.rdf.core.impl
 

Classes in org.apache.clerezza.rdf.core.impl that implement Resource
 class PlainLiteralImpl
           
 class TypedLiteralImpl
           
 

Methods in org.apache.clerezza.rdf.core.impl that return Resource
 Resource TripleImpl.getObject()
           
 

Methods in org.apache.clerezza.rdf.core.impl with parameters of type Resource
 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 Resource
TripleImpl(NonLiteral subject, UriRef predicate, Resource object)
          Creates a new TripleImpl.
 

Uses of Resource in org.apache.clerezza.rdf.core.impl.util
 

Methods in org.apache.clerezza.rdf.core.impl.util with parameters of type Resource
 Iterator<Triple> PrivilegedTripleCollectionWrapper.filter(NonLiteral subject, UriRef predicate, Resource object)
           
 

Uses of Resource in org.apache.clerezza.rdf.core.sparql
 

Methods in org.apache.clerezza.rdf.core.sparql that return Resource
 Resource SolutionMapping.get(String name)
          Should be the equivalent to this: public Resource get(String name) { return get(new Variable(name)); }
 

Uses of Resource in org.apache.clerezza.rdf.core.sparql.query
 

Methods in org.apache.clerezza.rdf.core.sparql.query that return Resource
 Resource ResourceOrVariable.getResource()
           
 

Constructors in org.apache.clerezza.rdf.core.sparql.query with parameters of type Resource
ResourceOrVariable(Resource resource)
           
 

Uses of Resource in org.apache.clerezza.rdf.core.sparql.query.impl
 

Constructors in org.apache.clerezza.rdf.core.sparql.query.impl with parameters of type Resource
SimpleTriplePattern(NonLiteral subject, UriRef predicate, Resource object)
           
SimpleTriplePattern(NonLiteral subject, Variable predicate, Resource object)
           
SimpleTriplePattern(Variable subject, UriRef predicate, Resource object)
           
SimpleTriplePattern(Variable subject, Variable predicate, Resource object)
           
 



Copyright © 2012 The Apache Software Foundation. All Rights Reserved.