Uses of Interface
edu.cmu.sei.aadl.aadl2.Data

Packages that use Data
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.util   
 

Uses of Data in edu.cmu.sei.aadl.aadl2
 

Subinterfaces of Data in edu.cmu.sei.aadl.aadl2
 interface DataClassifier
          A representation of the model object 'Data Classifier'
 interface DataImplementation
          A representation of the model object 'Data Implementation'
 interface DataSubcomponent
          A representation of the model object 'Data Subcomponent'
 interface DataType
          A representation of the model object 'Data Type'
 

Uses of Data in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Data
 class DataClassifierImpl
          An implementation of the model object 'Data Classifier'
 class DataImpl
          An implementation of the model object 'Data'
 class DataImplementationImpl
          An implementation of the model object 'Data Implementation'
 class DataSubcomponentImpl
          An implementation of the model object 'Data Subcomponent'
 class DataTypeImpl
          An implementation of the model object 'Data Type'
 

Uses of Data in edu.cmu.sei.aadl.aadl2.util
 

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type Data
 T Aadl2Switch.caseData(Data object)
          Returns the result of interpreting the object as an instance of 'Data'
 boolean Aadl2Validator.validateData(Data data, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)