Ticket #203 (closed defect: worksforme)
IPlan parametrization is messed
| Reported by: | dumoulin | Owned by: | romain.reuillon |
|---|---|---|---|
| Priority: | low | Milestone: | 1.0 |
| Component: | core.workflow | Version: | 0.3 |
| Severity: | minor | Keywords: | |
| Cc: | romain.reuillon@… |
Description
If I declare a design like that:
IExperimentalDesign design
Then, if I want to access to the factors of the plan, I haven't found a better solution than:
((IPlan<IFactor<?, ?>>) design.getMethod()).getFactors()
This cast should be not needed! I think that we have to find a better API design in IPlan parametrization…
Change History
Note: See
TracTickets for help on using
tickets.





