wt.change2
Interface ConcreteAssociationDelegate
- All Known Implementing Classes:
- AddressedBy2Delegate, DetailedByDelegate, FormalizedByDelegate, IncludedIn2Delegate, 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
- See Also:
wt.change2.ConcreteAssociation.getBinaryLink,
Change2DelegateFactory
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:
WTException
ChangeException2