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

Packages that use BehavioredImplementation
edu.cmu.sei.aadl.aadl2   
edu.cmu.sei.aadl.aadl2.impl   
edu.cmu.sei.aadl.aadl2.operations   
edu.cmu.sei.aadl.aadl2.util   
 

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

Subinterfaces of BehavioredImplementation in edu.cmu.sei.aadl.aadl2
 interface AbstractImplementation
          A representation of the model object 'Abstract Implementation'
 interface SubprogramImplementation
          A representation of the model object 'Subprogram Implementation'
 interface ThreadImplementation
          A representation of the model object 'Thread Implementation'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BehavioredImplementation
 class AbstractImplementationImpl
          An implementation of the model object 'Abstract Implementation'
 class BehavioredImplementationImpl
          An implementation of the model object 'Behaviored Implementation'
 class SubprogramImplementationImpl
          An implementation of the model object 'Subprogram Implementation'
 class ThreadImplementationImpl
          An implementation of the model object 'Thread Implementation'
 

Uses of BehavioredImplementation in edu.cmu.sei.aadl.aadl2.operations
 

Methods in edu.cmu.sei.aadl.aadl2.operations with parameters of type BehavioredImplementation
static org.eclipse.emf.common.util.EList<CallSpecification> BehavioredImplementationOperations.callSpecifications(BehavioredImplementation behavioredImplementation)
          Get all calls owned by owned call sequences.
 

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

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