|
Boolean | addBehaviorField (fieldName, desc, type, [defaultValue, userData]) |
|
Boolean | addBehaviorInput (inputName, label, description) |
|
Boolean | addBehaviorOutput (outputName, label, description) |
|
Integer | createInstance () |
|
String | getBehaviorField (int fieldIndex) |
|
Integer | getBehaviorFieldCount () |
|
String | getBehaviorFieldDescription (int fieldIndex) |
|
String | getBehaviorFieldUserData (int fieldIndex) |
|
String | getBehaviorInput (int inputIndex) |
|
Integer | getBehaviorInputCount () |
|
String | getBehaviorOutput (int outputIndex) |
|
Integer | getBehaviorOutputCount () |
|
Boolean | hasBehaviorInput (inputName) |
|
Boolean | hasBehaviorOutput (outputName) |
|
Integer | clone ([copyDynamicFields=false]?) |
|
void | delete () |
|
Integer | getId () |
|
void | setName (newName) |
|
String | getName () |
|
String | getClassNamespace () |
|
String | getSuperClassNamespace () |
|
void | setClassNamespace (nameSpace) |
|
void | setSuperClassNamespace () |
|
Boolean | isMethod (string methodName) |
|
String | call (methodName, [args]*) |
|
void | dumpClassHierarchy () |
|
void | dump () |
|
Boolean | isMemberOfClass (string classname) |
|
String | getClassName () |
|
String | getFieldValue (fieldName) |
|
Boolean | setFieldValue (fieldName, value) |
|
Integer | getDynamicFieldCount () |
|
String | getDynamicField (index) |
|
Integer | getFieldCount () |
|
String | getField (int index) |
|
void | setProgenitorFile (file) |
|
String | getProgenitorFile () |
|
Integer | getType () |
|
String | getFieldType (fieldName) |
|
void | setInternalName (string InternalName) |
|
String | getInternalName () |
|
Boolean | isChildOfGroup (groupID) |
|
Integer | getGroup () |
|
Boolean | startTimer (callbackFunction, float timePeriod, [repeat]?) |
|
void | stopTimer () |
|
Boolean | isTimerActive () |
|
Integer | schedule (time, command, [arg]*) |
|
Boolean | save (fileName, [selectedOnly]?) |
|
void | addFieldFilter (fieldName) |
|
void | removeFieldFilter (fieldName) |
|