Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migration of unmigrated content due to installation of a new plugin
scrollbar

Summary

Describe components and all data types which should be connected. Try to avoid use of OpenMI-specific terms like ExchangeItem, ElementSet ets. if they are not used in a context of your application.
Explain typical scenario with all steps required to run all these components together.
Describe data flows data structures involved at configuration and run-time.

How to address in Version 1

Describe how you'd approach above mentioned use case in terms of OpenMI 1.0. Example source code can be listed using {code} macro.

Drawbacks

List all possible problems that you may expect in version 1.x of OpenMI.

How to address in Version 2

Present ideas in any form how you'd expect it to work in the OpenMI 2.0

h2. Summary {graphviz:format=svg} digraph flow { GIS -> "River Model" [ label = "extract XY cross-section points" ] } {graphviz} _Describe components and all data types which should be connected. Try to avoid use of OpenMI-specific terms like ExchangeItem, ElementSet ets. if they are not used in a context of your application._ _Explain typical scenario with all steps required to run all these components together._ _Describe data flows data structures involved at configuration and run-time._ h2. How to address in Version 1 _Describe how you'd approach above mentioned use case in terms of OpenMI 1.0. Example source code can be listed using \{code\} macro._ h3. Drawbacks _List all possible problems that you may expect in version 1.x of OpenMI._ h2. How to address in Version 2 _Present ideas in any form how you'd expect it to work in the OpenMI 2.0_
scrollbar