* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
public void setSvmRepresentation(SVMREPRESENTATION newSvmRepresentation) {
SVMREPRESENTATION oldSvmRepresentation = svmRepresentation;
svmRepresentation = newSvmRepresentation == null ? SVM_REPRESENTATION_EDEFAULT : newSvmRepresentation;
boolean oldSvmRepresentationESet = svmRepresentationESet;
svmRepresentationESet = true;
if (eNotificationRequired())
eNotify(new ENotificationImpl(this, Notification.SET, _40Package.SUPPORT_VECTOR_MACHINE_MODEL_TYPE__SVM_REPRESENTATION, oldSvmRepresentation, svmRepresentation, !oldSvmRepresentationESet));