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

Packages that use BigdataResource
com.bigdata.rdf.model This package provides a tuned implementation of the Sesame RDF data model for the RDF database. 
com.bigdata.rdf.spo This package defines a statement model using long term identifiers rather than RDF Value objects. 
 

Uses of BigdataResource in com.bigdata.rdf.model
 

Subinterfaces of BigdataResource in com.bigdata.rdf.model
 interface BigdataBNode
          A BNode that exposes the internal term identifier.
 interface BigdataURI
          A URI that exposes the internal term identifier.
 

Classes in com.bigdata.rdf.model that implement BigdataResource
 class BigdataBNodeImpl
          A blank node.
 class BigdataResourceImpl
           
 class BigdataURIImpl
          A URI.
 

Fields in com.bigdata.rdf.model declared as BigdataResource
protected  BigdataResource BigdataStatementImpl.c
           
protected  BigdataResource BigdataStatementImpl.s
           
 

Methods in com.bigdata.rdf.model that return BigdataResource
 BigdataResource BigdataValueFactory.asValue(Resource v)
          Strongly typed for Resources.
 BigdataResource BNodeContextFactory.asValue(Resource v)
           
 BigdataResource BigdataValueFactoryImpl.asValue(Resource v)
           
 BigdataResource BigdataStatementImpl.getContext()
           
 BigdataResource BigdataStatement.getContext()
          Specialized return type.
 BigdataResource BigdataStatementImpl.getSubject()
           
 BigdataResource BigdataStatement.getSubject()
          Specialized return type.
 

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

Uses of BigdataResource in com.bigdata.rdf.spo
 

Constructors in com.bigdata.rdf.spo with parameters of type BigdataResource
SPO(BigdataResource s, BigdataURI p, BigdataValue o, StatementEnum type)
          Construct a triple from BigdataValues and the specified statement type.
 



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