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

Packages that use ModeMember
edu.cmu.sei.aadl.model.component   
edu.cmu.sei.aadl.model.component.impl   
edu.cmu.sei.aadl.model.component.util   
edu.cmu.sei.aadl.model.connection   
edu.cmu.sei.aadl.model.connection.impl   
edu.cmu.sei.aadl.model.connection.util   
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   
edu.cmu.sei.aadl.model.flow   
edu.cmu.sei.aadl.model.flow.impl   
edu.cmu.sei.aadl.model.flow.util   
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

Uses of ModeMember in edu.cmu.sei.aadl.model.component
 

Subinterfaces of ModeMember in edu.cmu.sei.aadl.model.component
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface CallSequence
          A representation of the model object 'Call Sequence'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface ProcessorSubcomponent
          A representation of the model object 'Processor Subcomponent'
 interface ProcessSubcomponent
          A representation of the model object 'Process Subcomponent'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 interface SystemSubcomponent
          A representation of the model object 'System Subcomponent'
 interface ThreadGroupSubcomponent
          A representation of the model object 'Thread Group Subcomponent'
 interface ThreadSubcomponent
          A representation of the model object 'Thread Subcomponent'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement ModeMember
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class CallSequenceImpl
          An implementation of the model object 'Call Sequence'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 class ThreadGroupSubcomponentImpl
          An implementation of the model object 'Thread Group Subcomponent'
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type ModeMember
 java.lang.Object ComponentSwitch.caseModeMember(ModeMember object)
          Returns the result of interpretting the object as an instance of 'Mode Member'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.connection
 

Subinterfaces of ModeMember in edu.cmu.sei.aadl.model.connection
 interface BusAccessConnection
          A representation of the model object 'Bus Access Connection'
 interface DataAccessConnection
          A representation of the model object 'Data Access Connection'
 interface DataConnection
          A representation of the model object 'Data Connection'
 interface EventConnection
          A representation of the model object 'Event Connection'
 interface EventDataConnection
          A representation of the model object 'Event Data Connection'
 interface ParameterConnection
          A representation of the model object 'Parameter Connection'
 interface PortGroupConnection
          A representation of the model object 'Port Group Connection'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.connection.impl
 

Classes in edu.cmu.sei.aadl.model.connection.impl that implement ModeMember
 class BusAccessConnectionImpl
          An implementation of the model object 'Bus Access Connection'
 class DataAccessConnectionImpl
          An implementation of the model object 'Data Access Connection'
 class DataConnectionImpl
          An implementation of the model object 'Data Connection'
 class EventConnectionImpl
          An implementation of the model object 'Event Connection'
 class EventDataConnectionImpl
          An implementation of the model object 'Event Data Connection'
 class ParameterConnectionImpl
          An implementation of the model object 'Parameter Connection'
 class PortGroupConnectionImpl
          An implementation of the model object 'Port Group Connection'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.connection.util
 

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type ModeMember
 java.lang.Object ConnectionSwitch.caseModeMember(ModeMember object)
          Returns the result of interpretting the object as an instance of 'Mode Member'
 

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

Subinterfaces of ModeMember in edu.cmu.sei.aadl.model.core
 interface Connection
          A representation of the model object 'Connection'
 interface Subcomponent
          A representation of the model object 'Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.core that return ModeMember
 ModeMember CoreFactory.createModeMember()
          Returns a new object of class 'Mode Member'
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type ModeMember
 void Mode.addMembers(ModeMember value)
          Adds to the list the value of the 'Members' reference list
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement ModeMember
 class ConnectionImpl
          An implementation of the model object 'Connection'
 class ModeMemberImpl
          An implementation of the model object 'Mode Member'
 class SubcomponentImpl
          An implementation of the model object 'Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return ModeMember
 ModeMember CoreFactoryImpl.createModeMember()
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type ModeMember
 void ModeImpl.addMembers(ModeMember newMembers)
          phf: add element to multiplicity EList
 

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

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

Uses of ModeMember in edu.cmu.sei.aadl.model.flow
 

Subinterfaces of ModeMember in edu.cmu.sei.aadl.model.flow
 interface EndToEndFlow
          A representation of the model object 'End To End Flow'
 interface FlowImpl
          A representation of the model object 'Impl'
 interface FlowPathImpl
          A representation of the model object 'Path Impl'
 interface FlowSequence
          A representation of the model object 'Sequence'
 interface FlowSinkImpl
          A representation of the model object 'Sink Impl'
 interface FlowSourceImpl
          A representation of the model object 'Source Impl'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.flow.impl
 

Classes in edu.cmu.sei.aadl.model.flow.impl that implement ModeMember
 class EndToEndFlowImpl
          An implementation of the model object 'End To End Flow'
 class FlowImplImpl
          An implementation of the model object 'Impl'
 class FlowPathImplImpl
          An implementation of the model object 'Path Impl'
 class FlowSequenceImpl
          An implementation of the model object 'Sequence'
 class FlowSinkImplImpl
          An implementation of the model object 'Sink Impl'
 class FlowSourceImplImpl
          An implementation of the model object 'Source Impl'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.flow.util
 

Methods in edu.cmu.sei.aadl.model.flow.util with parameters of type ModeMember
 java.lang.Object FlowSwitch.caseModeMember(ModeMember object)
          Returns the result of interpretting the object as an instance of 'Mode Member'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.property
 

Subinterfaces of ModeMember in edu.cmu.sei.aadl.model.property
 interface PropertyAssociation
          A representation of the model object 'Association'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.property.impl
 

Classes in edu.cmu.sei.aadl.model.property.impl that implement ModeMember
 class PropertyAssociationImpl
          An implementation of the model object 'Association'
 

Uses of ModeMember in edu.cmu.sei.aadl.model.property.util
 

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type ModeMember
 java.lang.Object PropertySwitch.caseModeMember(ModeMember object)
          Returns the result of interpretting the object as an instance of 'Mode Member'