Lists of the relationships of this component to other components.
In the API Relation column the values are listed as follows:
Y* represents that the relationship is created as part of the API functionality of the related class, not the API of the class being discussed. For example, in makeEMS, the Manages OpticalNetworkElement relationship is created by the makeOpticalNetworkElement API, not by the makeEMS API.
Y represents that the relationship is created as part of the API functionality of the class in discussion itself. For example, in makeNCard, the PartOf OpticalNetworkElement is created within the makeNCard API.
N represents that the relationship must be created outside the API functionality by directly accessing the instance of that class. For example, after making an Amplifer Card using makeNCard, to create the ReverseAmp relationship to another Amplifier Card use the following ASL code:
AmpCard1Ref -> ReverseAmp = AmpCard2Ref