Uses of Interface
edu.cmu.sei.aadl.aadl2.ModeBinding

Packages that use ModeBinding
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of ModeBinding in edu.cmu.sei.aadl.aadl2
 

Methods in edu.cmu.sei.aadl.aadl2 that return ModeBinding
 ModeBinding Subcomponent.createModeBinding()
          Creates a new ModeBinding and appends it to the 'Mode Binding' containment reference list
 ModeBinding Aadl2Factory.createModeBinding()
          Returns a new object of class 'Mode Binding'
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ModeBinding
 org.eclipse.emf.common.util.EList<ModeBinding> Subcomponent.getModeBindings()
          Returns the value of the 'Mode Binding' containment reference list.
 

Uses of ModeBinding in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ModeBinding
 class ModeBindingImpl
          An implementation of the model object 'Mode Binding'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ModeBinding
protected  org.eclipse.emf.common.util.EList<ModeBinding> SubcomponentImpl.modeBindings
          The cached value of the 'Mode Binding' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ModeBinding
 ModeBinding SubcomponentImpl.createModeBinding()
           
 ModeBinding Aadl2FactoryImpl.createModeBinding()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ModeBinding
 org.eclipse.emf.common.util.EList<ModeBinding> SubcomponentImpl.getModeBindings()
           
 

Uses of ModeBinding in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ModeBinding
 T Aadl2Switch.caseModeBinding(ModeBinding object)
          Returns the result of interpreting the object as an instance of 'Mode Binding'
 boolean Aadl2Validator.validateModeBinding(ModeBinding modeBinding, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)