com.apama.pa.pmml
Event Model
Model Interface
Contains details about the model, all supported input fields, output fields etc
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.FieldInformation > getInputFields
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.FieldInformation > getOutputFields
Get a list of all output fields and their corresponding field information