public class UmlAssociationEndPair
extends java.lang.Object
Consider association between classes A and B. Their (qualified) association ends names are (A.bRole, B.aRole) from the perspective of A, and (B.aRole, A.bRole) from the perspective of B.
Here example of a couple of inherited association ends for CIM ConductingEquipment:
myEnd: [0..*] EquipmentContainer.Equipments, otherEnd: [0..1] Equipment.EquipmentContainer myEnd: [0..*] PSRType.PowerSystemResources, otherEnd: [0..1] PowerSystemResource.PSRType myEnd: [0..1] Measurement.PowerSystemResource, otherEnd: [0..*] PowerSystemResource.Measurements
Modifier and Type | Method and Description |
---|---|
UmlAssociationEnd |
getMyEnd() |
UmlAssociationEnd |
getOtherEnd() |
java.lang.String |
toString()
Example for inherited association ends of ConductingEquipment:
|
public UmlAssociationEnd getMyEnd()
public UmlAssociationEnd getOtherEnd()
public java.lang.String toString()
myEnd: [0..*] EquipmentContainer.Equipments, otherEnd: [0..1] Equipment.EquipmentContainer myEnd: [1..1] OperationalLimitSet.Equipment, otherEnd: [0..*] Equipment.OperationalLimitSet myEnd: [1..1] ContingencyEquipment.Equipment, otherEnd: [0..*] Equipment.ContingencyEquipment myEnd: [0..*] PSRType.PowerSystemResources, otherEnd: [0..1] PowerSystemResource.PSRType myEnd: [0..1] Measurement.PowerSystemResource, otherEnd: [0..*] PowerSystemResource.Measurements myEnd: [1..1] OperatingShare.PowerSystemResource, otherEnd: [0..*] PowerSystemResource.OperatingShare myEnd: [0..*] PsrList.PowerSystemResources, otherEnd: [0..*] PowerSystemResource.PsrLists myEnd: [1..1] OutageSchedule.PowerSystemResource, otherEnd: [0..1] PowerSystemResource.OutageSchedule myEnd: [0..*] ReportingGroup.PowerSystemResource, otherEnd: [0..*] PowerSystemResource.ReportingGroup myEnd: [1..*] ModelingAuthoritySet.IdentifiedObjects, otherEnd: [0..1] IdentifiedObject.ModelingAuthoritySet /*
toString
in class java.lang.Object
Object.toString()
Copyright 2009-2016 Tatjana (Tanja) Kostic