Referencing Objects
Using (#ObjectName) to reference a Knowledge Builder Object or Variable. Access to the objects is through methods (set) and properties (read):
- Methods
- #ObjectName.val(<value>);
- #ObjectName.run();
- #ObjectName.addInstance(<instance value name>);
- #ObjectName.clear();
- #ObjectName.clearInstances();
- #ObjectName.delInstance(<instance value index>);
- #ObjectName.evaluate();
- #ObjectName.inst(<property name>,<instance value index>,<value>);
- Properties
- #ObjectName.isEmpty()
- #ObjectName.nValues
- #ObjectName.props
- #ObjectName.val()
- #ObjectName.value([<instance value index>])
The following methods apply solely to list objects: