Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Cons: It adds complexity to the standard (A standard developer may not have/do not want to have bother about this level of skills), and it is specific to java and .net.

...

Update the IQuality interface

Return type of IQuality.Categories differs in java and C#. Options:

Code Block

IEnumerable<ICategory>
IList<ICategory>
ICategory[]

Second and third changes:

Loop approach

Duplicate - has to do with parallelism

...

Meeting with EPA on how to make OpenMI and FRAMES work together, and also several reviewers, have revealed the necessity of making the standard extendable instead of "all inclusive". since the "all inclusive" is very difficult to predict.

The base idea is to make very general versions of interfaces, and provide specializations of these. These specializations can be released at a later stage than the standard, and without affecting the standard.

...