switch (notification.getFeatureID(DirectedBinaryRelationship.class)) {
case OntoUMLPackage.DIRECTED_BINARY_RELATIONSHIP__NAME:
case OntoUMLPackage.DIRECTED_BINARY_RELATIONSHIP__ATTRIBUTE:
case OntoUMLPackage.DIRECTED_BINARY_RELATIONSHIP__IS_ABSTRACT:
case OntoUMLPackage.DIRECTED_BINARY_RELATIONSHIP__GENERAL:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), false, true));
return;
case OntoUMLPackage.DIRECTED_BINARY_RELATIONSHIP__GENERALIZATION:
fireNotifyChanged(new ViewerNotification(notification, notification.getNotifier(), true, false));
return;
}
super.notifyChanged(notification);
}