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
 
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.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