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

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

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

Methods in edu.cmu.sei.aadl.aadl2.instance that return ModeInstance
 ModeInstance InstanceFactory.createModeInstance()
          Returns a new object of class 'Mode Instance'
 ModeInstance ComponentInstance.createModeInstance()
          Creates a new ModeInstance and appends it to the 'Mode Instance' containment reference list
 ModeInstance ComponentInstance.findModeInstance(Mode mode)
          find the mode instance of this component instance
 ModeInstance ModeTransitionInstance.getDestination()
          Returns the value of the 'Destination' reference.
 ModeInstance ModeTransitionInstance.getSource()
          Returns the value of the 'Source' reference.
 

Methods in edu.cmu.sei.aadl.aadl2.instance that return types with arguments of type ModeInstance
 org.eclipse.emf.common.util.EList<ModeInstance> SystemOperationMode.getCurrentModes()
          Returns the value of the 'Current Mode' reference list.
 org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstance.getInModes()
          Returns the value of the 'In Modes' reference list.
 org.eclipse.emf.common.util.EList<ModeInstance> EndToEndFlowInstance.getInModes()
          Returns the value of the 'In Modes' reference list.
 org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstance.getModeInstances()
          Returns the value of the 'Mode Instance' containment reference list.
 org.eclipse.emf.common.util.EList<org.eclipse.emf.common.util.EList<ModeInstance>> EndToEndFlowInstance.getModesList()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance with parameters of type ModeInstance
 java.util.List<SystemOperationMode> 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.setDestination(ModeInstance value)
          Sets the value of the 'Destination' reference
 void ModeTransitionInstance.setSource(ModeInstance value)
          Sets the value of the 'Source' reference
 

Method parameters in edu.cmu.sei.aadl.aadl2.instance with type arguments of type ModeInstance
 java.util.List<SystemOperationMode> SystemInstance.getSystemOperationModesFor(java.util.List<ModeInstance> mis)
          get all SOMs that contain the ModeInstance list
 

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

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

Fields in edu.cmu.sei.aadl.aadl2.instance.impl declared as ModeInstance
protected  ModeInstance ModeTransitionInstanceImpl.destination
          The cached value of the 'Destination' reference
protected  ModeInstance ModeTransitionInstanceImpl.source
          The cached value of the 'Source' reference
 

Fields in edu.cmu.sei.aadl.aadl2.instance.impl with type parameters of type ModeInstance
protected  org.eclipse.emf.common.util.EList<ModeInstance> SystemOperationModeImpl.currentModes
          The cached value of the 'Current Mode' reference list
protected  org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstanceImpl.inModes
          The cached value of the 'In Modes' reference list
protected  org.eclipse.emf.common.util.EList<ModeInstance> EndToEndFlowInstanceImpl.inModes
          The cached value of the 'In Modes' reference list
protected  org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstanceImpl.modeInstances
          The cached value of the 'Mode Instance' containment reference list
protected  org.eclipse.emf.common.util.EList<org.eclipse.emf.common.util.EList<ModeInstance>> EndToEndFlowInstanceImpl.modesList
          to temporarily hold the list of modes for each modal component&flow
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return ModeInstance
 ModeInstance ModeTransitionInstanceImpl.basicGetDestination()
           
 ModeInstance ModeTransitionInstanceImpl.basicGetSource()
           
 ModeInstance ComponentInstanceImpl.createModeInstance()
           
 ModeInstance InstanceFactoryImpl.createModeInstance()
           
 ModeInstance ComponentInstanceImpl.findModeInstance(Mode mode)
          find the mode instance of this component instance
 ModeInstance ModeTransitionInstanceImpl.getDestination()
           
 ModeInstance ModeTransitionInstanceImpl.getSource()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl that return types with arguments of type ModeInstance
 org.eclipse.emf.common.util.EList<ModeInstance> SystemOperationModeImpl.getCurrentModes()
           
 org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstanceImpl.getInModes()
           
 org.eclipse.emf.common.util.EList<ModeInstance> EndToEndFlowInstanceImpl.getInModes()
           
 org.eclipse.emf.common.util.EList<ModeInstance> ComponentInstanceImpl.getModeInstances()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.common.util.EList<ModeInstance>> EndToEndFlowInstanceImpl.getModesList()
           
 

Methods in edu.cmu.sei.aadl.aadl2.instance.impl with parameters of type ModeInstance
 org.eclipse.emf.common.notify.NotificationChain ModeTransitionInstanceImpl.basicSetDestination(ModeInstance newDestination, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 org.eclipse.emf.common.notify.NotificationChain ModeTransitionInstanceImpl.basicSetSource(ModeInstance newSource, org.eclipse.emf.common.notify.NotificationChain msgs)
           
 java.util.List<SystemOperationMode> 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.setDestination(ModeInstance newDestination)
           
 void ModeTransitionInstanceImpl.setSource(ModeInstance newSource)
           
 

Method parameters in edu.cmu.sei.aadl.aadl2.instance.impl with type arguments of type ModeInstance
 java.util.List<SystemOperationMode> SystemInstanceImpl.getSystemOperationModesFor(java.util.List<ModeInstance> mis)
          get all SOMs that contain the ModeInstance list
 

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

Methods in edu.cmu.sei.aadl.aadl2.instance.util with parameters of type ModeInstance
 T InstanceSwitch.caseModeInstance(ModeInstance object)
          Returns the result of interpreting the object as an instance of 'Mode Instance'
 

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

Methods in edu.cmu.sei.aadl.instance that return types with arguments of type ModeInstance
protected  org.eclipse.emf.common.util.EList<ModeInstance> CreateEndToEndFlowsSwitch.getModeInstances(ComponentInstance ci, org.eclipse.emf.common.util.EList<Mode> mlist)
          build mode instance list from mode list relative to the component instance ci
 

Method parameters in edu.cmu.sei.aadl.instance with type arguments of type ModeInstance
protected  void InstantiateModel.enumerateSystemOperationModes(SystemInstance root, ComponentInstance[] instances, int currentInstance, java.util.LinkedList<ComponentInstance> skipped, java.util.LinkedList<ModeInstance> modeState)