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

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

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

Subinterfaces of TypedElement in edu.cmu.sei.aadl.aadl2
 interface BasicProperty
          A representation of the model object 'Basic Property'
 interface Property
          A representation of the model object 'Property Definition'
 interface PropertyConstant
          A representation of the model object 'Property Constant'
 interface RecordField
          A representation of the model object 'Record Field'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement TypedElement
 class BasicPropertyImpl
          An implementation of the model object 'Basic Property'
 class PropertyConstantImpl
          An implementation of the model object 'Property Constant'
 class PropertyImpl
          An implementation of the model object 'Property'
 class RecordFieldImpl
          An implementation of the model object 'Record Field'
 class TypedElementImpl
          An implementation of the model object 'Typed Element'
 

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

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