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

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

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

Subinterfaces of BehavioralFeature in edu.cmu.sei.aadl.aadl2
 interface CallSpecification
          A representation of the model object 'Call Specification'
 interface ProcessorCall
          A representation of the model object 'Processor Call'
 interface SubprogramCall
          A representation of the model object 'Subprogram Call'
 interface SubprogramCallSequence
          A representation of the model object 'Subprogram Call Sequence'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement BehavioralFeature
 class BehavioralFeatureImpl
          An implementation of the model object 'Behavioral Feature'
 class CallSpecificationImpl
          An implementation of the model object 'Call Specification'
 class ProcessorCallImpl
          An implementation of the model object 'Processor Call'
 class SubprogramCallImpl
          An implementation of the model object 'Subprogram Call'
 class SubprogramCallSequenceImpl
          An implementation of the model object 'Subprogram Call Sequence'
 

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

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