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]]  
+
*[[MoDisco/ModelBrowser/New And Noteworthy|Model Browser]]
 +
*[[MoDisco/DiscoverersManager/New And Noteworthy|Discovery Manager]]
 +
*[[MoDisco/Workflow/New And Noteworthy|Discovery Workflow]]
 +
*[[MoDisco/QueryManager/New And Noteworthy|Query Manager]]
  
[[MoDisco/DiscoverersManager/New And Noteworthy|Discovery Manager]]
+
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.
  
[[MoDisco/Workflow/New And Noteworthy|Discovery Workflow]]  
+
*[[MoDisco/FacetManager/New And Noteworthy|Facet Manager]].
  
[[MoDisco/QueryManager/New And Noteworthy|Query Manager]]
+
This new component provides a mechanism to dynamically extend model elements by adding "virtual" attributes and relations computed by queries.
 
+
[[MoDisco/FacetManager/New And Noteworthy|Facet Manager]].  
+
  
 
=== Technologies  ===
 
=== Technologies  ===
  
[[MoDisco/Java/New And Noteworthy|Java Discoverer]]  
+
*[[MoDisco/Java/New And Noteworthy|Java Discoverer]]
 +
 
 +
This new component provides a ECore definition of Java language and a discoverer to create corresponding EMF models from existing Java projects. This component replaces J2SE5 and JavaAST components which are deprecated.
 +
 
 +
*[[MoDisco/XML/New And Noteworthy|XML Discoverer]]
  
[[MoDisco/XML/New And Noteworthy|XML Discoverer]]
+
This new component provides a ECore definition of XML files and a discoverer to create corresponding EMF models from existing XML files.

Revision as of 07:51, 2 February 2010

MoDisco 0.8 (Helios version)

Infrastructure

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.

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

Technologies

This new component provides a ECore definition of Java language and a discoverer to create corresponding EMF models from existing Java projects. This component replaces J2SE5 and JavaAST components which are deprecated.

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

Back to the top