-
Methods in iotmodel that return types with arguments of type Event
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Event> |
Behavior.getEvent() |
Returns the value of the 'Event' containment reference list.
|
-
Classes in iotmodel.impl that implement Event
| Modifier and Type |
Class |
Description |
class |
EventImpl |
An implementation of the model object 'Event'.
|
Fields in iotmodel.impl with type parameters of type Event
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<Event> |
BehaviorImpl.event |
The cached value of the ' Event' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type Event
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Event> |
BehaviorImpl.getEvent() |
Methods in iotmodel.impl with parameters of type Event
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.notify.NotificationChain |
ActionImpl.basicSetHasEvent(Event newHasEvent,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ActionImpl.setHasEvent(Event newHasEvent) |
-
Methods in iotmodel.util with parameters of type Event
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseEvent(Event object) |
Returns the result of interpreting the object as an instance of 'Event'.
|
boolean |
IotmodelValidator.validateEvent(Event event,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |