Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "SBVR Exchange Metamodel"

m
Line 1: Line 1:
This page summarizes issues that were encountered in the SBVR metamodel CMOF definition and how they are resolved in this EMF-based implementation.
+
This page summarizes issues that were encountered in the SBVR 1.0 metamodel CMOF definition and how they are resolved in this EMF-based implementation.
  
* Link to CMOF model.
+
* The [http://www.omg.org/spec/SBVR/20070901/SBVR-model.xml SBVR CMOF model] as published with the OMG specification
* Revised UML model in CVS.
+
* The revised model is available as SBVR.uml in CVS org.eclpse.sbvr/models
  
Class diagrams from the SBVR 1.0 metamodel specification:
+
Class diagrams created from the original SBVR 1.0 metamodel specification:
 
* [[Media:SBVR_concept-representation.gif | concept representation diagram]] -- Shows a subset of associations between '''concept''', '''representation''', and '''designation'''.
 
* [[Media:SBVR_concept-representation.gif | concept representation diagram]] -- Shows a subset of associations between '''concept''', '''representation''', and '''designation'''.
 
* [[Media:SBVR_set.gif | set diagram]] -- Shows subclasses of '''set''' and their associations.
 
* [[Media:SBVR_set.gif | set diagram]] -- Shows subclasses of '''set''' and their associations.
 
* [[Media:SBVR_dictionary.gif | terminological dictionary diagram]] -- Shows associations between '''terminological dictionary''', '''vocabulary''', and '''body of shared meanings'''.
 
* [[Media:SBVR_dictionary.gif | terminological dictionary diagram]] -- Shows associations between '''terminological dictionary''', '''vocabulary''', and '''body of shared meanings'''.
 +
 +
=== Issue 1: designation::signifier ===
  
  

Revision as of 13:14, 10 April 2008

This page summarizes issues that were encountered in the SBVR 1.0 metamodel CMOF definition and how they are resolved in this EMF-based implementation.

  • The SBVR CMOF model as published with the OMG specification
  • The revised model is available as SBVR.uml in CVS org.eclpse.sbvr/models

Class diagrams created from the original SBVR 1.0 metamodel specification:

Issue 1: designation::signifier

Back to the top