You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Date: June 2-4, 2008

Venue: Wallingford Software, Howbery Park, Wallingford, Oxfordshire, OX10 8BA, United Kingdom,

Participants:
Jan Gregersen, DHI / LicTek (gregersen@lictek.dk) (chairman of the meeting)
~psi@dhigroup.com, DHI - Water & Environment (psi@dhigroup.com)
Adrian Harper, Wallingford Software (adrian.harper@wallingfordsoftware.com)
Stef Hummel, Deltares (stef.hummel@deltares.nl)
~don (Gena), Deltares (gennadii.donchyts@deltares.nl)
Peter Gijsbers, Deltares (Peter.Gijsbers@deltares.nl)
~onnoroos, Alterra (Onno.Roosenschoon@wur.nl)
Rob Knapen, Alterra (Rob.Knapen@wur.nl) (only on Monday)
Peter Schade, Bundesanstalt fuer Wasserbau, Germany (Peter.Schade@BAW.DE)

Apologies:

Jon Goodall, Univ South Carolina (goodall@engr.sc.edu)

Objective:
OpenMI version 2.0

Documents:
http://www.openmi.org/
http://sourceforge.net/projects/openmi
wiki.openmi.org/OATC  

Agenda & Minutes

1. Minutes from previous OATC meeting

2. Maintenance and support

3. OpenMI 2.0 Issues

3.1 Use cases

GOTO use cases

3.2 OpenMI 2.0 architecture

DataOperation (suggestion from Adrian)

IDataOperation
{
int StatusSourceElement(int nSourceElementIndex);
int StatusTargetElement(int nTargetElementIndex);
}

This suggestion is aimed at allowing GUI's to assist users when selecting DataOperations.

Example:
A DataOperation called "NearestPoint" which could be used to map between a source elementset of N Points to a target elementset of 1 point.

It might be obvious to the user what will happen if he uses this, but what if he doesnt. He needs help as to whether to use this dataoperation or another.
The ideal solution is for the user to ask the GUI to show what would happen if he used this dataoperation on these elementsets during the configuration period.

The gui could use
status = NearestPoint.StatusSourceElement(0..N);
to determine what colour to display each of the elements in the source elementset. ie for the NearestPoint dataoperation StatusSourceElement could return zero for all element indexs
except for the one that is actually nearest. The Gui could then paint all elements in the source element set as black except for one red one.

Of course the gui does not necesarily know what the dataoperation does. Hence all the GUI could do is colour/label the elements based on what integer was returned and the user
would have to refer to the dataoperation user manual to determine what the codes indicate in that specific case.
We could even state that the returned integer is actually an rgb value.

Whatever, I'm sure you get the idea. Its a small idea but could have a massive impact on usability.

Another example could be a RegularExpression DataOperation. The source element set could be 100 IDBased items, the user sets the RegularExpression.Arg to a regular expression and the gui uses the StatusSourceElement method to hide all non matching elements. Thus giving ConfigurationEditor a Filtering mechanism on the Link connnection dialog.

3.3 Development and release roadmap

3. OpenMI Java and OpenMI .net synchronization

4. OATC Procedures

Review and update the OATC procedures (GOTO OATC procedures)

5. OpenMI WIKI

6. www.OpenMI.org

7. Miscellaneous issues

8. Tasks and unresolved issues

9. Any other business

  • No labels