Uses of Interface
org.eclipse.gmt.modisco.omg.kdm.core.AggregatedRelationship

Packages that use AggregatedRelationship
org.eclipse.gmt.modisco.omg.kdm.core   
org.eclipse.gmt.modisco.omg.kdm.core.util   
 

Uses of AggregatedRelationship in org.eclipse.gmt.modisco.omg.kdm.core
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core that return AggregatedRelationship
 AggregatedRelationship CoreFactory.createAggregatedRelationship()
          Returns a new object of class 'Aggregated Relationship'.
 AggregatedRelationship KDMEntity.createAggregation(KDMEntity otherEntity)
          This operation creates an aggregated relationship such that the current entity is the from-endpoint of the aggregated relation and the "otherEntity" is the to-endpoint.
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core with parameters of type AggregatedRelationship
 void KDMEntity.deleteAggregation(AggregatedRelationship aggregation)
          This operation deletes the given aggregated relationship.
 

Uses of AggregatedRelationship in org.eclipse.gmt.modisco.omg.kdm.core.util
 

Methods in org.eclipse.gmt.modisco.omg.kdm.core.util with parameters of type AggregatedRelationship
 T CoreSwitch.caseAggregatedRelationship(AggregatedRelationship object)
          Returns the result of interpreting the object as an instance of 'Aggregated Relationship'.