Uses of Interface
com.bigdata.rdf.model.BigdataStatement

Packages that use BigdataStatement
com.bigdata.rdf.axioms   
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.rules   
com.bigdata.rdf.sparql.ast.eval   
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. 
 

Uses of BigdataStatement in com.bigdata.rdf.axioms
 

Method parameters in com.bigdata.rdf.axioms with type arguments of type BigdataStatement
protected  void RdfsAxioms.addAxioms(Collection<BigdataStatement> axioms)
          Adds the axioms for RDF Schema.
protected  void OwlAxioms.addAxioms(Collection<BigdataStatement> axioms)
           
protected  void BaseAxioms.addAxioms(Collection<BigdataStatement> axioms)
          Adds all axioms declared by this class into axioms.
 

Uses of BigdataStatement in com.bigdata.rdf.model
 

Classes in com.bigdata.rdf.model that implement BigdataStatement
 class 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).
 

Methods in com.bigdata.rdf.model that return BigdataStatement
 BigdataStatement BigdataValueFactory.createStatement(Resource s, URI p, Value o)
          Create a statement whose StatementEnum is NOT specified.
 BigdataStatement BNodeContextFactory.createStatement(Resource s, URI p, Value o)
           
 BigdataStatement BigdataValueFactory.createStatement(Resource s, URI p, Value o, Resource c)
          Create a statement whose StatementEnum is NOT specified.
 BigdataStatement BNodeContextFactory.createStatement(Resource s, URI p, Value o, Resource c)
           
 BigdataStatement BigdataValueFactory.createStatement(Resource s, URI p, Value o, Resource c, StatementEnum type)
          Create a statement (core impl).
 BigdataStatement BNodeContextFactory.createStatement(Resource s, URI p, Value o, Resource c, StatementEnum type)
           
 BigdataStatement BigdataValueFactory.createStatement(Resource s, URI p, Value o, Resource c, StatementEnum type, boolean userFlag)
          Create a statement (core impl).
 BigdataStatement BNodeContextFactory.createStatement(Resource s, URI p, Value o, Resource c, StatementEnum type, boolean userFlag)
           
 

Uses of BigdataStatement in com.bigdata.rdf.rio
 

Classes in com.bigdata.rdf.rio with type parameters of type BigdataStatement
 class AbstractStatementBuffer<F extends Statement,G extends BigdataStatement>
          Class for efficiently converting Statements into BigdataStatements, including resolving term identifiers (or adding entries to the lexicon for unknown terms) as required.
static class AbstractStatementBuffer.StatementBuffer2<F extends Statement,G extends BigdataStatement>
          Loads Statements into an RDF database.
 class AsynchronousStatementBufferFactory<S extends BigdataStatement,R>
          Factory object for high-volume RDF data load.
 

Fields in com.bigdata.rdf.rio declared as BigdataStatement
protected  G[] AbstractStatementBuffer.statementBuffer
          Buffer for accepted BigdataStatements.
protected  BigdataStatement[] StatementBuffer.stmts
          Buffer for parsed RDF Statements.
 

Methods in com.bigdata.rdf.rio with parameters of type BigdataStatement
protected  long StatementBuffer.addStatements(BigdataStatement[] stmts, int numStmts)
          Adds the statements to each index (batch api, NO truth maintenance).
protected abstract  int AbstractStatementBuffer.handleProcessedStatements(G[] a)
          Invoked by AbstractStatementBuffer.overflow().
protected  int AbstractStatementBuffer.StatementBuffer2.handleProcessedStatements(G[] a)
          Writes the Statements onto the AbstractStatementBuffer.StatementBuffer2.getStatementStore().
 

Uses of BigdataStatement in com.bigdata.rdf.rules
 

Method parameters in com.bigdata.rdf.rules with type arguments of type BigdataStatement
protected  void SampleAxioms.addAxioms(Collection<BigdataStatement> axioms)
          Per RDF Model Theory, new properties defined in the vocabulary will always be of rdf:type rdf:Property and rdfs:Resource, and they will always be subproperties of themselves.
 

Uses of BigdataStatement in com.bigdata.rdf.sparql.ast.eval
 

Methods in com.bigdata.rdf.sparql.ast.eval that return BigdataStatement
 BigdataStatement ASTConstructIterator.next()
           
 

Uses of BigdataStatement in com.bigdata.rdf.spo
 

Constructors in com.bigdata.rdf.spo with parameters of type BigdataStatement
SPO(BigdataStatement stmt)
          Construct a triple/quad from a BigdataStatement.
 

Uses of BigdataStatement in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return BigdataStatement
 BigdataStatement AbstractTripleStore.asStatement(ISPO spo)
           
 BigdataStatement AbstractTripleStore.getStatement(Resource s, URI p, Value o)
           
 BigdataStatement AbstractTripleStore.getStatement(Resource s, URI p, Value o, Resource c)
           
 BigdataStatement AbstractTripleStore.getStatement(Statement s)
           
 BigdataStatement EmptyStatementIterator.next()
           
protected  BigdataStatement[] BigdataStatementIteratorImpl.resolveChunk(ISPO[] chunk)
          Resolve a chunk of ISPOs into a chunk of BigdataStatements.
 

Methods in com.bigdata.rdf.store that return types with arguments of type BigdataStatement
static ICloseableIterator<BigdataStatement> TripleStoreUtility.notFoundInTarget(AbstractTripleStore expected, AbstractTripleStore actual)
          Visits expected BigdataStatements not found in actual.
 



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