| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
| Modifier and Type | Interface and Description |
|---|---|
interface |
AllowPermission
A representation of the model object 'Allow Permission'.
|
interface |
DenyPermission
A representation of the model object 'Deny Permission'.
|
| Modifier and Type | Method and Description |
|---|---|
Permission |
Action.getPermission()
Returns the value of the 'Permission' reference.
|
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Permission> |
Rule.getPermission()
Returns the value of the 'Permission' containment reference list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Action.setPermission(Permission value)
Sets the value of the '
Permission' reference. |
| Modifier and Type | Class and Description |
|---|---|
class |
AllowPermissionImpl
An implementation of the model object 'Allow Permission'.
|
class |
DenyPermissionImpl
An implementation of the model object 'Deny Permission'.
|
class |
PermissionImpl
An implementation of the model object 'Permission'.
|
| Modifier and Type | Field and Description |
|---|---|
protected Permission |
ActionImpl.permission
The cached value of the '
Permission' reference. |
| Modifier and Type | Field and Description |
|---|---|
protected org.eclipse.emf.common.util.EList<Permission> |
RuleImpl.permission
The cached value of the '
Permission' containment reference list. |
| Modifier and Type | Method and Description |
|---|---|
Permission |
ActionImpl.basicGetPermission() |
Permission |
ActionImpl.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.util.EList<Permission> |
RuleImpl.getPermission() |
| Modifier and Type | Method and Description |
|---|---|
org.eclipse.emf.common.notify.NotificationChain |
ActionImpl.basicSetPermission(Permission newPermission,
org.eclipse.emf.common.notify.NotificationChain msgs) |
void |
ActionImpl.setPermission(Permission newPermission) |
| Modifier and Type | Method and Description |
|---|---|
T |
IotmodelSwitch.casePermission(Permission object)
Returns the result of interpreting the object as an instance of 'Permission'.
|
boolean |
IotmodelValidator.validatePermission(Permission permission,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |
Copyright © 2018–2020 Atlanmod. All rights reserved.