Uses of Interface
edu.cmu.sei.aadl.model.instance.ModeInstance

Packages that use ModeInstance
edu.cmu.sei.aadl.model.instance   
edu.cmu.sei.aadl.model.instance.impl   
edu.cmu.sei.aadl.model.instance.util   
 

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

Methods in edu.cmu.sei.aadl.model.instance that return ModeInstance
 ModeInstance InstanceFactory.createModeInstance()
          Returns a new object of class 'Mode Instance'
 ModeInstance ComponentInstance.findModeInstance(Mode mode)
          find the mode instance of this component instance
 ModeInstance ComponentInstance.getCurrentMode()
          Get the mode this component is currently projected into.
 ModeInstance ModeTransitionInstance.getDst()
          Returns the value of the 'Dst' reference.
 ModeInstance ModeTransitionInstance.getSrc()
          Returns the value of the 'Src' reference.
 

Methods in edu.cmu.sei.aadl.model.instance with parameters of type ModeInstance
 void SystemOperationMode.addCurrentMode(ModeInstance value)
          Adds to the list the value of the 'Current Mode' reference list
 void EndToEndFlowInstance.addInModes(ModeInstance value)
          Adds to the list the value of the 'In Modes' reference list
 void ComponentInstance.addInModes(ModeInstance value)
          Adds to the list the value of the 'In Modes' reference list
 void ComponentInstance.addModeInstance(ModeInstance value)
          Adds to the list the value of the 'Mode Instance' containment reference list
 org.eclipse.emf.common.util.EList ComponentInstance.getChildren(ModeInstance mode)
          Get the child of a component instance object that exist in the given mode.
 org.eclipse.emf.common.util.EList ComponentInstance.getComponentInstance(ModeInstance mode)
          retrieve the subset of sub-component instances that are part of the specified mode
 java.util.List SystemInstance.getSystemOperationModesFor(ModeInstance mi)
          Get the system operation modes containing the given mode instance.
 void ComponentInstance.setCurrentMode(ModeInstance mode)
          Project this component into the given mode.
 void ModeTransitionInstance.setDst(ModeInstance value)
          Sets the value of the 'Dst' reference
 void ModeTransitionInstance.setSrc(ModeInstance value)
          Sets the value of the 'Src' reference
 

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

Classes in edu.cmu.sei.aadl.model.instance.impl that implement ModeInstance
 class ModeInstanceImpl
          An implementation of the model object 'Mode Instance'
 

Fields in edu.cmu.sei.aadl.model.instance.impl declared as ModeInstance
protected  ModeInstance ModeTransitionInstanceImpl.dst
          The cached value of the 'Dst' reference
protected  ModeInstance ModeTransitionInstanceImpl.src
          The cached value of the 'Src' reference
 

Methods in edu.cmu.sei.aadl.model.instance.impl that return ModeInstance
 ModeInstance ModeTransitionInstanceImpl.basicGetDst()
           
 ModeInstance ModeTransitionInstanceImpl.basicGetSrc()
           
 ModeInstance InstanceFactoryImpl.createModeInstance()
           
 ModeInstance ComponentInstanceImpl.findModeInstance(Mode mode)
          find the mode instance of this component instance
 ModeInstance ComponentInstanceImpl.getCurrentMode()
           
 ModeInstance ModeTransitionInstanceImpl.getDst()
           
 ModeInstance ModeTransitionInstanceImpl.getSrc()
           
 

Methods in edu.cmu.sei.aadl.model.instance.impl with parameters of type ModeInstance
 void SystemOperationModeImpl.addCurrentMode(ModeInstance newCurrentMode)
          phf: add element to multiplicity EList
 void EndToEndFlowInstanceImpl.addInModes(ModeInstance newInModes)
          phf: add element to multiplicity EList
 void ComponentInstanceImpl.addInModes(ModeInstance newInModes)
          phf: add element to multiplicity EList
 void ComponentInstanceImpl.addModeInstance(ModeInstance newModeInstance)
          phf: add element to multiplicity EList
 org.eclipse.emf.common.notify.NotificationChain ModeTransitionInstanceImpl.basicSetDst(ModeInstance newDst, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ModeTransitionInstanceImpl.basicSetSrc(ModeInstance newSrc, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.util.EList ComponentInstanceImpl.getChildren(ModeInstance mode)
           
 org.eclipse.emf.common.util.EList ComponentInstanceImpl.getComponentInstance(ModeInstance mode)
          retrieve the subset of sub-component instances that are part of the specified mode
 java.util.List SystemInstanceImpl.getSystemOperationModesFor(ModeInstance mi)
          get all SOMs that contain the mode instance
 void ComponentInstanceImpl.setCurrentMode(ModeInstance newMode)
          Project this component into the given mode.
 void ModeTransitionInstanceImpl.setDst(ModeInstance newDst)
           
 void ModeTransitionInstanceImpl.setSrc(ModeInstance newSrc)
           
 

Uses of ModeInstance in edu.cmu.sei.aadl.model.instance.util
 

Methods in edu.cmu.sei.aadl.model.instance.util with parameters of type ModeInstance
 java.lang.Object InstanceSwitch.caseModeInstance(ModeInstance object)
          Returns the result of interpretting the object as an instance of 'Mode Instance'