Uses of Class
com.bigdata.rdf.spo.SPO

Packages that use SPO
com.bigdata.rdf.axioms   
com.bigdata.rdf.inf This package provides an eager closure inference engine for most of the RDF and RDFS entailments and can be used to realize entailments for owl:sameAs, owl:equivilentClass, and owl:equivilentProperty. 
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. 
 

Uses of SPO in com.bigdata.rdf.axioms
 

Methods in com.bigdata.rdf.axioms that return types with arguments of type SPO
 Iterator<SPO> Axioms.axioms()
          The axioms in {s:p:o} order by their term identifiers.
 Iterator<SPO> BaseAxioms.axioms()
           
 

Uses of SPO in com.bigdata.rdf.inf
 

Methods in com.bigdata.rdf.inf that return SPO
 SPO Justification.getHead()
          Returns the head as an SPO.
 SPO[] Justification.getTail()
          Returns the tail as an SPO[].
 

Methods in com.bigdata.rdf.inf with parameters of type SPO
 boolean SPOAssertionBuffer.add(SPO stmt, Justification justification)
          Deprecated. When the buffer is SPOAssertionBuffer.nearCapacity() the statements in the buffer will be flushed into the backing focusStore.
static boolean Justification.isGrounded(InferenceEngine inf, TempTripleStore focusStore, AbstractTripleStore db, SPO head, boolean testHead, boolean testFocusStore)
          Return true iff a grounded justification chain exists for the statement.
 

Uses of SPO in com.bigdata.rdf.rio
 

Methods in com.bigdata.rdf.rio with parameters of type SPO
protected  long StatementBuffer.writeSPOs(SPO[] stmts, int numStmts)
          Adds the statements to each index (batch api, NO truth maintenance).
 

Uses of SPO in com.bigdata.rdf.spo
 

Methods in com.bigdata.rdf.spo that return SPO
 SPO SPOKeyOrder.decodeKey(byte[] key)
          Decode the key into an SPO.
 SPO SPOKeyOrder.decodeKey(byte[] key, int offset)
          Decode the key into an SPO.
 SPO SPOTupleSerializer.deserialize(ITuple tuple)
           
 SPO SPOTupleSerializer.deserializeKey(ITuple tuple)
           
 SPO SPORelation.newElement(List<BOp> a, IBindingSet bindingSet)
           
 

Methods in com.bigdata.rdf.spo with parameters of type SPO
 boolean ISPOAssertionBuffer.add(SPO stmt, Justification justification)
          Deprecated. by ISolutions in an IBuffer.
 byte[] SPOTupleSerializer.serializeVal(SPO spo)
          Encodes the StatementEnum and the optional statement identifier.
 

Method parameters in com.bigdata.rdf.spo with type arguments of type SPO
protected  void DistinctTermAdvancer.advance(ITuple<SPO> tuple)
           
protected  void ContextAdvancer.advance(ITuple<SPO> tuple)
           
protected  void DistinctMultiTermAdvancer.advance(ITuple<SPO> tuple)
           
 

Uses of SPO in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store with parameters of type SPO
 IChunkedOrderedIterator<ISPO> AbstractTripleStore.bulkCompleteStatements(SPO[] stmts, int numStmts)
           
 



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