Package net.aifusion.metamodel
Interface CimEvent
- All Known Implementing Classes:
CimIndication
public interface CimEvent
Interface describing a Cim Event
- Author:
- Sharad Singhal
-
Method Summary
Modifier and TypeMethodDescriptionGet the description associated with the eventGet the generator that generated this eventgetType()
Get the type of this event
-
Method Details
-
getType
CimEventType getType()Get the type of this event- Returns:
- - type of event generated
-
getGenerator
CimEventGenerator getGenerator()Get the generator that generated this event- Returns:
- - reference to the event generator that originated this event
-
getDescription
String getDescription()Get the description associated with the event- Returns:
- - description of the event
-