Uses of Class
com.bigdata.rdf.lexicon.LexiconRelation

Packages that use LexiconRelation
com.bigdata.rdf.internal This package provides an internal representation of RDF Values. 
com.bigdata.rdf.internal.impl   
com.bigdata.rdf.internal.impl.bnode   
com.bigdata.rdf.internal.impl.literal   
com.bigdata.rdf.internal.impl.uri   
com.bigdata.rdf.lexicon   
com.bigdata.rdf.sail.sparql This package was imported from the org.openrdf.query.parser.sparql package of the openrdf distribution. 
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 LexiconRelation in com.bigdata.rdf.internal
 

Methods in com.bigdata.rdf.internal with parameters of type LexiconRelation
protected  void BSBMExtensionFactory._init(LexiconRelation lex, Collection<IExtension> extensions)
           
protected  void DefaultExtensionFactory._init(LexiconRelation lex, Collection<IExtension> extensions)
          Give subclasses a chance to add extensions.
 V IVCache.asValue(LexiconRelation lex)
          If the value is not already cached, then inflate an inline RDF value to a BigdataValue and cache it on a private field.
 void NoExtensionFactory.init(LexiconRelation lex)
           
 void IExtensionFactory.init(LexiconRelation lex)
          This will be called very early in the IExtensionFactory lifecycle so that the BlobIVs for the IExtension's datatype URIs will be on hand when needed.
 void DefaultExtensionFactory.init(LexiconRelation lex)
           
 void ILexiconConfiguration.initExtensions(LexiconRelation lex)
          Initialize the extensions, which need to resolve their datatype URIs into term ids.
 void LexiconConfiguration.initExtensions(LexiconRelation lex)
           
 

Uses of LexiconRelation in com.bigdata.rdf.internal.impl
 

Methods in com.bigdata.rdf.internal.impl with parameters of type LexiconRelation
 V AbstractNonInlineIV.asValue(LexiconRelation lex)
          Operation is not supported because this IV type is not 100% inline.
 

Uses of LexiconRelation in com.bigdata.rdf.internal.impl.bnode
 

Methods in com.bigdata.rdf.internal.impl.bnode with parameters of type LexiconRelation
 V SidIV.asValue(LexiconRelation lex)
          Returns the bnode representation of this IV, useful for serialization formats such as RDF/XML.
 V AbstractBNodeIV.asValue(LexiconRelation lex)
           
 

Uses of LexiconRelation in com.bigdata.rdf.internal.impl.literal
 

Methods in com.bigdata.rdf.internal.impl.literal with parameters of type LexiconRelation
 V XSDDecimalIV.asValue(LexiconRelation lex)
           
 V XSDUnsignedIntIV.asValue(LexiconRelation lex)
           
 V FullyInlineTypedLiteralIV.asValue(LexiconRelation lex)
           
 V XSDUnsignedShortIV.asValue(LexiconRelation lex)
           
 V UUIDLiteralIV.asValue(LexiconRelation lex)
           
 V LiteralExtensionIV.asValue(LexiconRelation lex)
          Defer to the ILexiconConfiguration which has specific knowledge of how to generate an RDF value from this general purpose extension IV.
 V XSDBooleanIV.asValue(LexiconRelation lex)
           
 V XSDIntegerIV.asValue(LexiconRelation lex)
           
 V XSDUnsignedByteIV.asValue(LexiconRelation lex)
           
 V XSDNumericIV.asValue(LexiconRelation lex)
           
 V XSDUnsignedLongIV.asValue(LexiconRelation lex)
           
 

Uses of LexiconRelation in com.bigdata.rdf.internal.impl.uri
 

Methods in com.bigdata.rdf.internal.impl.uri with parameters of type LexiconRelation
 V VocabURIByteIV.asValue(LexiconRelation lex)
           
 V FullyInlineURIIV.asValue(LexiconRelation lex)
           
 V URIExtensionIV.asValue(LexiconRelation lex)
          Defer to the ILexiconConfiguration which has specific knowledge of how to generate an RDF value from this general purpose extension IV.
 V VocabURIShortIV.asValue(LexiconRelation lex)
           
 

Uses of LexiconRelation in com.bigdata.rdf.lexicon
 

Methods in com.bigdata.rdf.lexicon that return LexiconRelation
 LexiconRelation LexiconRelation.init()
           
 

Methods in com.bigdata.rdf.lexicon with parameters of type LexiconRelation
static Appendable DumpLexicon.dump(LexiconRelation r)
          Dump the lexicon.
 

Uses of LexiconRelation in com.bigdata.rdf.sail.sparql
 

Fields in com.bigdata.rdf.sail.sparql declared as LexiconRelation
protected  LexiconRelation BigdataASTContext.lexicon
           
 

Uses of LexiconRelation in com.bigdata.rdf.store
 

Methods in com.bigdata.rdf.store that return LexiconRelation
 LexiconRelation AbstractTripleStore.getLexiconRelation()
          The LexiconRelation handles all things related to the indices mapping RDF Values onto internal 64-bit term identifiers.
 



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