mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/Zos.git
synced 2026-06-16 04:56:24 +00:00
13 lines
265 B
JavaScript
13 lines
265 B
JavaScript
|
|
/**
|
||
|
|
* Jibo KB Robot Properties API
|
||
|
|
* @namespace jibo.kb.robot
|
||
|
|
*/
|
||
|
|
|
||
|
|
/** RobotModel Class. The Robot Model subclass
|
||
|
|
*
|
||
|
|
* @class RobotModel
|
||
|
|
* @extends jibo.kb.Model
|
||
|
|
* @memberof jibo.kb.robot
|
||
|
|
* @example
|
||
|
|
* let model = jibo.kb.robot.createModel('/jibo/robot');
|
||
|
|
*/
|