blob: b7b25061593ab910c25d82150e829fbd9ce7fb79 [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 {
} // FiniteDifference