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

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

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

Subinterfaces of DirectedFeature in edu.cmu.sei.aadl.aadl2
 interface AbstractFeature
          A representation of the model object 'Abstract Feature'
 interface DataPort
          A representation of the model object 'Data Port'
 interface EventDataPort
          A representation of the model object 'Event Data Port'
 interface EventPort
          A representation of the model object 'Event Port'
 interface FeatureGroup
          A representation of the model object 'Feature Group'
 interface Parameter
          A representation of the model object 'Parameter'
 interface Port
          A representation of the model object 'Port'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DirectedFeature
 class AbstractFeatureImpl
          An implementation of the model object 'Abstract Feature'
 class DataPortImpl
          An implementation of the model object 'Data Port'
 class DirectedFeatureImpl
          An implementation of the model object 'Directed Feature'
 class EventDataPortImpl
          An implementation of the model object 'Event Data Port'
 class EventPortImpl
          An implementation of the model object 'Event Port'
 class FeatureGroupImpl
          An implementation of the model object 'Feature Group'
 class ParameterImpl
          An implementation of the model object 'Parameter'
 class PortImpl
          An implementation of the model object 'Port'
 

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

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