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

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

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

Subinterfaces of Relationship in edu.cmu.sei.aadl.aadl2
 interface DirectedRelationship
          A representation of the model object 'Directed Relationship'
 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 Relationship in edu.cmu.sei.aadl.aadl2.impl
 

Classes in edu.cmu.sei.aadl.aadl2.impl that implement Relationship
 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 RelationshipImpl
          An implementation of the model object 'Relationship'
 class TypeExtensionImpl
          An implementation of the model object 'Type Extension'
 

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

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