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

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

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

Subinterfaces of Abstract in edu.cmu.sei.aadl.aadl2
 interface AbstractClassifier
          A representation of the model object 'Abstract Classifier'
 interface AbstractImplementation
          A representation of the model object 'Abstract Implementation'
 interface AbstractSubcomponent
          A representation of the model object 'Abstract Subcomponent'
 interface AbstractType
          A representation of the model object 'Abstract Type'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Abstract
 class AbstractClassifierImpl
          An implementation of the model object 'Abstract Classifier'
 class AbstractImpl
          An implementation of the model object 'Abstract'
 class AbstractImplementationImpl
          An implementation of the model object 'Abstract Implementation'
 class AbstractSubcomponentImpl
          An implementation of the model object 'Abstract Subcomponent'
 class AbstractTypeImpl
          An implementation of the model object 'Abstract Type'
 

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

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