Uses of Package
org.apache.clerezza.rdf.core

Packages that use org.apache.clerezza.rdf.core
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.access.security   
org.apache.clerezza.rdf.core.event   
org.apache.clerezza.rdf.core.impl   
org.apache.clerezza.rdf.core.impl.graphmatching   
org.apache.clerezza.rdf.core.impl.util   
org.apache.clerezza.rdf.core.serializedform   
org.apache.clerezza.rdf.core.sparql   
org.apache.clerezza.rdf.core.sparql.query   
org.apache.clerezza.rdf.core.sparql.query.impl   
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core
Graph
          A graph, modeled as a set of triples.
InvalidLiteralTypeException
          Thrown when a literal is of the wrong type for conversion to a java-type
Language
          Represents a language as expressed by the RDF 4646 language tag
Literal
          Represents a literal value that can be a node in an RDF Graph.
LiteralFactory
          This class provides methods to convert java objects to typed literals and vice versa.
NoConvertorException
          This exception is thrown when no convertor is available to do a required java-object to literal or literal to java-object conversion.
NonLiteral
          Represents a Resource that is not a Literal.
Resource
          Some entity.
Triple
          A structure containing a subject, a predicate, and an object.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
TypedLiteral
          Typed literals have a lexical form and a data type URI being an RDF URI reference.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.access
Graph
          A graph, modeled as a set of triples.
MGraph
          A mutable graph
NonLiteral
          Represents a Resource that is not a Literal.
Resource
          Some entity.
Triple
          A structure containing a subject, a predicate, and an object.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.access.security
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.event
NonLiteral
          Represents a Resource that is not a Literal.
Resource
          Some entity.
Triple
          A structure containing a subject, a predicate, and an object.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.impl
Graph
          A graph, modeled as a set of triples.
InvalidLiteralTypeException
          Thrown when a literal is of the wrong type for conversion to a java-type
Language
          Represents a language as expressed by the RDF 4646 language tag
Literal
          Represents a literal value that can be a node in an RDF Graph.
LiteralFactory
          This class provides methods to convert java objects to typed literals and vice versa.
MGraph
          A mutable graph
NoConvertorException
          This exception is thrown when no convertor is available to do a required java-object to literal or literal to java-object conversion.
NonLiteral
          Represents a Resource that is not a Literal.
PlainLiteral
          A string combined with an optional language tag The lexical form is the string represented by the Literal without including the language tag
Resource
          Some entity.
Triple
          A structure containing a subject, a predicate, and an object.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
TypedLiteral
          Typed literals have a lexical form and a data type URI being an RDF URI reference.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.impl.graphmatching
BNode
          A Blank Node, extends a NonLiteral.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.impl.util
Graph
          A graph, modeled as a set of triples.
MGraph
          A mutable graph
NonLiteral
          Represents a Resource that is not a Literal.
Resource
          Some entity.
Triple
          A structure containing a subject, a predicate, and an object.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.serializedform
Graph
          A graph, modeled as a set of triples.
MGraph
          A mutable graph
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.sparql
Resource
          Some entity.
TripleCollection
          A set of triples (as it doesn't allow duplicates), it does however not extend Set as it doesn't inherit its specification for hashCode() and equals.
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.sparql.query
Literal
          Represents a literal value that can be a node in an RDF Graph.
Resource
          Some entity.
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
 

Classes in org.apache.clerezza.rdf.core used by org.apache.clerezza.rdf.core.sparql.query.impl
NonLiteral
          Represents a Resource that is not a Literal.
Resource
          Some entity.
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
 



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