-
Notifications
You must be signed in to change notification settings - Fork 6
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Linking Host and SpatialSample types of ""Station"" #34
Comments
Second approach would be creating a specific WQ_Host (derived from Host), with an association to ObservingCapabilities. Then you can link the SpatialSample via the ObservingCapabilities. This is a bit difficult to visualize due to the nature of the OMS model. Thus, first a simple view on this approach: Here the more complex view, showing all the intermediate classes and interfaces. |
Thanks @KathiSchleidt : I like the second one, let's discuss this in the next WQ IE Webconf |
extension is mandatory because the ObservingCapability --> Host association is not bidirectionnal . Then @sgrellet to update the object Diagrams for WQ IE |
How to link
Use Case : Linking both ""stations"" to help domain colleagues acquire and process Water Quality Observations regardless of whether that ""station"" is a Host/SpatialSample from an OMS point of view
Figure6 from OMS is not helping here (see below).
In ontologies we could try polymorphism but in pure UML seems we are stuck.
Did we miss something ?
The text was updated successfully, but these errors were encountered: