mwalzer / qcml

Automatically exported from code.google.com/p/qcml
0 stars 0 forks source link

Threshold doesn't have an ID #14

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Because the ID for parameters is stored in QualityParameter and 
AttachmentParameter, and not in AbstractParameter or CvParameter, threshold has 
no ID. Threshold extends CvParameter, but doesn't define it's own ID.

Is this deliberate, i.e. a threshold doesn't need an ID because it is defined 
by its parent qualityParameter? Or should threshold still have an ID, possibly 
for easy conversion to a database?

Original issue reported on code.google.com by bittremi...@gmail.com on 14 Oct 2013 at 8:28