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"

(Category:MoDisco)
Line 1: Line 1:
Here is a list of discoverers provided by MoDisco project :
+
Here is a list of discoverers provided by the MoDisco project:
  
 
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST discoverer] : creates a Java abstract syntax tree out of Java source code.
 
* [http://www.eclipse.org/gmt/modisco/toolBox/JavaAbstractSyntax JavaAST discoverer] : creates a Java abstract syntax tree out of Java source code.
* [[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 elements 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.
+
* [http://wiki.eclipse.org/MoDisco/KDMSourceDiscoverer KDM Source Discoverer] : creates a representation of physical artifacts of an existing system.
 +
 
 +
[[Category:MoDisco]]

Revision as of 05:18, 13 January 2010

Here is a list of discoverers provided by the 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 elements 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 artifacts of an existing system.

Back to the top