Package | Description |
---|---|
org.apache.marmotta.kiwi.caching | |
org.apache.marmotta.kiwi.model.rdf | |
org.apache.marmotta.kiwi.persistence | |
org.apache.marmotta.kiwi.reasoner.model.program |
Modifier and Type | Method and Description |
---|---|
Map<String,KiWiLiteral> |
GuavaCacheManager.getLiteralCache()
Return the literal cache key -> KiWiLiteral cache from the cache manager.
|
Map<String,KiWiLiteral> |
CacheManager.getLiteralCache()
Return the literal cache key -> KiWiLiteral cache from the cache manager.
|
Modifier and Type | Class and Description |
---|---|
class |
KiWiBooleanLiteral
Add file description here!
Author: Sebastian Schaffert
|
class |
KiWiDateLiteral
Add file description here!
Author: Sebastian Schaffert
|
class |
KiWiDoubleLiteral
Add file description here!
User: sschaffe
|
class |
KiWiIntLiteral
Add file description here!
User: sschaffe
|
class |
KiWiStringLiteral
A RDF string literal (of type xsd:string), possibly with language information.
|
Modifier and Type | Method and Description |
---|---|
KiWiLiteral |
KiWiConnection.loadLiteral(String value,
String lang,
KiWiUriResource ltype)
Load a literal based on the value, language and type passed as argument.
|
Modifier and Type | Method and Description |
---|---|
void |
LiteralField.setLiteral(KiWiLiteral literal) |
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.