Uses of Interface
edu.cmu.sei.aadl.model.connection.FeatureContext

Packages that use FeatureContext
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.util   
 

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

Subinterfaces of FeatureContext in edu.cmu.sei.aadl.model.component
 interface BusImpl
          A representation of the model object 'Bus Impl'
 interface BusSubcomponent
          A representation of the model object 'Bus Subcomponent'
 interface DataImpl
          A representation of the model object 'Data Impl'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DeviceImpl
          A representation of the model object 'Device Impl'
 interface DeviceSubcomponent
          A representation of the model object 'Device Subcomponent'
 interface MemoryImpl
          A representation of the model object 'Memory Impl'
 interface MemorySubcomponent
          A representation of the model object 'Memory Subcomponent'
 interface ProcessImpl
          A representation of the model object 'Process Impl'
 interface ProcessorImpl
          A representation of the model object 'Processor Impl'
 interface ProcessorSubcomponent
          A representation of the model object 'Processor Subcomponent'
 interface ProcessSubcomponent
          A representation of the model object 'Process Subcomponent'
 interface SubprogramImpl
          A representation of the model object 'Subprogram Impl'
 interface SubprogramSubcomponent
          A representation of the model object 'Subprogram Subcomponent'
 interface SystemImpl
          A representation of the model object 'System Impl'
 interface SystemSubcomponent
          A representation of the model object 'System Subcomponent'
 interface ThreadGroupImpl
          A representation of the model object 'Thread Group Impl'
 interface ThreadGroupSubcomponent
          A representation of the model object 'Thread Group Subcomponent'
 interface ThreadImpl
          A representation of the model object 'Thread Impl'
 interface ThreadSubcomponent
          A representation of the model object 'Thread Subcomponent'
 

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

Classes in edu.cmu.sei.aadl.model.component.impl that implement FeatureContext
 class BusImplImpl
          An implementation of the model object 'Bus Impl'
 class BusSubcomponentImpl
          An implementation of the model object 'Bus Subcomponent'
 class DataImplImpl
          An implementation of the model object 'Data Impl'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DeviceImplImpl
          An implementation of the model object 'Device Impl'
 class DeviceSubcomponentImpl
          An implementation of the model object 'Device Subcomponent'
 class MemoryImplImpl
          An implementation of the model object 'Memory Impl'
 class MemorySubcomponentImpl
          An implementation of the model object 'Memory Subcomponent'
 class ProcessImplImpl
          An implementation of the model object 'Process Impl'
 class ProcessorImplImpl
          An implementation of the model object 'Processor Impl'
 class ProcessorSubcomponentImpl
          An implementation of the model object 'Processor Subcomponent'
 class ProcessSubcomponentImpl
          An implementation of the model object 'Process Subcomponent'
 class SubprogramImplImpl
          An implementation of the model object 'Subprogram Impl'
 class SubprogramSubcomponentImpl
          An implementation of the model object 'Subprogram Subcomponent'
 class SystemImplImpl
          An implementation of the model object 'System Impl'
 class SystemSubcomponentImpl
          An implementation of the model object 'System Subcomponent'
 class ThreadGroupImplImpl
          An implementation of the model object 'Thread Group Impl'
 class ThreadGroupSubcomponentImpl
          An implementation of the model object 'Thread Group Subcomponent'
 class ThreadImplImpl
          An implementation of the model object 'Thread Impl'
 class ThreadSubcomponentImpl
          An implementation of the model object 'Thread Subcomponent'
 

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

Methods in edu.cmu.sei.aadl.model.component.util with parameters of type FeatureContext
 java.lang.Object ComponentSwitch.caseFeatureContext(FeatureContext object)
          Returns the result of interpretting the object as an instance of 'Feature Context'
 

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

Methods in edu.cmu.sei.aadl.model.connection that return FeatureContext
 FeatureContext ConnectionFactory.createFeatureContext()
          Returns a new object of class 'Feature Context'
 

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

Classes in edu.cmu.sei.aadl.model.connection.impl that implement FeatureContext
 class FeatureContextImpl
          An implementation of the model object 'Feature Context'
 

Methods in edu.cmu.sei.aadl.model.connection.impl that return FeatureContext
 FeatureContext ConnectionFactoryImpl.createFeatureContext()
           
 

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

Methods in edu.cmu.sei.aadl.model.connection.util with parameters of type FeatureContext
 java.lang.Object ConnectionSwitch.caseFeatureContext(FeatureContext object)
          Returns the result of interpretting the object as an instance of 'Feature Context'
 

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

Subinterfaces of FeatureContext in edu.cmu.sei.aadl.model.core
 interface ComponentImpl
          A representation of the model object 'Component Impl'
 interface Subcomponent
          A representation of the model object 'Subcomponent'
 

Methods in edu.cmu.sei.aadl.model.core that return FeatureContext
 FeatureContext Connection.getAllDstContext()
          get destination context in case of a refined connection get it from the connection being refined
 FeatureContext Connection.getAllSrcContext()
          get source context in case of a refined connection get it from the connection being refined
 FeatureContext Connection.getDstContext()
          Returns the value of the 'Dst Context' reference
 FeatureContext Connection.getSrcContext()
          Returns the value of the 'Src Context' reference
 

Methods in edu.cmu.sei.aadl.model.core with parameters of type FeatureContext
 void ModeTransition.addTriggerEventPortContext(FeatureContext value)
          Adds to the list the value of the 'Trigger Event Port Context' reference list
 void Connection.setDstContext(FeatureContext value)
          Sets the value of the 'Dst Context' reference
 void Connection.setSrcContext(FeatureContext value)
          Sets the value of the 'Src Context' reference
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement FeatureContext
 class ComponentImplImpl
          An implementation of the model object 'Component Impl'
 class SubcomponentImpl
          An implementation of the model object 'Subcomponent'
 

Fields in edu.cmu.sei.aadl.model.core.impl declared as FeatureContext
protected  FeatureContext ConnectionImpl.dstContext
          The cached value of the 'Dst Context' reference
protected  FeatureContext ConnectionImpl.srcContext
          The cached value of the 'Src Context' reference
 

Methods in edu.cmu.sei.aadl.model.core.impl that return FeatureContext
 FeatureContext ConnectionImpl.basicGetDstContext()
           
 FeatureContext ConnectionImpl.basicGetSrcContext()
           
 FeatureContext ConnectionImpl.getAllDstContext()
          get destination context in case of a refined connection get it from the connection being refined
 FeatureContext ConnectionImpl.getAllSrcContext()
          get source context in case of a refined connection get it from the connection being refined
 FeatureContext ConnectionImpl.getDstContext()
           
 FeatureContext ConnectionImpl.getSrcContext()
           
 

Methods in edu.cmu.sei.aadl.model.core.impl with parameters of type FeatureContext
 void ModeTransitionImpl.addTriggerEventPortContext(FeatureContext newTriggerEventPortContext)
          phf: add element to multiplicity EList
 void ConnectionImpl.setDstContext(FeatureContext newDstContext)
           
 void ConnectionImpl.setSrcContext(FeatureContext newSrcContext)
           
 

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

Methods in edu.cmu.sei.aadl.model.core.util with parameters of type FeatureContext
 java.lang.Object CoreSwitch.caseFeatureContext(FeatureContext object)
          Returns the result of interpretting the object as an instance of 'Feature Context'
 

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

Subinterfaces of FeatureContext in edu.cmu.sei.aadl.model.feature
 interface PortGroup
          A representation of the model object 'Port Group'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement FeatureContext
 class PortGroupImpl
          An implementation of the model object 'Port Group'
 

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

Methods in edu.cmu.sei.aadl.model.feature.util with parameters of type FeatureContext
 java.lang.Object FeatureSwitch.caseFeatureContext(FeatureContext object)
          Returns the result of interpretting the object as an instance of 'Feature Context'
 

Uses of FeatureContext in edu.cmu.sei.aadl.model.util
 

Methods in edu.cmu.sei.aadl.model.util with parameters of type FeatureContext
static boolean AadlUtil.match(FeatureContext firstfxt, FeatureContext secondfxt)
          determine whether two feature context match