Commit 28c36d00 authored by Jérome Perrin's avatar Jérome Perrin

This docstring was already totally outdated


git-svn-id: https://svn.erp5.org/repos/public/erp5/sandbox/amount_generator@37538 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 87ddb202
......@@ -34,32 +34,23 @@ from Products.ERP5Type.XMLObject import XMLObject
from Products.ERP5.mixin.configurable import ConfigurableMixin
class SolverDecision(ConfigurableMixin, XMLObject):
"""
The goal of Solver Decision is to record the fact that
"the user decided to solve a list of divergent delivery lines
- which are divergent because of given divergence tester -
by applying specific heuristic (target solver) and storing
properties at a given level (ex. delivery vs. delivery line)."
"""Solver Decision
Every Solver Decision has a relation (delivery category) to a list of
accountable Delivery Line or Cell (ie. not to an enclosing
Delivery Line). Solver Decision specifies the heuristic to use
through a relation to a single target solver portal type
(target_solver pgroup) using the "solver" base category.
The goal of Solver Decision is to record the fact that "the user decided to
solve a list of divergent simulation movement - which are divergent because
of given divergence tester - by applying specific heuristic (target
solver)."
Every Solver Decision acquires the configuration properties
of its related Target Solver. Configuration properties may include
the choice of a Delivery Solver each time divergence is related
to suantity.
Every Solver Decision has a relation (delivery category) to a list of
simulation movements.
Solver Decision specifies the heuristic to use through a relation to a
single target solver portal type (target_solver pgroup) using the "solver"
base category.
The level of application of the resolution is specified by specifying
a relation to a list of "non accountable" movements (ex. delivery lines,
deliveries) which enclose divergent accountable movements, using
base category XXX. (to be defined)
Every Solver Decision acquires the configuration properties of its related
Target Solver. Configuration properties may include the choice of a
Delivery Solver each time divergence is related to quantity.
TODO:
- which base category is used to specify resolution application level ?
(delivery ?)
"""
meta_type = 'ERP5 Solver Decision'
portal_type = 'Solver Decision'
......
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