Uses of Class
edu.cmu.sei.aadl.model.core.ModeState

Packages that use ModeState
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.instance   
edu.cmu.sei.aadl.model.instance.impl   
 

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

Fields in edu.cmu.sei.aadl.model.core declared as ModeState
static ModeState ModeState.INITIAL_LITERAL
          The 'INITIAL' literal object
static ModeState ModeState.NORMAL_LITERAL
          The 'NORMAL' literal object
 

Methods in edu.cmu.sei.aadl.model.core that return ModeState
static ModeState ModeState.get(int value)
          Returns the 'Mode State' literal with the specified integer value
static ModeState ModeState.get(java.lang.String literal)
          Returns the 'Mode State' literal with the specified literal value
static ModeState ModeState.getByName(java.lang.String name)
          Returns the 'Mode State' literal with the specified name
 ModeState Mode.getState()
          Returns the value of the 'State' attribute.
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type ModeState
 void Mode.setState(ModeState value)
          Sets the value of the 'State' attribute
 

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

Fields in edu.cmu.sei.aadl.model.core.impl declared as ModeState
protected  ModeState ModeImpl.state
          The cached value of the 'State' attribute
protected static ModeState ModeImpl.STATE_EDEFAULT
          The default value of the 'State' attribute
 

Methods in edu.cmu.sei.aadl.model.core.impl that return ModeState
 ModeState CoreFactoryImpl.createModeStateFromString(org.eclipse.emf.ecore.EDataType eDataType, java.lang.String initialValue)
           
 ModeState ModeImpl.getState()
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ModeState
 void ModeImpl.setState(ModeState newState)
           
 

Uses of ModeState in edu.cmu.sei.aadl.model.instance
 

Methods in edu.cmu.sei.aadl.model.instance that return ModeState
 ModeState ModeInstance.getState()
          Returns the value of the 'State' attribute.
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type ModeState
 void ModeInstance.setState(ModeState value)
          Sets the value of the 'State' attribute
 

Uses of ModeState in edu.cmu.sei.aadl.model.instance.impl
 

Fields in edu.cmu.sei.aadl.model.instance.impl declared as ModeState
protected  ModeState ModeInstanceImpl.state
          The cached value of the 'State' attribute
protected static ModeState ModeInstanceImpl.STATE_EDEFAULT
          The default value of the 'State' attribute
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return ModeState
 ModeState ModeInstanceImpl.getState()
           
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type ModeState
 void ModeInstanceImpl.setState(ModeState newState)