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

Packages that use Features
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   
 

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

Methods in edu.cmu.sei.aadl.model.core that return Features
 Features ComponentType.createXFeatures()
          create a Features object of the appropriate category
 Features ComponentType.getXFeatures()
          get the Interface specification of a componenet type
 Features ComponentType.getXFeatures(boolean create)
          get the features of a component type create the object if it does not exist yet.
 

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

Classes in edu.cmu.sei.aadl.model.core.impl that implement Features
 class FeaturesImpl
          An implementation of the model object 'Features'
 

Methods in edu.cmu.sei.aadl.model.core.impl that return Features
 Features ComponentTypeImpl.createXFeatures()
          create a Features object of the appropriate category
 Features ComponentTypeImpl.getXFeatures()
          get the Interface specification of a componenet type
 Features ComponentTypeImpl.getXFeatures(boolean create)
          get the features of a component type create the object if it does not exist yet.
 

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

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

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

Subinterfaces of Features in edu.cmu.sei.aadl.model.feature
 interface BusFeatures
          A representation of the model object 'Bus Features'
 interface DataFeatures
          A representation of the model object 'Data Features'
 interface DeviceFeatures
          A representation of the model object 'Device Features'
 interface MemoryFeatures
          A representation of the model object 'Memory Features'
 interface ProcessFeatures
          A representation of the model object 'Process Features'
 interface ProcessorFeatures
          A representation of the model object 'Processor Features'
 interface SoftwareFeatures
          A representation of the model object 'Software Features'
 interface SubprogramFeatures
          A representation of the model object 'Subprogram Features'
 interface SystemFeatures
          A representation of the model object 'System Features'
 interface ThreadFeatures
          A representation of the model object 'Thread Features'
 interface ThreadGroupFeatures
          A representation of the model object 'Thread Group Features'
 

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

Classes in edu.cmu.sei.aadl.model.feature.impl that implement Features
 class BusFeaturesImpl
          An implementation of the model object 'Bus Features'
 class DataFeaturesImpl
          An implementation of the model object 'Data Features'
 class DeviceFeaturesImpl
          An implementation of the model object 'Device Features'
 class MemoryFeaturesImpl
          An implementation of the model object 'Memory Features'
 class ProcessFeaturesImpl
          An implementation of the model object 'Process Features'
 class ProcessorFeaturesImpl
          An implementation of the model object 'Processor Features'
 class SoftwareFeaturesImpl
          An implementation of the model object 'Software Features'
 class SubprogramFeaturesImpl
          An implementation of the model object 'Subprogram Features'
 class SystemFeaturesImpl
          An implementation of the model object 'System Features'
 class ThreadFeaturesImpl
          An implementation of the model object 'Thread Features'
 class ThreadGroupFeaturesImpl
          An implementation of the model object 'Thread Group Features'
 

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

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