| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
SharedAction
A representation of the model object 'Shared Action'.
|
| Modifier and Type | Method and Description |
|---|---|
Action |
IotmodelFactory.createAction()
Returns a new object of class 'Action'.
|
Action |
Permission.getPermitOrDeny()
Returns the value of the 'Permit Or Deny' reference.
|
Action |
Event.getTriggerAction()
Returns the value of the 'Trigger Action' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Action> |
Behavior.getMakeAction()
Returns the value of the 'Make Action' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Permission.setPermitOrDeny(Action value)
Sets the value of the '
Permit Or Deny' reference. |
void |
Event.setTriggerAction(Action value)
Sets the value of the '
Trigger Action' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
ActionImpl
An implementation of the model object 'Action'.
|
class |
SharedActionImpl
An implementation of the model object 'Shared Action'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Action |
PermissionImpl.permitOrDeny
The cached value of the '
Permit Or Deny' reference. |
protected Action |
EventImpl.triggerAction
The cached value of the '
Trigger Action' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Action> |
BehaviorImpl.makeAction
The cached value of the '
Make Action' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Action |
PermissionImpl.basicGetPermitOrDeny() |
Action |
EventImpl.basicGetTriggerAction() |
Action |
IotmodelFactoryImpl.createAction() |
Action |
PermissionImpl.getPermitOrDeny() |
Action |
EventImpl.getTriggerAction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Action> |
BehaviorImpl.getMakeAction() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
PermissionImpl.basicSetPermitOrDeny(Action newPermitOrDeny,
org.eclipse.emf.common.notify.NotificationChain msgs) |
org.eclipse.emf.common.notify.NotificationChain |
EventImpl.basicSetTriggerAction(Action newTriggerAction,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
PermissionImpl.setPermitOrDeny(Action newPermitOrDeny) |
void |
EventImpl.setTriggerAction(Action newTriggerAction) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.caseAction(Action object)
Returns the result of interpreting the object as an instance of 'Action'.
|
boolean |
IotmodelValidator.validateAction(Action action,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.