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 "MoDisco/Components/v0.8"

(Version 0.8)
(Infrastructure)
Line 5: Line 5:
  
 
{{CommentBox|Feature '''Infrastructure 0.8''' contains :
 
{{CommentBox|Feature '''Infrastructure 0.8''' contains :
* reference implementations of '''OMG/ADM metamodels''' ([[MoDisco/KDM|KDM]] and [[MoDisco/SMM|SMM]])
+
* a reference implementation and tools for [[MoDisco/KDM|KDM]] ('''OMG/ADM standard''')
* a set of '''[[MoDisco/KDM|tools for KDM]]'''
+
* a reference implementation for  '''[[MoDisco/SMM|tools for SMM]]''' ('''OMG/ADM standard''')
* a set of '''[[MoDisco/SMM|tools for SMM]]'''
+
* a '''[[MoDisco/ModelBrowser|Model Browser]]''' to facilitate the navigation through a complex model
* a '''[[MoDisco/ModelBrowser|model browser]]''' to facilitate the navigation through a complex model
+
* a '''[[MoDisco/DiscoverersManager|Discovery Manager]]''' to register and integrate discoverers into Eclipse
* a '''[[MoDisco/DiscoverersManager|discovery manager]]''' to register and integrate discoverers into Eclipse
+
* a '''[[MoDisco/Workflow|Discovery Workflow]]''' to easily chain several discoverers and transformers
* a '''[[MoDisco/Workflow|discovery workflow]]''' to easily chain several discoverers and transformers
+
* a '''[[MoDisco/QueryManager|Query Manager]]''' which allows executing model queries independently of any technology
* a '''[[MoDisco/QueryManager|query manager]]''' which allows executing model queries independently of any technology
+
* a '''[[MoDisco/FacetManager|Facet Manager]]''' which is a kind of virtual class extension
* a '''[[MoDisco/FacetManager|facet manager]]''' which is a kind of virtual class extension
+
* a '''[http://www.eclipse.org/gmt/modisco/infrastructure/MetricsVisualizationBuilder/ Metrics Visualizations Builder]''' which generates HTML, SVG or Excel outputs from a model containing metrics
* a '''[http://www.eclipse.org/gmt/modisco/infrastructure/MetricsVisualizationBuilder/ metrics visualizations builder]''' which generates HTML, SVG or Excel outputs from a model containing metrics
+
 
}}
 
}}
 
<br>
 
<br>
 +
 
=== Technologies ===
 
=== Technologies ===
  

Revision as of 07:34, 4 February 2010

Version 0.8

To facilitate reuse of components between several modernization solutions, MoDisco is organized in several layers

Infrastructure

All the components of this layer are available as plug-ins and provided in one single Eclipse feature

Feature Infrastructure 0.8 contains :


Technologies

All the components of this layer are available as plug-ins and provided in several Eclipse features: one for each technology.

Feature Java 0.8 contains:
  • a complete metamodel for the Java language
  • a complete discoverer to create Java models from Java source code contained in a Java project
  • a transformation from Java models to KDM

Feature XML 0.8 contains:
  • a complete metamodel for the XML standard, subsetting W3C concepts
  • a complete discoverer to create XML models from XML files


Use-Cases

All the components of this layer are available as plug-ins

Incubation

The following are components also available from MoDisco. However, they are not currently part of the standard MoDisco build.

The MOMOCS European Project provides:

Deprecated

Feature J2SE5 0.7 (released) contains:

Feature JavaAST 0.2 contains:
  • a complete metamodel for the Java language
  • a complete discoverer to create JavaAST models from Java source code contained in a Java project

Back to the top