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

Line 24: Line 24:
 
* a version of Eclipse 3.3 or above with the following set of plug-ins installed
 
* a version of Eclipse 3.3 or above with the following set of plug-ins installed
 
** [[EMF|EMF]] 2.3.0 or higher
 
** [[EMF|EMF]] 2.3.0 or higher
 
  
 
== Team ==
 
== Team ==
  
;MetaModel
+
;Metamodel
 
* Nick Mansurov ([http://kdmanalytics.com/ KDM Analytics]) (KDM metamodel)
 
* Nick Mansurov ([http://kdmanalytics.com/ KDM Analytics]) (KDM metamodel)
  
;UMLConverter
+
;UML Converter
 
* Fabien Giquel ([http://www.mia-software.com Mia-Software])
 
* Fabien Giquel ([http://www.mia-software.com Mia-Software])
 
* Gabriel Barbier ([http://www.mia-software.com Mia-Software])
 
* Gabriel Barbier ([http://www.mia-software.com Mia-Software])
Line 42: Line 41:
 
* Frederic Madiot ([http://www.mia-software.com Mia-Software])
 
* Frederic Madiot ([http://www.mia-software.com Mia-Software])
  
== Install ==
+
== Source Repository  ==
  
=== Sources ===
+
All the source code is stored in the Eclipse public source repository:
You will find a version of this plug-in in [http://dev.eclipse.org/viewsvn/index.cgi/plugins/trunk/org.eclipse.gmt.modisco.omg.kdm/?root=Modeling_MODISCO the SVN repository].
+
  
;Installation instructions:
+
* KDM metamodel : https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.gmt.modisco.omg.kdm
* Import the project in your workspace using a SVN client.
+
* KDM Source discoverer : https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.modisco.kdm.source.discoverer/
* Use the "export" menu to export this project as a plug-in (Deployable plug-ins and fragments) in your Eclipse installation. Don't forget to choose the "Package plug-ins as individual jar archives" option.
+
* KDM to UML discoverer : https://dev.eclipse.org/svnroot/modeling/org.eclipse.mdt.modisco/plugins/trunk/org.eclipse.modisco.kdm.uml2converter
* Re-start your Eclipse to take this plug-in into account.
+
  
 
Connection parameters to SVN repository: [[MoDisco/SVN|MoDisco SVN]].
 
Connection parameters to SVN repository: [[MoDisco/SVN|MoDisco SVN]].
  
=== Runtime ===
+
== Installation ==
  
[[MoDisco/Installation|installing MoDisco]].
+
See: [[MoDisco/Installation|installing MoDisco]].
  
 
== Associated Discoverers ==
 
== Associated Discoverers ==
  
There are two existing discoverers, one from java sources or java models, and one from csharp models.
+
* see the [[MoDisco/Components/Java/Documentation/0.9#Java_model_to_KDM_model_transformation|KDM Code discoverer from the Java component]].
* [[MoDisco/JavaDiscoverer|JavaDiscoverer]]
+
* there is also a component to convert KDM models to UML models : [[MoDisco/KDM/Documentation#UMLConverter|KDM to UML Converter]]
* [[MoDisco/CSharpDiscoverer|CSharpDiscoverer]]
+
 
+
There is also a component to convert KDM models to UML models : [[MoDisco/KDM/Documentation#UMLConverter|KDM to UML Converter]]
+
  
 
{{MoDisco}}
 
{{MoDisco}}
 
 
[[Category:MoDisco]]
 
[[Category:MoDisco]]

Revision as of 09:02, 30 March 2011

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

Overview

The Knowledge Discovery Metamodel (KDM) is a publicly available specification from the Object Management Group (OMG). KDM is a common intermediate representation for existing software systems and their operating environments, that defines common metadata required for deep semantic integration of Application Lifecycle Management tools. KDM is designed as the OMG's foundation for software modernization, IT portfolio management and software assurance. KDM is a metamodel for knowledge discovery in software. It defines a common vocabulary of knowledge related to software engineering artifacts, regardless of the implementation programming language and runtime platform - a checklist of items that a software mining tool should discover and a software analysis tool can use. KDM is designed to enable knowledge-based integration between tools. More specifically, KDM uses Meta-Object Facility (MOF) to define an interchange format between tools that work with existing software as well as an abstract interface (API) for the next-generation assurance and modernization tools.

See more on the dedicated web site : OMG KDM

Requirements

To use the plug-in you need:

  • JDK 1.5 or above
  • a version of Eclipse 3.3 or above with the following set of plug-ins installed
    • EMF 2.3.0 or higher

Team

Metamodel
UML Converter
KDM Source Discoverer

Source Repository

All the source code is stored in the Eclipse public source repository:

Connection parameters to SVN repository: MoDisco SVN.

Installation

See: installing MoDisco.

Associated Discoverers


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