Commit fb692cc0 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Moved interface declaration after property sheets.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30635 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6e5d7fab
......@@ -111,6 +111,16 @@ class IDivergenceTester(Interface):
decision_movement -- a delivery movement (decision)
"""
def getUpdatablePropertyDict(prevision_movement, decision_movement):
"""
Returns a list of properties to update on decision_movement
prevision_movement so that next call to compare returns True.
prevision_movement -- a simulation movement (prevision)
decision_movement -- a delivery movement (decision)
"""
def update(prevision_movement, decision_movement):
"""
Updates decision_movement with properties from
......
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