Handling Events
Note: This workflow is generated from API structure analysis. Steps are inferred, not runtime-tested.
Participating Classes
| Class | Domain | Methods |
|---|---|---|
| Event Handler | Event Handling | 9 |
| Event Object | Event Handling | 12 |
| Event Operator | Event Handling | 21 |
| Event Rule Operator | Event Handling | 10 |
Workflow Steps
Step 1: Use Event Handler
Class: CENPyOlpEventHandler
Key methods:
GetEventsByName()GetRuleBasedEventsByName()GetBuiltInEventsByType()
Step 2: Use Event Object
Class: CENPyOlpEventObject
Key methods:
SetEnumIndex()GetEnumIndex()SetInteger()
Step 3: Use Event Operator
Class: CENPyOlpEventOperator
Key methods:
AddEvent()ExecuteEvent()AddEventWaitForBoolSensor()
Step 4: Use Event Rule Operator
Class: CENPyOlpEventRuleOperator
Key methods:
GetAttribGetter()GetAttribSetter()GetLoggerOperator()
Inference Evidence
- 4 classes identified from domain-map hints
- Type co-occurrence: CENPyOlpEventObject appear as both class and parameter/return type
Confidence: 90%
Was this page helpful?