Commit 4fdf197b authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

renamed from ITargetSolver.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30423 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent adb83f08
......@@ -34,9 +34,9 @@ class ISolver(Interface):
This interface must be implemented by all target solvers
which are used to solve divergences in ERP5 simulation. Documents
which implement ITargetSolver provide a solve method.
which implement ISolver provide a solve method.
Besides ITargetSolver static interface definition, target solvers
Besides ISolver static interface definition, target solvers
must support IDeliveryGetter to access simulation movements to solve.
TODO-XXX:
......@@ -76,4 +76,4 @@ class ISolver(Interface):
def isAborted():
"""
Returns True if divergence resolution was aborted. False else.
"""
\ No newline at end of file
"""
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment