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

makeResourceNodeFromName

abstract fun makeResourceNodeFromName(name: String!): Future<ResourceNode!>!

Create a resource node using a string the method will use the method makeUrlFromName in order to create a URL.

Return
Future<ResourceNode!>!: A valid ResourceNode.

Throw
if the string doesn't allow to create a valid URL.