X-Git-Url: https://gerrit.simantics.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=bundles%2Forg.simantics.equation%2Fsrc%2Forg%2Fsimantics%2Fequation%2Fsolver%2FExpressionSolver.java;h=b0c51b8c3d55dc7450ae1a5a3725631f604c3277;hb=refs%2Fchanges%2F38%2F238%2F2;hp=ce1823d6c6011c7466496e940880a232748cb670;hpb=24e2b34260f219f0d1644ca7a138894980e25b14;p=simantics%2Fplatform.git diff --git a/bundles/org.simantics.equation/src/org/simantics/equation/solver/ExpressionSolver.java b/bundles/org.simantics.equation/src/org/simantics/equation/solver/ExpressionSolver.java index ce1823d6c..b0c51b8c3 100644 --- a/bundles/org.simantics.equation/src/org/simantics/equation/solver/ExpressionSolver.java +++ b/bundles/org.simantics.equation/src/org/simantics/equation/solver/ExpressionSolver.java @@ -1,22 +1,22 @@ -/******************************************************************************* - * Copyright (c) 2007, 2010 Association for Decentralized Information Management - * in Industry THTH ry. - * 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: - * VTT Technical Research Centre of Finland - initial API and implementation - *******************************************************************************/ -package org.simantics.equation.solver; - -import org.simantics.db.Resource; -import org.simantics.db.ReadGraph; -import org.simantics.db.exception.DatabaseException; - -public interface ExpressionSolver { - - public void evaluate(Solver solver, ReadGraph g, Resource t) throws DatabaseException; - -} +/******************************************************************************* + * Copyright (c) 2007, 2010 Association for Decentralized Information Management + * in Industry THTH ry. + * 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: + * VTT Technical Research Centre of Finland - initial API and implementation + *******************************************************************************/ +package org.simantics.equation.solver; + +import org.simantics.db.Resource; +import org.simantics.db.ReadGraph; +import org.simantics.db.exception.DatabaseException; + +public interface ExpressionSolver { + + public void evaluate(Solver solver, ReadGraph g, Resource t) throws DatabaseException; + +}