blob: aca357b9c37c0fb24fc7688b7abb80525aa0238a [file] [log] [blame]
package org.eclipse.stem.analysis.automaticexperiment;
/*******************************************************************************
* 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.stem.core.common.Identifiable;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Optimizer Algorithm</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.analysis.automaticexperiment.AutomaticexperimentPackage#getOptimizerAlgorithm()
* @model
* @generated
*/
public interface OptimizerAlgorithm extends Identifiable {
} // OptimizerAlgorithm