| Package | Description | 
|---|---|
| com.bigdata.rdf.internal | 
This package provides an internal representation of RDF Values. | 
| Modifier and Type | Class and Description | 
|---|---|
| class  | InlineFixedWidthIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/0000513
 where the localName is in integer printed with fixed width padding. | 
| class  | InlineIntegerURIHandlerMapUtility to provide a map of multiple inline URI handlers for a single
 namespace. | 
| class  | InlineLocalNameIntegerURIHandlerAbstract class that defines the integer packing needed to allow for 
 support of multiple inline integer URI handlers with the same namepace. | 
| class  | InlinePrefixedFixedWidthIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
 where the localName of the URI is a string  prefix followed by an integer value with fixed width. | 
| class  | InlinePrefixedIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513
 where the localName of the URI is a string  prefix followed by an integer  value. | 
| class  | InlinePrefixedSuffixedFixedWidthIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
 where the localName of the URI is a string  prefix followed by a fixed width integer  value followed by a string suffix. | 
| class  | InlinePrefixedSuffixedIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/STRPREFIX1234234513STRSUFFIX
 where the localName of the URI is a string  prefix followed by an integer  value followed by a string suffix. | 
| class  | InlineSuffixedFixedWidthIntegerURIHandlerUtility IV to generate IVs for URIs in the form of http://example.org/value/1234234513STRSUFFIX
 where the localName of the URI is a string  suffix followed by an integer value with fixed width. | 
| class  | InlineSuffixedIntegerURIHandlerUtility IV to generate IVs for URIs in the form of
 http://example.org/value/STRPREFIX1234234513 where the localName of the URI
 is a string prefix followed by an integer value. | 
Copyright © 2006–2019 SYSTAP, LLC DBA Blazegraph. All rights reserved.