blob: bc9625d925492f81dd3b4491cce7d2d70c4d3c0c [file] [log] [blame]
package org.eclipse.stem.solvers.fd;
/*******************************************************************************
* 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
*******************************************************************************/
import org.eclipse.stem.core.solver.Solver;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Finite Difference</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.stem.solvers.fd.FdPackage#getFiniteDifference()
* @model
* @generated
*/
@SuppressWarnings("all")
public interface FiniteDifference extends Solver {
public final static String URI_TYPE_SOLVER_SEGMENT = "FiniteDifferenceSolver";
} // FiniteDifference