-
Methods in iotmodel that return Rule
| Modifier and Type |
Method |
Description |
Rule |
IotmodelFactory.createRule() |
Returns a new object of class 'Rule'.
|
Methods in iotmodel that return types with arguments of type Rule
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Rule> |
AccessControlPolicy.getRule() |
Returns the value of the 'Rule' containment reference list.
|
-
Classes in iotmodel.impl that implement Rule
| Modifier and Type |
Class |
Description |
class |
RuleImpl |
An implementation of the model object 'Rule'.
|
Fields in iotmodel.impl with type parameters of type Rule
| Modifier and Type |
Field |
Description |
protected org.eclipse.emf.common.util.EList<Rule> |
AccessControlPolicyImpl.rule |
The cached value of the ' Rule' containment reference list.
|
Methods in iotmodel.impl that return types with arguments of type Rule
| Modifier and Type |
Method |
Description |
org.eclipse.emf.common.util.EList<Rule> |
AccessControlPolicyImpl.getRule() |
-
Methods in iotmodel.util with parameters of type Rule
| Modifier and Type |
Method |
Description |
T |
IotmodelSwitch.caseRule(Rule object) |
Returns the result of interpreting the object as an instance of 'Rule'.
|
boolean |
IotmodelValidator.validateRule(Rule rule,
org.eclipse.emf.common.util.DiagnosticChain diagnostics,
Map<Object,Object> context) |