1 / 30

Collaborative Modeling for Interoperability Standards

Collaborative Modeling for Interoperability Standards. Ben Constable Chief Operations Officer Sparx Systems. CIM Users Group Meeting, Genval 2009. Overview. Collaborative Modeling What does it involve? Examples in Utilities, Geospatial and beyond… Challenges, Tools and Techniques

Télécharger la présentation

Collaborative Modeling for Interoperability Standards

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Collaborative Modeling for Interoperability Standards Ben Constable Chief Operations Officer Sparx Systems CIM Users Group Meeting, Genval 2009

  2. Overview • Collaborative Modeling • What does it involve? • Examples in Utilities, Geospatial and beyond… • Challenges, Tools and Techniques • Team-based modeling: What are the challenges? • Model sharing via Version Control • Reconciling changes to models (merging) • Q & A • Presentation by VIENNA team: B2B with UMM / EA

  3. Collaborative modeling and open standards • Interoperability standards typically: • Use models and abstractions to: • Manage complexity – size and scope • Communicate to widely distributed audiences • Reduce risk of technology obsolescence • Use open modeling standards: • Often OMG’s Unified Modeling Language (UML) • For example IEC’s Common Information Model (CIM), • OGC’s Reference Model (ORM) • Involve many collaborating stakeholders and editors • Widely dispersed geographically • Numerous and varied member organizations

  4. Collaborative modeling and open standards • Examples In Industry • International Electrotechnical Commission (IEC) CIM • ISO/TC 211 HMMG • JRC, INSPIRE • GeoSciML • UN/CEFACT’s Modeling Methodology (UMM) • Many others…

  5. What are other standards orgs doing with Enterprise Architect? • ISO/TC 211 Harmonized Model Maintenance Group (HMMG) • Maintenance of the ISO 19100 family of models • Standard meta models for Geospatial domain • Non-trivial size and scope (~240 Packages, 2K Elements) • HMMG adopted UML 2.1 and Enterprise Architect for modeling • Tool migration effort mirrors CIMug effort via XMI • More info CIM User Group: http://cimug.ucaiug.org • UN/CEFACT’s UMM • Modeling standard for describing inter-organizational business process • More info: http://umm-dev.org/tools/uml-case-tools

  6. Development of GeoSciML • GeoSciML – CGI’s application of GML for geoscience data • Interoperability: Platform-neutral publishing and interchange of geoscience data between organizations, systems, services etc. • Collaboration: • UML meta-model: https://www.seegrid.csiro.au/twiki/bin/view/CGIModel/WebHome • Case Study says distributed package management critical: “…so that participants in different countries and time zones can concurrently work on the model.”

  7. Overview • Collaborative Modeling • What does it involve? • Examples in Utilities, Geospatial and beyond… • Challenges, Tools and Techniques • Team-based modeling: What are the challenges? • Model sharing via Version Control • Reconciling changes to models (merging) • Q & A • Presentation by VIENNA team: B2B with UMM / EA

  8. Team based modeling – the challenges • Widely distributed teams • Shared development of standards • Big models and wide scope • Change control, merging work, revisions etc • There are tools that help…

  9. Collaborative modeling tools • Version Control • Model Baseline Merge • Shared (DBMS) Repositories • Role-based security • Model Auditing

  10. Versions in Enterprise Architect models • Two Basic Approaches: • Entire Model Repository: Simple, ‘coarse’, no concurrency • Package-based: Supports concurrent work • Package-Based Versions: • Packages serialized as XMI (XML Metadata Interchange) file • 1 Package Version = 1 XMI file • Applies to Root (Model), View, Parent or Child Packages

  11. Versions in Enterprise Architect models • Enterprise Architect allows version comparisons: • Compare utility operates on Baseline vs Current State • Current State: The ‘live’ Package in the model repository • Baseline (snapshot): XMI-based version of the same package

  12. Versions in Enterprise Architect models • Baseline may take one of these physical forms: • ‘Model Baseline’ (Snapshot stored in the model) • XMI exported file (Snapshot exists on disk) • Version controlled Package (Snapshot in VC Repository)

  13. Version Controlled Packages • Basic concepts of version control apply: • A mechanism for managing concurrent work • Maintain a history of changes • Changes can be ‘rolled back’ • Revisions stored in XMI format • Note: Default is XMI 1.1 (includes UML 2.1 info!)

  14. Version Control: What the user sees Packages Checked-in (Locked) Packages Checked-out (Editable)

  15. Version Control: Behind the scenes interfaces

  16. Version Control: Multiple Users, Local Models

  17. Version Control: Multiple Users, Shared Model

  18. Model Merge • When it’s needed: • Concurrent work on a single package needs synchronization • Offline work needs to be ‘uploaded’ • Selective roll-back of changes • Selective inclusion of changes (‘Phase based’ development) • Occurs at the package level • Between versions of a package • 1-way merge of Model Baseline to live Package • Baseline may exist in another model, file (eg. version control) • Requires same starting Package • Think version, not ad-hoc model merge

  19. Model Merge • Scenario: • User A (Gatekeeper) maintains the baseline/master model • User B (Editor) supplies these changes to IEC 61970 Topology: 1. New Attribute added to existing TopologicalNode class 2. New Class added and associated to TopologicalNode class 3. Aggregation to Terminal class deleted (accident?!) 4. Updated notes for attribute TopologicalNode. sShortCircuit • User A has two options: 1. Overwrite Package IEC 61970 from User B – no work to do 2. Review and selectively merge User B’s changes to IEC 61970 • Option 2 required if User A has own changes

  20. User A: Original model

  21. User B: Updated model

  22. X Merge with XMI?

  23. Enterprise Architect Baseline Merge User B User A

  24. Enterprise Architect Baseline Merge + User B User A

  25. Shared Repositories • How DBMS repositories help: • Concurrent users edit/view the same model instance • No need for synchronization • DBMS server can support large teams, large models • Host a single ‘Master View’ • Requires some DB administration to setup • Commonly used for DBMS based repositories: • MySQL • MS SQL Server • Oracle

  26. Role-Based Security • Shared models, concurrent editors … • Access controls needed! • Individual user permissions • Group permission (Analysts/BAs, Architects, QA etc) • Role-based security: • Require individuals or groups to login to the model repository • Restricted editing privileges based on role • Locking granularity: View, Package or Element level • Different locking/security modes available: “Require user lock to edit”, “Optional Lock” • Not to be confused with operating system or DBMS security!

  27. Model Auditing • Do we need to track model changes in real-time? • Large enterprises have strict governance rules • Changes to specifications can be expen$$$ive • Need to know: Who changed What and When • Model Auditing capability provides: • A fine-grained change log for model elements • Change log is continuous vs ‘point-in-time snapshot’ (c/f version control baseline) • Filtering and highlighting of model differences • Accountability for model changes made over time • Exportable as a permanent record of change

  28. Overview • Collaborative Modeling • What does it involve? • Examples in Utilities, Geospatial and beyond… • Challenges, Tools and Techniques • Team-based modeling: What are the challenges? • Model sharing via Version Control • Reconciling changes to models (merging) • Q & A • Presentation by VIENNA team: B2B with UMM / EA

  29. Overview • Collaborative Modeling • What does it involve? • Examples in Utilities, Geospatial and beyond… • Challenges, Tools and Techniques • Team-based modeling: What are the challenges? • Model sharing via Version Control • Reconciling changes to models (merging) • Q & A • Presentation by VIENNA team: B2B with UMM / EA

  30. thank you for your attention!

More Related