qisdk / com.aldebaran.qi.sdk.object.knowledge / KnowledgeBase / queryTriples

queryTriples

abstract fun queryTriples(triple: Triple!, graphName: String!): MutableList<Triple!>!

Find all the triples matching the triple.

Parameters

triple - Triple!: A triple which can be partial, and which should be matched //!by all the resulting triple.

Return
MutableList<Triple!>!: The vector of triples matching the triple

Throw
if one node of the triple is invalid.

Since
2