blob: 7633da7d856c195e7440ac6e3f847b3464d30192 [file] [log] [blame]
package org.eclipse.stem.analysis.automaticexperiment.impl;
/*******************************************************************************
* Copyright (c) 2011 IBM Corporation and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* IBM Corporation - initial API and implementation
*******************************************************************************/
import org.eclipse.emf.ecore.EClass;
import org.eclipse.stem.analysis.automaticexperiment.AutomaticexperimentPackage;
import org.eclipse.stem.analysis.automaticexperiment.OptimizerAlgorithm;
import org.eclipse.stem.core.common.impl.IdentifiableImpl;
/**
* <!-- begin-user-doc -->
* An implementation of the model object '<em><b>Optimizer Algorithm</b></em>'.
* <!-- end-user-doc -->
* <p>
* </p>
*
* @generated
*/
public class OptimizerAlgorithmImpl extends IdentifiableImpl implements OptimizerAlgorithm {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
protected OptimizerAlgorithmImpl() {
super();
}
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @generated
*/
@Override
protected EClass eStaticClass() {
return AutomaticexperimentPackage.Literals.OPTIMIZER_ALGORITHM;
}
} //OptimizerAlgorithmImpl