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

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

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

Methods in edu.cmu.sei.aadl.aadl2 that return ComponentPrototype
 ComponentPrototype Aadl2Factory.createComponentPrototype()
          Returns a new object of class 'Component Prototype'
 ComponentPrototype ComponentPrototypeReference.getPrototype()
          Returns the value of the 'Prototype' reference
 ComponentPrototype Subcomponent.getPrototype()
          Returns the value of the 'Prototype' reference
 

Methods in edu.cmu.sei.aadl.aadl2 with parameters of type ComponentPrototype
 void ComponentPrototypeReference.setPrototype(ComponentPrototype value)
          Sets the value of the 'Prototype' reference
 void Subcomponent.setPrototype(ComponentPrototype value)
          Sets the value of the 'Prototype' reference
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement ComponentPrototype
 class ComponentPrototypeImpl
          An implementation of the model object 'Component Prototype'
 

Fields in edu.cmu.sei.aadl.aadl2.impl declared as ComponentPrototype
protected  ComponentPrototype SubcomponentImpl.prototype
          The cached value of the 'Prototype' reference
protected  ComponentPrototype ComponentPrototypeReferenceImpl.prototype
          The cached value of the 'Prototype' reference
 

Methods in edu.cmu.sei.aadl.aadl2.impl that return ComponentPrototype
 ComponentPrototype SubcomponentImpl.basicGetPrototype()
           
 ComponentPrototype ComponentPrototypeReferenceImpl.basicGetPrototype()
           
 ComponentPrototype Aadl2FactoryImpl.createComponentPrototype()
           
 ComponentPrototype SubcomponentImpl.getPrototype()
           
 ComponentPrototype ComponentPrototypeReferenceImpl.getPrototype()
           
 

Methods in edu.cmu.sei.aadl.aadl2.impl with parameters of type ComponentPrototype
 void SubcomponentImpl.setPrototype(ComponentPrototype newPrototype)
           
 void ComponentPrototypeReferenceImpl.setPrototype(ComponentPrototype newPrototype)
           
 

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

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