Uses of Interface
edu.cmu.sei.aadl.model.property.ReferenceElement

Packages that use ReferenceElement
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.feature   
edu.cmu.sei.aadl.model.feature.impl   
edu.cmu.sei.aadl.model.feature.util   
edu.cmu.sei.aadl.model.property   
edu.cmu.sei.aadl.model.property.impl   
edu.cmu.sei.aadl.model.property.util   
 

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

Subinterfaces of ReferenceElement in edu.cmu.sei.aadl.model.component
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 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 ReferenceElement in edu.cmu.sei.aadl.model.component.impl
 

Classes in edu.cmu.sei.aadl.model.component.impl that implement ReferenceElement
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 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 ReferenceElement in edu.cmu.sei.aadl.model.component.util
 

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type ReferenceElement
 java.lang.Object ComponentSwitch.caseReferenceElement(ReferenceElement object)
          Returns the result of interpretting the object as an instance of 'Reference Element'
 

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

Subinterfaces of ReferenceElement 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 ReferenceElement in edu.cmu.sei.aadl.model.connection.impl
 

Classes in edu.cmu.sei.aadl.model.connection.impl that implement ReferenceElement
 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 ReferenceElement in edu.cmu.sei.aadl.model.connection.util
 

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type ReferenceElement
 java.lang.Object ConnectionSwitch.caseReferenceElement(ReferenceElement object)
          Returns the result of interpretting the object as an instance of 'Reference Element'
 

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

Subinterfaces of ReferenceElement 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'
 

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

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

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

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

Uses of ReferenceElement in edu.cmu.sei.aadl.model.feature
 

Subinterfaces of ReferenceElement in edu.cmu.sei.aadl.model.feature
 interface ServerSubprogram
          A representation of the model object 'Server Subprogram'
 

Uses of ReferenceElement in edu.cmu.sei.aadl.model.feature.impl
 

Classes in edu.cmu.sei.aadl.model.feature.impl that implement ReferenceElement
 class ServerSubprogramImpl
          An implementation of the model object 'Server Subprogram'
 

Uses of ReferenceElement in edu.cmu.sei.aadl.model.feature.util
 

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type ReferenceElement
 java.lang.Object FeatureSwitch.caseReferenceElement(ReferenceElement object)
          Returns the result of interpretting the object as an instance of 'Reference Element'
 

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

Methods in edu.cmu.sei.aadl.model.property that return ReferenceElement
 ReferenceElement PropertyFactory.createReferenceElement()
          Returns a new object of class 'Reference Element'
 

Methods in edu.cmu.sei.aadl.model.property with parameters of type ReferenceElement
 void ReferenceValue.addReferenceElement(ReferenceElement value)
          Adds to the list the value of the 'Reference Element' reference list
 

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

Classes in edu.cmu.sei.aadl.model.property.impl that implement ReferenceElement
 class ReferenceElementImpl
          An implementation of the model object 'Reference Element'
 

Methods in edu.cmu.sei.aadl.model.property.impl that return ReferenceElement
 ReferenceElement PropertyFactoryImpl.createReferenceElement()
           
 

Methods in edu.cmu.sei.aadl.model.property.impl with parameters of type ReferenceElement
 void ReferenceValueImpl.addReferenceElement(ReferenceElement newReferenceElement)
          phf: add element to multiplicity EList
 

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

Methods in edu.cmu.sei.aadl.model.property.util with parameters of type ReferenceElement
 java.lang.Object PropertySwitch.caseReferenceElement(ReferenceElement object)
          Returns the result of interpretting the object as an instance of 'Reference Element'