qisdk / com.aldebaran.qi.sdk.object.knowledge / Knowledge / Async / isTriplePartial

isTriplePartial

abstract fun isTriplePartial(triple: Triple!): Future<Boolean!>!

Check if a triple is partial or not.

Parameters

triple - Triple!: The triple to check.

Return
Future<Boolean!>!: True if the triple is partial, not otherwise.