qisdk / com.aldebaran.qi.sdk.object.knowledge / ResourceNode

ResourceNode

@QiStruct open class ResourceNode

Struct representing a resource node which has a unique URL among the triple database.

Since
2

Constructors

<init>

Create a new ResourceNode

ResourceNode(url: String!)

Functions

equals

open fun equals(other: Any?): Boolean

getUrl

open fun getUrl(): String!

hashCode

open fun hashCode(): Int

setUrl

Setter for url

open fun setUrl(url: String!): Unit

toString

open fun toString(): String