Uses of Interface
iotmodel.Action
| Package | Description |
|---|---|
| iotmodel | |
| iotmodel.impl | |
| iotmodel.util |
-
Uses of Action in iotmodel
Subinterfaces of Action in iotmodel Modifier and Type Interface Description interfaceSharedActionA representation of the model object 'Shared Action'.Methods in iotmodel that return Action Modifier and Type Method Description ActionIotmodelFactory. createAction()Returns a new object of class 'Action'.ActionPermission. getPermitOrDeny()Returns the value of the 'Permit Or Deny' reference.ActionEvent. getTriggerAction()Returns the value of the 'Trigger Action' reference.Methods in iotmodel that return types with arguments of type Action Modifier and Type Method Description org.eclipse.emf.common.util.EList<Action>Behavior. getMakeAction()Returns the value of the 'Make Action' containment reference list.Methods in iotmodel with parameters of type Action Modifier and Type Method Description voidPermission. setPermitOrDeny(Action value)Sets the value of the 'Permit Or Deny' reference.voidEvent. setTriggerAction(Action value)Sets the value of the 'Trigger Action' reference. -
Uses of Action in iotmodel.impl
Classes in iotmodel.impl that implement Action Modifier and Type Class Description classActionImplAn implementation of the model object 'Action'.classSharedActionImplAn implementation of the model object 'Shared Action'.Fields in iotmodel.impl declared as Action Modifier and Type Field Description protected ActionPermissionImpl. permitOrDenyThe cached value of the 'Permit Or Deny' reference.protected ActionEventImpl. triggerActionThe cached value of the 'Trigger Action' reference.Fields in iotmodel.impl with type parameters of type Action Modifier and Type Field Description protected org.eclipse.emf.common.util.EList<Action>BehaviorImpl. makeActionThe cached value of the 'Make Action' containment reference list.Methods in iotmodel.impl that return Action Modifier and Type Method Description ActionPermissionImpl. basicGetPermitOrDeny()ActionEventImpl. basicGetTriggerAction()ActionIotmodelFactoryImpl. createAction()ActionPermissionImpl. getPermitOrDeny()ActionEventImpl. getTriggerAction()Methods in iotmodel.impl that return types with arguments of type Action Modifier and Type Method Description org.eclipse.emf.common.util.EList<Action>BehaviorImpl. getMakeAction()Methods in iotmodel.impl with parameters of type Action Modifier and Type Method Description org.eclipse.emf.common.notify.NotificationChainPermissionImpl. basicSetPermitOrDeny(Action newPermitOrDeny, org.eclipse.emf.common.notify.NotificationChain msgs)org.eclipse.emf.common.notify.NotificationChainEventImpl. basicSetTriggerAction(Action newTriggerAction, org.eclipse.emf.common.notify.NotificationChain msgs)voidPermissionImpl. setPermitOrDeny(Action newPermitOrDeny)voidEventImpl. setTriggerAction(Action newTriggerAction) -
Uses of Action in iotmodel.util
Methods in iotmodel.util with parameters of type Action Modifier and Type Method Description TIotmodelSwitch. caseAction(Action object)Returns the result of interpreting the object as an instance of 'Action'.booleanIotmodelValidator. validateAction(Action action, org.eclipse.emf.common.util.DiagnosticChain diagnostics, Map<Object,Object> context)