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/DiscoverersManager"

Line 1: Line 1:
{{MoDiscoTabs|DiscoverersManager|
+
{{MoDiscoTabs|DiscoverersManager| {{MoDiscoTab|DiscoverersManager|Documentation|0.7}}{{MoDiscoTab|DiscoverersManager|Documentation|0.8}}{{MoDiscoTab|DiscoverersManager|Documentation|0.9}}{{MoDiscoTab|DiscoverersManager|Architecture|}}}}
{{MoDiscoTab|DiscoverersManager|Documentation|0.7}}{{MoDiscoTab|DiscoverersManager|Documentation|0.8}}{{MoDiscoTab|DiscoverersManager|Documentation|0.9}}{{MoDiscoTab|DiscoverersManager|Architecture|}}
+
}}
+
 
= Overview =
 
= Overview =
 
A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:
 
A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:
Line 8: Line 6:
 
* a launch configuration to run discoverers and encapsulate them in a workflow
 
* a launch configuration to run discoverers and encapsulate them in a workflow
  
 +
{{MoDisco}}
 
[[Category:MoDisco]]
 
[[Category:MoDisco]]

Revision as of 09:04, 24 February 2011

MoDisco
Website
Download
Community
Mailing ListForums
Bugzilla
Open
Help Wanted
Bug Day
Contribute
Browse SourceProject Set File

Overview

A discoverer is a component that injects an element into a model which represents this element. To allow an easy manipulation of different discoverers and to be independent of the discoverers implementation, we provide a standard contract for discoverers. Through that, we provide a set of common tools:

  • a registry of all discoverers available in the Eclipse platform
  • a contextual menu to use discoverers available on a single selected resource
  • a launch configuration to run discoverers and encapsulate them in a workflow


MoDisco
Components Infrastructure: KDM · SMM · GASTM · Model Browser · Discovery Manager · MoDisco Workflow · Query Manager · Facet Manager · Metrics Visualization Builder · KDM Source Extension
Technologies: Java · JEE · EjbJar · WebApp · XML
Use Cases: Simple Transformation Chain · Model Filter
Help Installation · SVN
Project API Policy · Retention Policy · Project Plan · metrics · Accessibility Guidelines · Capabilities Disablement

Back to the top