Skip to content

/AWS1/CL_IOEDETECTORMODELDEFN

Information that defines how a detector operates.

CONSTRUCTOR

IMPORTING

Required arguments:

IT_STATES TYPE /AWS1/CL_IOESTATE=>TT_STATES TT_STATES

Information about the states of the detector.

IV_INITIALSTATENAME TYPE /AWS1/IOESTATENAME /AWS1/IOESTATENAME

The state that is entered at the creation of each detector (instance).


Queryable Attributes

states

Information about the states of the detector.

Accessible with the following methods

Method Description
GET_STATES() Getter for STATES, with configurable default
ASK_STATES() Getter for STATES w/ exceptions if field has no value
HAS_STATES() Determine if STATES has a value

initialStateName

The state that is entered at the creation of each detector (instance).

Accessible with the following methods

Method Description
GET_INITIALSTATENAME() Getter for INITIALSTATENAME, with configurable default
ASK_INITIALSTATENAME() Getter for INITIALSTATENAME w/ exceptions if field has no va
HAS_INITIALSTATENAME() Determine if INITIALSTATENAME has a value