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

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

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

Subinterfaces of DirectedRelationship in edu.cmu.sei.aadl.aadl2
 interface Generalization
          A representation of the model object 'Generalization'
 interface GroupExtension
          A representation of the model object 'Group Extension'
 interface ImplementationExtension
          A representation of the model object 'Implementation Extension'
 interface Realization
          A representation of the model object 'Realization'
 interface TypeExtension
          A representation of the model object 'Type Extension'
 

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

Classes in edu.cmu.sei.aadl.aadl2.impl that implement DirectedRelationship
 class DirectedRelationshipImpl
          An implementation of the model object 'Directed Relationship'
 class GeneralizationImpl
          An implementation of the model object 'Generalization'
 class GroupExtensionImpl
          An implementation of the model object 'Group Extension'
 class ImplementationExtensionImpl
          An implementation of the model object 'Implementation Extension'
 class RealizationImpl
          An implementation of the model object 'Realization'
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'
 

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

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