FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |
Member summary | |
---|---|
action<> returns string | getModelName
Get the name of the current model |
action<> returns sequence<string> | getInputFieldNames
Get a list of all input field names required for the current model |
action<> returns sequence<string> | getOutputFieldNames
Get a list of all output field names returned by the current model |
action<> returns sequence<com.apama.pa.pmml.FieldInformation> | getInputFields
Get a list of all input fields and their corresponding field information |
action<> returns sequence<com.apama.pa.pmml.FieldInformation> | getOutputFields
Get a list of all output fields and their corresponding field information |
action<> returns boolean | isActive
Check if the current model is active |
action<boolean> | setActive
activate/deactivate the current model |
Member detail |
---|
action<> returns sequence<string> getInputFieldNamesGet a list of all input field names required for the current model
action<> returns sequence<com.apama.pa.pmml.FieldInformation> getInputFieldsGet a list of all input fields and their corresponding field information
action<> returns string getModelNameGet the name of the current model
action<> returns sequence<string> getOutputFieldNamesGet a list of all output field names returned by the current model
action<> returns sequence<com.apama.pa.pmml.FieldInformation> getOutputFieldsGet a list of all output fields and their corresponding field information
action<> returns boolean isActiveCheck if the current model is active
action<boolean> setActiveactivate/deactivate the current model
FRAMES NO FRAMES | |||||||
| |||||||
SUMMARY: IMPORT | CONSTANT | MEMBER | ACTION | DETAIL: IMPORT | CONSTANT | MEMBER | ACTION |