Uses of Class
com.bigdata.rdf.model.StatementEnum

Packages that use StatementEnum
com.bigdata.bop.rdf.update This package provides bigdata operators for SPARQL update. 
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. 
 

Uses of StatementEnum in com.bigdata.bop.rdf.update
 

Methods in com.bigdata.bop.rdf.update with parameters of type StatementEnum
protected static ISPO AbstractAddRemoveStatementsOp.getSPO(IBindingSet bset, boolean bindsC, StatementEnum type)
          Return an ISPO constructed from the source solution.
 

Uses of StatementEnum in com.bigdata.rdf.model
 

Methods in com.bigdata.rdf.model that return StatementEnum
static StatementEnum StatementEnum.decode(byte b)
          Decode a byte into a StatementEnum.
static StatementEnum StatementEnum.deserialize(byte[] val)
           
 StatementEnum BigdataStatementImpl.getStatementType()
           
static StatementEnum StatementEnum.max(StatementEnum a, StatementEnum b)
          Max returns the value that is first in the total order Explicit Axiom Inferred
static StatementEnum StatementEnum.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static StatementEnum[] StatementEnum.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in com.bigdata.rdf.model with parameters of type StatementEnum
 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)
           
 BigdataStatementImpl BigdataValueFactoryImpl.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)
           
 BigdataStatementImpl BigdataValueFactoryImpl.createStatement(Resource s, URI p, Value o, Resource c, StatementEnum type, boolean userFlag)
           
static StatementEnum StatementEnum.max(StatementEnum a, StatementEnum b)
          Max returns the value that is first in the total order Explicit Axiom Inferred
 void BigdataStatementImpl.setStatementType(StatementEnum type)
           
 

Constructors in com.bigdata.rdf.model with parameters of type StatementEnum
BigdataStatementImpl(BigdataResource subject, BigdataURI predicate, BigdataValue object, BigdataResource context, StatementEnum type, boolean userFlag)
          Used by BigdataValueFactory
 

Uses of StatementEnum in com.bigdata.rdf.rio
 

Methods in com.bigdata.rdf.rio with parameters of type StatementEnum
 void AsynchronousStatementBufferFactory.AsynchronousStatementBufferImpl.add(Resource s, URI p, Value o, Resource c, StatementEnum type)
          Add a statement to the buffer (core impl).
 void IStatementBuffer.add(Resource s, URI p, Value o, Resource c, StatementEnum type)
          Add a statement to the buffer.
 void StatementBuffer.add(Resource s, URI p, Value o, Resource c, StatementEnum type)
          Add a statement to the buffer (core impl, flushes on overflow).
 void AbstractStatementBuffer.add(Resource s, URI p, Value o, Resource c, StatementEnum type)
           
protected  void StatementBuffer.handleStatement(Resource s, URI p, Value o, Resource c, StatementEnum type)
          Adds the values and the statement into the buffer.
 

Uses of StatementEnum in com.bigdata.rdf.spo
 

Methods in com.bigdata.rdf.spo that return StatementEnum
 StatementEnum ISPO.getStatementType()
          Whether the statement is Explicit, Inferred or an Axiom.
 StatementEnum SPO.getStatementType()
           
 

Methods in com.bigdata.rdf.spo with parameters of type StatementEnum
 byte[] SPOTupleSerializer.serializeVal(boolean override, boolean userFlag, StatementEnum type)
          Return the byte[] that would be written into a statement index for this SPO, including the optional MASK_OVERRIDE bit.
 void ISPO.setStatementType(StatementEnum type)
          Set the statement type for this statement.
 void SPO.setStatementType(StatementEnum type)
           
 

Constructors in com.bigdata.rdf.spo with parameters of type StatementEnum
SPO(BigdataResource s, BigdataURI p, BigdataValue o, StatementEnum type)
          Construct a triple from BigdataValues and the specified statement type.
SPO(IConstant<IV> s, IConstant<IV> p, IConstant<IV> o, StatementEnum type)
          Variant to create an SPO from constants (used by the unit tests).
SPO(IV s, IV p, IV o, IV c, StatementEnum type)
          Quads constructor with StatementEnum.
SPO(IV s, IV p, IV o, StatementEnum type)
          Construct a triple.
 



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