blob: 82ed4c99ffb60f3d399b7faa11b5486b4083527f [file] [log] [blame]
/*******************************************************************************
* Copyright (c) 2009 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
*******************************************************************************/
package org.eclipse.stem.analysis;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Threshold Error Function</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.analysis.AnalysisPackage#getThresholdErrorFunction()
* @model
* @generated
*/
@SuppressWarnings("all")
public interface ThresholdErrorFunction extends ErrorFunction {
} // ThresholdErrorFunction