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

add

abstract fun add(triple: Triple!): Unit

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