Modifier and Type | Method and Description |
---|---|
Map<Long,KiWiNode> |
GuavaCacheManager.getNodeCache()
Return the node id -> node cache from the cache manager.
|
Map<Long,KiWiNode> |
CacheManager.getNodeCache()
Return the node id -> node cache from the cache manager.
|
Modifier and Type | Method and Description |
---|---|
void |
NodeFunnel.funnel(KiWiNode kiWiNode,
com.google.common.hash.PrimitiveSink primitiveSink) |
Modifier and Type | Method and Description |
---|---|
static KiWiNode |
KiWiIO.readNode(DataInput input)
Read a KiWiNode serialized with writeNode and return it.
|
Modifier and Type | Method and Description |
---|---|
static void |
KiWiIO.writeNode(DataOutput output,
KiWiNode node)
Efficiently serialize a KiWiNode to a DataOutput destination.
|
Modifier and Type | Class and Description |
---|---|
class |
KiWiAnonResource
The KiWiAnonResaource represents the anonymous RDF resource.
|
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 |
KiWiLiteral
KiWiLiterals store literal information from the knowledge base.
|
class |
KiWiResource
KiWiResources correspond to RDF resources.
|
class |
KiWiStringLiteral
A RDF string literal (of type xsd:string), possibly with language information.
|
class |
KiWiUriResource
Add file description here!
User: sschaffe
|
Modifier and Type | Method and Description |
---|---|
KiWiNode |
KiWiTriple.getObject()
Get the object of this extended triple.
|
Modifier and Type | Method and Description |
---|---|
void |
KiWiTriple.setObject(KiWiNode object)
Set the object of this extended triple to the given KiWiNode (either a resource or a literal)
|
Constructor and Description |
---|
KiWiTriple(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context) |
KiWiTriple(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
Date created) |
Modifier and Type | Method and Description |
---|---|
protected KiWiNode |
KiWiConnection.constructNodeFromDatabase(ResultSet row)
Construct an appropriate KiWiNode from the result of an SQL query.
|
KiWiNode |
KiWiConnection.loadNodeById(long id)
Load a KiWiNode by database ID.
|
KiWiNode[] |
KiWiConnection.loadNodesByIds(long... ids)
Batch load the nodes with the given ids.
|
Modifier and Type | Method and Description |
---|---|
protected String |
KiWiConnection.constructTripleQuery(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
boolean wildcardContext)
Construct the SQL query string from the query pattern passed as arguments
|
long |
KiWiConnection.getTripleId(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context)
Return the identifier of the triple with the given subject, predicate, object and context, or null if this
triple does not exist.
|
org.openrdf.repository.RepositoryResult<org.openrdf.model.Statement> |
KiWiConnection.listTriples(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
boolean wildcardContext)
Return a Sesame RepositoryResult of statements according to the query pattern given in the arguments.
|
void |
KiWiConnection.storeNode(KiWiNode node)
Store a new node in the database.
|
Modifier and Type | Method and Description |
---|---|
Map<VariableField,KiWiNode> |
QueryResult.getBindings() |
Constructor and Description |
---|
QueryResult(Map<VariableField,KiWiNode> bindings,
Set<KiWiTriple> justifications) |
Modifier and Type | Method and Description |
---|---|
KiWiNode |
KiWiValueFactory.convert(org.openrdf.model.Value value) |
Modifier and Type | Method and Description |
---|---|
protected String |
KiWiVersioningConnection.constructTripleQuerySnapshot(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
Date snapshotDate)
Construct the SQL query string from the query pattern passed as arguments
|
org.openrdf.repository.RepositoryResult<org.openrdf.model.Statement> |
KiWiVersioningConnection.listTriplesSnapshot(KiWiResource subject,
KiWiUriResource predicate,
KiWiNode object,
KiWiResource context,
boolean inferred,
Date snapshotDate)
Return a Sesame RepositoryResult of statements according to the query pattern given in the arguments.
|
Copyright © 2012–2018 The Apache Software Foundation. All rights reserved.