com.bigdata.rdf.spo
Interface ISPOAssertionBuffer

All Superinterfaces:
ISPOBuffer
All Known Implementing Classes:
SPOAssertionBuffer

public interface ISPOAssertionBuffer
extends ISPOBuffer

A buffer that is written on by Rules.

Version:
$Id: ISPOAssertionBuffer.java 2265 2009-10-26 12:51:06Z thompsonbry $
Author:
Bryan Thompson

Field Summary
 
Fields inherited from interface com.bigdata.rdf.spo.ISPOBuffer
DEBUG, INFO, log
 
Method Summary
 boolean add(SPO stmt, Justification justification)
          Deprecated. by ISolutions in an IBuffer.
 int getJustificationCount()
          Deprecated. not used.
 
Methods inherited from interface com.bigdata.rdf.spo.ISPOBuffer
add, flush, isEmpty, size
 

Method Detail

getJustificationCount

int getJustificationCount()
Deprecated. not used.

The #of justifications currently in the buffer.


add

boolean add(SPO stmt,
            Justification justification)
Deprecated. by ISolutions in an IBuffer.

Add a statement and an optional justification to the buffer.



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