Uses of Package
org.jrdf.graph.datatype

Packages that use org.jrdf.graph.datatype
org.jrdf.graph This package defines a set of APIs required to implement an RDF Graph and it's associated objects. 
org.jrdf.graph.datatype   
 

Classes in org.jrdf.graph.datatype used by org.jrdf.graph
DatatypeValue
          Datatypes are values and create themselves.
 

Classes in org.jrdf.graph.datatype used by org.jrdf.graph.datatype
DatatypeFactory
          Creates data types.
DatatypeValue
          Datatypes are values and create themselves.
EquivComparable
          Indicates a slightly different comparison operation - one that takes into account the semantics of the data type.
LexicalComparator
          Sorts by the URI of the literal and then value.
SemanticComparator
          Sorts by the URI of the literal and then value.
ValueCreator
          Creates value object based on a value type or lexical form (to be parsed and turned into a the appropriate value).
XSDDecimal
          All of the data types derived from XSD decimal to be treated in the same way.