com.apama.pa.pmml
Event Model


Model Interface

Contains details about the model, all supported input fields, output fields etc
Member summary
 action<> returns stringgetModelName

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 booleanisActive

Check if the current model is active
 action<boolean>setActive

activate/deactivate the current model
 
Member detail

getInputFieldNames

action<> returns sequence<string> getInputFieldNames
Get a list of all input field names required for the current model

getInputFields

action<> returns sequence<com.apama.pa.pmml.FieldInformationgetInputFields
Get a list of all input fields and their corresponding field information

getModelName

action<> returns string getModelName
Get the name of the current model

getOutputFieldNames

action<> returns sequence<string> getOutputFieldNames
Get a list of all output field names returned by the current model

getOutputFields

action<> returns sequence<com.apama.pa.pmml.FieldInformationgetOutputFields
Get a list of all output fields and their corresponding field information

isActive

action<> returns boolean isActive
Check if the current model is active

setActive

action<boolean> setActive
activate/deactivate the current model