osate / osate2-gtse

This plugin enables users to automatically explore the trade space of a system by connecting OSATE to Penn State's Trade Space Visualizer tool.
Other
5 stars 0 forks source link

Configuration model validation #30

Open sprocter opened 6 years ago

sprocter commented 6 years ago

Configuration options should be validated so it's not possible to specify non-instantiable models.

sprocter commented 6 years ago

There are two aspects to this:

  1. Simple stuff -- Validating rules that could be enforced / checked syntactically but aren't (for, eg, user experience reasons) (effort estimate3+)
  2. More complex things -- Type checking. (effort estimate: 6+)