Uses of Class
com.bigdata.rdf.inf.Justification

Packages that use Justification
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.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
 

Uses of Justification in com.bigdata.rdf.inf
 

Methods in com.bigdata.rdf.inf that return Justification
 Justification JustificationIterator.next()
          Deprecated.  
 Justification FullyBufferedJustificationIterator.next()
           
 Justification[] JustificationIterator.nextChunk()
          Deprecated. Returns a chunk whose size is the #of statements currently in the buffer.
 Justification[] FullyBufferedJustificationIterator.nextChunk()
           
 

Methods in com.bigdata.rdf.inf with parameters of type Justification
 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.
 int Justification.compareTo(Justification o)
          Places the justifications into an ordering that clusters them based on the entailment is being justified.
 boolean Justification.equals(Justification o)
           
static byte[] Justification.getKey(IKeyBuilder keyBuilder, Justification jst)
          Serialize a justification as an index key.
 

Uses of Justification in com.bigdata.rdf.spo
 

Methods in com.bigdata.rdf.spo that return Justification
 Justification JustificationTupleSerializer.deserialize(ITuple tuple)
           
 Justification JustificationTupleSerializer.deserializeKey(ITuple tuple)
           
 

Methods in com.bigdata.rdf.spo with parameters of type Justification
 boolean ISPOAssertionBuffer.add(SPO stmt, Justification justification)
          Deprecated. by ISolutions in an IBuffer.
 byte[] JustificationTupleSerializer.serializeVal(Justification jst)
          There is no value for the justifications index.
 

Method parameters in com.bigdata.rdf.spo with type arguments of type Justification
 long SPORelation.addJustifications(IChunkedIterator<Justification> itr)
          Adds justifications to the store.
 

Constructor parameters in com.bigdata.rdf.spo with type arguments of type Justification
JustificationWriter(AbstractTripleStore dst, IChunkedIterator<Justification> src, AtomicLong nwritten)
           
 



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