* @param target
* the target
*/
public void removeFromCoupling(String ident, MultiCouplingTarget target) {
MultiCouplingTargetList mctl = new MultiCouplingTargetList();
mctl.addTarget(target);
removeFromCoupling(ident, mctl);
}
/**
* Remove the targets specified in the targets parameter from the coupling