|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.Objectorg.openrdf.model.impl.LiteralImpl
org.openrdf.sesame.sailimpl.nativerdf.model.NativeLiteral
| Constructor Summary | |
NativeLiteral(NativeRdfRepository repository,
String label)
|
|
NativeLiteral(NativeRdfRepository repository,
String label,
String lang)
|
|
NativeLiteral(NativeRdfRepository repository,
String label,
URI datatype)
|
|
| Method Summary | |
int |
getInternalId()
Gets the ID that is used in the native RDF repository for this Value. |
StatementIterator |
getObjectStatements()
Gets all statements from the RDF graph for which this value is the object. |
NativeRdfRepository |
getRepository()
Returns the NativeRdfRepository that contains this NativeValue. |
ValueStoreRevision |
getValueStoreRevision()
Gets the revision of the value store that created this value. |
void |
setInternalId(int id,
ValueStoreRevision revision)
Sets the ID that is used for this value in a specific revision of the value store. |
| Methods inherited from class org.openrdf.model.impl.LiteralImpl |
compareTo, equals, getDatatype, getLabel, getLanguage, hashCode, toString |
| Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface java.lang.Comparable |
compareTo |
| Constructor Detail |
public NativeLiteral(NativeRdfRepository repository,
String label)
public NativeLiteral(NativeRdfRepository repository,
String label,
String lang)
public NativeLiteral(NativeRdfRepository repository,
String label,
URI datatype)
| Method Detail |
public NativeRdfRepository getRepository()
NativeValue
getRepository in interface NativeValue
public void setInternalId(int id,
ValueStoreRevision revision)
NativeValue
setInternalId in interface NativeValuepublic int getInternalId()
NativeValue
getInternalId in interface NativeValuepublic ValueStoreRevision getValueStoreRevision()
NativeValue
getValueStoreRevision in interface NativeValue
public StatementIterator getObjectStatements()
throws GraphException
Value
getObjectStatements in interface ValuegetObjectStatements in class LiteralImplGraphException
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||