Uses of Interface
iotmodel.Rule

Packages that use Rule
Package Description
iotmodel  
iotmodel.impl  
iotmodel.util  
  • Uses of Rule in iotmodel

    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.
  • Uses of Rule in iotmodel.impl

    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 Rule
    Modifier and Type Method Description
    Rule IotmodelFactoryImpl.createRule()
    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()
  • Uses of Rule in iotmodel.util

    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)