|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use BigdataLiteral | |
|---|---|
| com.bigdata.rdf.internal.constraints | |
| com.bigdata.rdf.internal.impl | |
| com.bigdata.rdf.internal.impl.literal | |
| com.bigdata.rdf.internal.impl.uri | |
| com.bigdata.rdf.model | This package provides a tuned implementation of the Sesame RDF data model for the RDF database. |
| Uses of BigdataLiteral in com.bigdata.rdf.internal.constraints |
|---|
| Methods in com.bigdata.rdf.internal.constraints that return BigdataLiteral | |
|---|---|
BigdataLiteral |
ReplaceBOp.evaluate(BigdataValueFactory valueFactory,
Value... args)
Lifted directly from Sesame's Replace operator. |
| Uses of BigdataLiteral in com.bigdata.rdf.internal.impl |
|---|
| Methods in com.bigdata.rdf.internal.impl that return types with arguments of type BigdataLiteral | |
|---|---|
AbstractLiteralIV<BigdataLiteral,?> |
AbstractNonInlineExtensionIVWithDelegateIV.getDelegate()
|
| Constructor parameters in com.bigdata.rdf.internal.impl with type arguments of type BigdataLiteral | |
|---|---|
AbstractNonInlineExtensionIVWithDelegateIV(VTE vte,
AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> extensionIv)
|
|
| Uses of BigdataLiteral in com.bigdata.rdf.internal.impl.literal |
|---|
| Classes in com.bigdata.rdf.internal.impl.literal with type parameters of type BigdataLiteral | |
|---|---|
class |
AbstractLiteralIV<V extends BigdataLiteral,T>
Abstract base class for RDF datatype literals adds primitive data type value access methods. |
class |
FullyInlineTypedLiteralIV<V extends BigdataLiteral>
Implementation for inline Literals. |
class |
LiteralExtensionIV<V extends BigdataLiteral>
Class provides support for datatype Literals for which an
IExtension was registered. |
class |
PartlyInlineTypedLiteralIV<V extends BigdataLiteral>
A Literal modeled as a datatype IV plus an inline Unicode
label. |
class |
UUIDLiteralIV<V extends BigdataLiteral>
Implementation for inline UUIDs (there is no corresponding XML
Schema Datatype). |
class |
XSDBooleanIV<V extends BigdataLiteral>
Implementation for inline xsd:boolean. |
class |
XSDDecimalIV<V extends BigdataLiteral>
Implementation for inline xsd:decimal. |
class |
XSDIntegerIV<V extends BigdataLiteral>
Implementation for inline xsd:integer. |
class |
XSDNumericIV<V extends BigdataLiteral>
Implementation for inline xsd:byte, xsd:short,
xsd:int, xsd:long, xsd:float,
xsd:decimal. |
class |
XSDUnsignedByteIV<V extends BigdataLiteral>
Implementation for inline xsd:unsignedByte. |
class |
XSDUnsignedIntIV<V extends BigdataLiteral>
Implementation for inline xsd:unsignedInt. |
class |
XSDUnsignedLongIV<V extends BigdataLiteral>
Implementation for inline xsd:unsignedLong. |
class |
XSDUnsignedShortIV<V extends BigdataLiteral>
Implementation for inline xsd:unsignedShort. |
| Fields in com.bigdata.rdf.internal.impl.literal with type parameters of type BigdataLiteral | |
|---|---|
static XSDBooleanIV<BigdataLiteral> |
XSDBooleanIV.FALSE
|
static XSDBooleanIV<BigdataLiteral> |
XSDBooleanIV.TRUE
|
| Methods in com.bigdata.rdf.internal.impl.literal that return types with arguments of type BigdataLiteral | |
|---|---|
AbstractLiteralIV<BigdataLiteral,?> |
LiteralExtensionIV.getDelegate()
|
static XSDBooleanIV<BigdataLiteral> |
XSDBooleanIV.valueOf(boolean b)
|
| Constructor parameters in com.bigdata.rdf.internal.impl.literal with type arguments of type BigdataLiteral | |
|---|---|
LiteralExtensionIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<BigdataURI,?> datatype)
|
|
PartlyInlineTypedLiteralIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> datatype)
|
|
| Uses of BigdataLiteral in com.bigdata.rdf.internal.impl.uri |
|---|
| Methods in com.bigdata.rdf.internal.impl.uri that return types with arguments of type BigdataLiteral | |
|---|---|
AbstractLiteralIV<BigdataLiteral,?> |
URIExtensionIV.getLocalNameIV()
|
| Constructor parameters in com.bigdata.rdf.internal.impl.uri with type arguments of type BigdataLiteral | |
|---|---|
PartlyInlineURIIV(AbstractLiteralIV<BigdataLiteral,?> delegate,
IV<?,?> namespace)
|
|
URIExtensionIV(FullyInlineTypedLiteralIV<BigdataLiteral> localNameIV,
IV<?,?> namespaceIV)
|
|
| Uses of BigdataLiteral in com.bigdata.rdf.model |
|---|
| Classes in com.bigdata.rdf.model that implement BigdataLiteral | |
|---|---|
class |
BigdataLiteralImpl
A literal. |
| Methods in com.bigdata.rdf.model that return BigdataLiteral | |
|---|---|
BigdataLiteral |
BigdataValueFactory.asValue(Literal v)
Strongly typed for Literals. |
BigdataLiteral |
BNodeContextFactory.asValue(Literal v)
|
BigdataLiteral |
BigdataValueFactoryImpl.asValue(Literal v)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(boolean arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(boolean arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(byte arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(byte arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(byte arg0,
boolean unsigned)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(byte arg0,
boolean unsigned)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(double arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(double arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(float arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(float arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(int arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(int arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(int arg0,
boolean unsigned)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(int arg0,
boolean unsigned)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(long arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(long arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(long arg0,
boolean unsigned)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(long arg0,
boolean unsigned)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(short arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(short arg0)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(short arg0,
boolean unsigned)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(short arg0,
boolean unsigned)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(String label)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(String label)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(String label,
String language)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(String label,
String language)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(String label,
URI datatype)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(String label,
URI datatype)
|
BigdataLiteral |
BigdataValueFactory.createLiteral(XMLGregorianCalendar arg0)
|
BigdataLiteral |
BNodeContextFactory.createLiteral(XMLGregorianCalendar arg0)
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||