Commit d2a2b83c authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

add getDivergenceList in IDivergenceController.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@31159 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0f7c6478
......@@ -66,6 +66,15 @@ class IDivergenceController(Interface):
or a list thereof
"""
def getDivergenceList(self, movement=None):
"""
Returns a list of divergences of the movements provided
in delivery_or_movement.
movement -- a movement, a delivery, a simulation movement,
or a list thereof
"""
def newSolverProcess(movement=None):
"""
Builds a new solver process from the divergence
......
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