Uses of Interface
edu.cmu.sei.aadl.model.core.Modes

Packages that use Modes
edu.cmu.sei.aadl.model.core   
edu.cmu.sei.aadl.model.core.impl This package contains interfaces and classes that represent the abstract component objects as well as the pacakge concepts. 
edu.cmu.sei.aadl.model.core.util   
 

Uses of Modes in edu.cmu.sei.aadl.model.core
 

Methods in edu.cmu.sei.aadl.model.core that return Modes
 Modes CoreFactory.createModes()
          Returns a new object of class 'Modes'
 Modes ComponentImpl.getModes()
          Returns the value of the 'Modes' containment reference
 Modes ComponentImpl.getModes(boolean create)
          retrieve Modes object.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type Modes
 void ComponentImpl.setModes(Modes value)
          Sets the value of the 'Modes' containment reference
 

Uses of Modes in edu.cmu.sei.aadl.model.core.impl
 

Classes in edu.cmu.sei.aadl.model.core.impl that implement Modes
 class ModesImpl
          An implementation of the model object 'Modes'
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as Modes
protected  Modes ComponentImplImpl.modes
          The cached value of the 'Modes' containment reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return Modes
 Modes CoreFactoryImpl.createModes()
           
 Modes ComponentImplImpl.getModes()
           
 Modes ComponentImplImpl.getModes(boolean create)
          retrieve Modes object.
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type Modes
 org.eclipse.emf.common.notify.NotificationChain ComponentImplImpl.basicSetModes(Modes newModes, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 void ComponentImplImpl.setModes(Modes newModes)
          phf: we want an add version for EList
 

Uses of Modes in edu.cmu.sei.aadl.model.core.util
 

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type Modes
 java.lang.Object CoreSwitch.caseModes(Modes object)
          Returns the result of interpretting the object as an instance of 'Modes'