Versions Compared

Key

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

h2. Summary

{graphviz}
digraph flow {
  rankdir=LR;
  node [shape = rect]
  label = "Extraction of XY points for river cross-sections in GIS and passing them to River Model";

  GIS -> "River Model"
} 	 
{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_