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

Line 4: Line 4:
 
* [[MoDisco/JavaDiscoverer|Java Discoverer]] : creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a [[MoDisco/J2SE5|J2SE5]] model or a [[MoDisco/KDM|KDM]] model.
 
* [[MoDisco/JavaDiscoverer|Java Discoverer]] : creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a [[MoDisco/J2SE5|J2SE5]] model or a [[MoDisco/KDM|KDM]] model.
 
* JAR Discoverer : creates a UML model out of a JAR file.
 
* JAR Discoverer : creates a UML model out of a JAR file.
 +
* [http://wiki.eclipse.org/MoDisco/KDMSourceDiscoverer KDM Source Discoverer] : creates a representation of physical artefacts of an existing system.

Revision as of 03:59, 29 April 2009

Here is a list of discoverers provided by MoDisco project :

  • JavaAST discoverer : creates a Java abstract syntax tree out of Java source code.
  • Java Discoverer : creates a Java abstract syntax graph where links between named element are resolved. This discoverer produces a J2SE5 model or a KDM model.
  • JAR Discoverer : creates a UML model out of a JAR file.
  • KDM Source Discoverer : creates a representation of physical artefacts of an existing system.

Back to the top