Uses of Package
com.bigdata.rdf.model

Packages that use com.bigdata.rdf.model
com.bigdata.rdf.axioms   
com.bigdata.rdf.lexicon   
com.bigdata.rdf.load Support for concurrent loading of RDF data across one or more clients from a variety of input sources. 
com.bigdata.rdf.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
com.bigdata.rdf.rio This package provides an integration with the openrdf RIO parser that supports fast data loads. 
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
com.bigdata.rdf.store This package provides several realizations of an RDF database using the bigdata architecture, including one suitable for temporary data, one suitable for local processing (single host), and one designed for scale-out on commodity hardware. 
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.axioms
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
BigdataValueFactory
          Interface strengthens the return types and adds some custom extensions.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.lexicon
BigdataValue
          An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
BigdataValueFactoryImpl
          An implementation using BigdataValues and BigdataStatements.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.load
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.model
BigdataBNode
          A BNode that exposes the internal term identifier.
BigdataBNodeImpl
          A blank node.
BigdataLiteral
          A Literal that exposes the internal term identifier.
BigdataLiteralImpl
          A literal.
BigdataResource
          A Resource that exposes the internal term identifier.
BigdataResourceImpl
           
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
BigdataStatementImpl
          Implementation reveals whether a statement is explicit, inferred, or an axiom and the internal term identifiers for the subject, predicate, object, the context bound on that statement (when present).
BigdataURI
          A URI that exposes the internal term identifier.
BigdataURIImpl
          A URI.
BigdataValue
          An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
BigdataValueFactory
          Interface strengthens the return types and adds some custom extensions.
BigdataValueFactoryImpl
          An implementation using BigdataValues and BigdataStatements.
BigdataValueImpl
           
BigdataValueSerializer
          Helper class provides efficient stand-off serialization of RDF Value objects.
BNodeContextFactory
          Class provides a document-scoped context for generating blank node identifiers (IDs).
StatementEnum
          The basic statement types are: axioms, explicit, inferred.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.rio
BigdataBNodeImpl
          A blank node.
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
BigdataValue
          An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
BigdataValueFactory
          Interface strengthens the return types and adds some custom extensions.
StatementEnum
          The basic statement types are: axioms, explicit, inferred.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.spo
BigdataResource
          A Resource that exposes the internal term identifier.
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
BigdataURI
          A URI that exposes the internal term identifier.
BigdataValue
          An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
StatementEnum
          The basic statement types are: axioms, explicit, inferred.
 

Classes in com.bigdata.rdf.model used by com.bigdata.rdf.store
BigdataBNodeImpl
          A blank node.
BigdataStatement
          Also reports whether the statement is explicit, inferred or an axiom.
BigdataValue
          An interface which exposes the internal 64-bit long integer identifiers for Values stored within a IRawTripleStore.
BigdataValueFactoryImpl
          An implementation using BigdataValues and BigdataStatements.
 



Copyright © 2006-2009 SYSTAP, LLC. All Rights Reserved.