Class ViatraQueryEvent<Match extends IPatternMatch>
- java.lang.Object
-
- org.eclipse.viatra.transformation.evm.specific.event.ViatraQueryEvent<Match>
-
- All Implemented Interfaces:
Event<Match>
public class ViatraQueryEvent<Match extends IPatternMatch> extends java.lang.Object implements Event<Match>
-
-
Constructor Summary
Constructors Modifier Constructor Description protected
ViatraQueryEvent(CRUDEventTypeEnum eventType, Match eventMatch)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Match
getEventAtom()
EventType
getEventType()
-
-
-
Constructor Detail
-
ViatraQueryEvent
protected ViatraQueryEvent(CRUDEventTypeEnum eventType, Match eventMatch)
-
-
Method Detail
-
getEventType
public EventType getEventType()
- Specified by:
getEventType
in interfaceEvent<Match extends IPatternMatch>
-
getEventAtom
public Match getEventAtom()
- Specified by:
getEventAtom
in interfaceEvent<Match extends IPatternMatch>
-
-