Skip to main content

Notice: This Wiki is now read only and edits are no longer 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/QueryManager"

m
Line 1: Line 1:
{{MoDiscoTabs|QueryManager|0|1}}
+
{{MoDiscoQueryManagerTabs}}
 
= Overview =
 
= Overview =
 
The MoDisco query component allows executing model queries independently of any technology. To offer this feature, the component provides a meta-model to describe queries and a set of tools to manage the queries and their descriptions.
 
The MoDisco query component allows executing model queries independently of any technology. To offer this feature, the component provides a meta-model to describe queries and a set of tools to manage the queries and their descriptions.
  
 
MoDisco provides drivers for Java, OCL and JXPath. Other drivers can be written for other query technologies.
 
MoDisco provides drivers for Java, OCL and JXPath. Other drivers can be written for other query technologies.

Revision as of 04:40, 21 May 2010

DEPRECATED use Template:MoDiscoTabs and Template:MoDiscoTab as explain here : Wiki Template for MoDisco

Overview

The MoDisco query component allows executing model queries independently of any technology. To offer this feature, the component provides a meta-model to describe queries and a set of tools to manage the queries and their descriptions.

MoDisco provides drivers for Java, OCL and JXPath. Other drivers can be written for other query technologies.

Back to the top