Commit 3bfdda36 authored by Jean-Paul Smets's avatar Jean-Paul Smets

Quick comment of code before removal of the whole class.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@30384 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 6c5d9ba1
......@@ -34,6 +34,7 @@ from Persistence import Persistent
class DivergenceSolutionDecision(Persistent):
"""Decision class
XXX-JPS DivergenceResolutionDecision ?
Represent decision took during solving divergence between reality and
simulation
......@@ -61,7 +62,7 @@ class DivergenceSolutionDecision(Persistent):
string representing took decision:
* accept
* adopt
* split
* split[**** why noy solve JPS-XXX)
delivery_solver_name
delivery solver used during taking decision
......@@ -73,7 +74,7 @@ class DivergenceSolutionDecision(Persistent):
If set, property on decision overrides
split_kw
Dictionary passed to TargetSolver in case of splitting.
Dictionary passed to TargetSolver in case of splitting. JPS-XXX why only for split
"""
meta_type = "DivergenceSolutionDecision"
security = ClassSecurityInfo()
......
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