Package wt.change2
Interface ConcreteAssociationDelegate
- All Known Implementing Classes:
AddressedBy2Delegate,wt.change2.DefaultAddressedByDelegate,wt.change2.DefaultFormalizedByDelegate,DetailedByDelegate,FormalizedByDelegate,IncludedIn2Delegate,IssueImplementedByDelegate,ResearchedByDelegate
public interface ConcreteAssociationDelegate
Returns a newly constructed BinaryLink based on the parent and child
objects that participate in the link. The implementation of this interface
is selected based on properties in section 9 of the change2.properties
file.
Supported API: true
Extendable: true
Supported API: true
Extendable: true
- See Also:
-
wt.change2.ConcreteAssociation.getBinaryLinkChange2DelegateFactory
-
Method Summary
Modifier and TypeMethodDescriptiongetBinaryLink(ChangeItemIfc parent, ChangeItemIfc child) Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
-
Method Details
-
getBinaryLink
BinaryLink getBinaryLink(ChangeItemIfc parent, ChangeItemIfc child) throws WTException, ChangeException2 Returns a newly constructed BinaryLink based on the parent and child objects that participate in the link.
Supported API: true- Parameters:
parent-child-- Returns:
- BinaryLink
- Throws:
WTExceptionChangeException2
-