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

add

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

Add a triple to the triplestore.

Parameters

triple - Triple!: The triple to add to the triplestore.

Throw
if one node of the triple is invalid.

Throw
if the triple is partial (at least one node is empty).

Since
2