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/New And Noteworthy"

Line 3: Line 3:
 
=== Infrastructure<br>  ===
 
=== Infrastructure<br>  ===
  
==== [[MoDisco/ModelBrowser/New And Noteworthy|Model Browser]] ====
+
===== Model Browser  =====
  
 
The new version provides&nbsp;:  
 
The new version provides&nbsp;:  
Line 12: Line 12:
 
*The possibility to execute queries against model elements
 
*The possibility to execute queries against model elements
  
==== [[MoDisco/DiscoverersManager/New And Noteworthy|Discovery Manager]] ====
+
See [[MoDisco/ModelBrowser/New And Noteworthy|Model Browser 0.8 New &amp; Noteworthy]]
  
==== [[MoDisco/Workflow/New And Noteworthy|Discovery Workflow]] ====
+
===== Discovery Manager =====
  
 +
See [[MoDisco/DiscoverersManager/New And Noteworthy|Discovery Manager 0.8 New &amp; Noteworthy]]
  
 +
===== Discovery Workflow  =====
  
==== Query Manager&nbsp;(new)  ====
+
See [[MoDisco/Workflow/New_And_Noteworthy|Discovery Workflow 0.8 New &amp; Noteworthy]]
 +
 
 +
===== Query Manager&nbsp;(new)  =====
  
 
This new component provides a facade to evaluate queries against a model independently from the query mechanism.&nbsp;Implementations are provided to call queries written in Java, EMFQuery, OCL and XPath.  
 
This new component provides a facade to evaluate queries against a model independently from the query mechanism.&nbsp;Implementations are provided to call queries written in Java, EMFQuery, OCL and XPath.  
  
See [[MoDisco/QueryManager/Documentation/0.8|Documentation]]
+
See [[MoDisco/QueryManager/Documentation/0.8|Query Manager 0.8 Documentation]]  
  
==== [[MoDisco/FacetManager/New And Noteworthy|Facet Manager]]&nbsp;(new) ====
+
===== Facet Manager&nbsp;(new) =====
  
This new component provides a mechanism to dynamically extend model elements by adding "virtual" attributes and relations computed by queries.
+
This new component provides a mechanism to dynamically extend model elements by adding "virtual" attributes and relations computed by queries.  
 +
 
 +
See [[MoDisco/FacetManager/Documentation/0.8|Facet Manager 0.8 Documentation]]
  
 
=== Technologies  ===
 
=== Technologies  ===
  
==== [[MoDisco/Java/New And Noteworthy|Java Discoverer]]&nbsp;(new) ====
+
===== Java =====
 +
 
 +
This new version provides :
 +
 
 +
*A generator to regenerate source code from the EMF model.&nbsp;
 +
*A field "filter" in the Discoverer's wizard to exclude packages from the source code analysis
 +
 
 +
See [[MoDisco/Java/New_And_Noteworthy|Java 0.8 New &amp; Noteworthy]]
  
This new component provides a ECore definition of Java language, a discoverer to create corresponding EMF models from existing Java projects and a generator to regenerate source code from the EMF model. This component replaces J2SE5 and JavaAST components which are deprecated.
+
===== XML (new)  =====
  
==== [[MoDisco/XML/New And Noteworthy|XML Discoverer]]&nbsp;(new) ====
+
This new component provides a ECore definition of XML files and a discoverer to create corresponding EMF models from existing XML files.
  
This new component provides a ECore definition of XML files and a discoverer to create corresponding EMF models from existing XML files.
+
See [[MoDisco/XML/Documentation/0.8|XML 0.8 Documentation]]

Revision as of 09:52, 2 February 2010

MoDisco 0.8 (Helios version)

Infrastructure

Model Browser

The new version provides :

  • A new look&feel
  • The possibility to dynamically customize how the model elements are displayed (label, color, icon, police, ...)
  • The support of the Facet extension mechanism (the virtual types, attributes and relations are visible within the browser).
  • The possibility to execute queries against model elements

See Model Browser 0.8 New & Noteworthy

Discovery Manager

See Discovery Manager 0.8 New & Noteworthy

Discovery Workflow

See Discovery Workflow 0.8 New & Noteworthy

Query Manager (new)

This new component provides a facade to evaluate queries against a model independently from the query mechanism. Implementations are provided to call queries written in Java, EMFQuery, OCL and XPath.

See Query Manager 0.8 Documentation

Facet Manager (new)

This new component provides a mechanism to dynamically extend model elements by adding "virtual" attributes and relations computed by queries.

See Facet Manager 0.8 Documentation

Technologies

Java

This new version provides :

  • A generator to regenerate source code from the EMF model. 
  • A field "filter" in the Discoverer's wizard to exclude packages from the source code analysis

See Java 0.8 New & Noteworthy

XML (new)

This new component provides a ECore definition of XML files and a discoverer to create corresponding EMF models from existing XML files.

See XML 0.8 Documentation

Back to the top