qisdk / com.aldebaran.qi.sdk.object.knowledge / EditableKnowledgeGraph / Async

Async

interface Async

Functions

add

Add a triple to the triplestore.

abstract fun add(triple: Triple!): Future<Void!>!

getGraphName

Exposes the property graphName value

abstract fun getGraphName(): Future<String!>!

getTimestampEnabled

Exposes the property timestampEnabled value

abstract fun getTimestampEnabled(): Future<Boolean!>!

remove

Remove all the triples matching the given triple from the triplestore.

abstract fun remove(triple: Triple!): Future<Void!>!

setTimestampEnabled

Set the property isTimestampEnabled value

abstract fun setTimestampEnabled(isTimestampEnabled: Boolean!): Future<Void!>!