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

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

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

Subinterfaces of ComponentPrototypeActual in edu.cmu.sei.aadl.aadl2
 interface ComponentPrototypeReference
          A representation of the model object 'Component Prototype Reference'
 interface ComponentReference
          A representation of the model object 'Component Reference'
 

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentPrototypeActual
 ComponentPrototypeActual ComponentPrototypeBinding.createActual(org.eclipse.emf.ecore.EClass eClass)
          Creates a new ComponentPrototypeActual and appends it to the 'Actual' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2 that return types with arguments of type ComponentPrototypeActual
 org.eclipse.emf.common.util.EList<ComponentPrototypeActual> ComponentPrototypeBinding.getActuals()
          Returns the value of the 'Actual' containment reference list.
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComponentPrototypeActual
 class ComponentPrototypeActualImpl
          An implementation of the model object 'Component Prototype Actual'
 class ComponentPrototypeReferenceImpl
          An implementation of the model object 'Component Prototype Reference'
 class ComponentReferenceImpl
          An implementation of the model object 'Component Reference'
 

Fields in edu.cmu.sei.aadl.aadl2.impl with type parameters of type ComponentPrototypeActual
protected  org.eclipse.emf.common.util.EList<ComponentPrototypeActual> ComponentPrototypeBindingImpl.actuals
          The cached value of the 'Actual' containment reference list
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentPrototypeActual
 ComponentPrototypeActual ComponentPrototypeBindingImpl.createActual(org.eclipse.emf.ecore.EClass eClass)
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return types with arguments of type ComponentPrototypeActual
 org.eclipse.emf.common.util.EList<ComponentPrototypeActual> ComponentPrototypeBindingImpl.getActuals()
           
 

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

Methods in edu.cmu.sei.aadl.aadl2.util with parameters of type ComponentPrototypeActual
 T Aadl2Switch.caseComponentPrototypeActual(ComponentPrototypeActual object)
          Returns the result of interpreting the object as an instance of 'Component Prototype Actual'
 boolean Aadl2Validator.validateComponentPrototypeActual(ComponentPrototypeActual componentPrototypeActual, org.eclipse.emf.common.util.DiagnosticChain diagnostics, java.util.Map<java.lang.Object,java.lang.Object> context)