|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.bigdata.rdf.internal.impl.extensions.USDFloatExtension<V>
public class USDFloatExtension<V extends BigdataValue>
Adds inlining for the
http://www4.wiwiss.fu-berlin.de/bizer/bsbm/v01/vocabulary/USD
datatype, which is treated as xsd:float.
| Constructor Summary | |
|---|---|
USDFloatExtension(IDatatypeURIResolver resolver)
|
|
| Method Summary | |
|---|---|
V |
asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
Create an RDF value from an LiteralExtensionIV. |
LiteralExtensionIV |
createIV(Value value)
Attempts to convert the supplied value into an internal representation using BigInteger. |
Set<BigdataURI> |
getDatatypes()
Return the fully resolved datatype(s) handled by this interface in the form of a BigdataURI with the TermId already set. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public USDFloatExtension(IDatatypeURIResolver resolver)
| Method Detail |
|---|
public Set<BigdataURI> getDatatypes()
IExtensionBigdataURI with the TermId already set.
getDatatypes in interface IExtension<V extends BigdataValue>public LiteralExtensionIV createIV(Value value)
createIV in interface IExtension<V extends BigdataValue>value - The RDF Value
IV -or- null if the
Value can not be inlined using this IExtension.
public V asValue(LiteralExtensionIV iv,
BigdataValueFactory vf)
IExtensionLiteralExtensionIV.
asValue in interface IExtension<V extends BigdataValue>iv - The extension IVvf - The bigdata value factory
Value
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||