org.eclipse.gmt.modisco.kdm.uml2converter
Interface KdmToUmlConverter

All Known Implementing Classes:
KdmtoUmlConverterImpl

Deprecated. use matching org.eclipse.modisco.x.y.z component

@Deprecated
public interface KdmToUmlConverter

Author:
Gabriel Barbier

Method Summary
 void exportKdmToUmlTransformation(IPath pathParameter)
          Deprecated.  
 Resource[] getUML2ModelFromKDMModel(Resource kdmModelUri, boolean generateTraces, URI umlTargetModelUri)
          Deprecated. Conversion from KDM to UML
 Resource[] getUML2ModelFromKDMModelWithCustomTransformation(URI kdmSourceModelUri, boolean generateTraces, java.net.URL transformation, URI umlTargetModelUri)
          Deprecated. Conversion from KDM to UML
 IFile instrumentAtlTranformationWithTraceability(java.io.InputStream sourceTransformation, URI atlFileUri)
          Deprecated.  
 IFile parseFromModel(IModel transformationModel, URI atlFileUri)
          Deprecated.  
 

Method Detail

getUML2ModelFromKDMModel

Resource[] getUML2ModelFromKDMModel(Resource kdmModelUri,
                                    boolean generateTraces,
                                    URI umlTargetModelUri)
                                    throws java.io.IOException,
                                           ATLCoreException
Deprecated. 
Conversion from KDM to UML

Parameters:
kdmModelUri -
generateTraces -
Returns:
a Resource Array: first Resource is the output model resource, second one is the trace (can be null)
Throws:
java.io.IOException
ATLCoreException

getUML2ModelFromKDMModelWithCustomTransformation

Resource[] getUML2ModelFromKDMModelWithCustomTransformation(URI kdmSourceModelUri,
                                                            boolean generateTraces,
                                                            java.net.URL transformation,
                                                            URI umlTargetModelUri)
                                                            throws java.io.IOException,
                                                                   ATLCoreException
Deprecated. 
Conversion from KDM to UML

Parameters:
kdm_Model -
generateTraces -
Returns:
a Resource Array: first Resource is the output model resource, second one is the trace (can be null)
Throws:
java.io.IOException
ATLCoreException

exportKdmToUmlTransformation

void exportKdmToUmlTransformation(IPath pathParameter)
Deprecated. 

instrumentAtlTranformationWithTraceability

IFile instrumentAtlTranformationWithTraceability(java.io.InputStream sourceTransformation,
                                                 URI atlFileUri)
                                                 throws ATLCoreException
Deprecated. 
Throws:
ATLCoreException

parseFromModel

IFile parseFromModel(IModel transformationModel,
                     URI atlFileUri)
                     throws java.io.IOException
Deprecated. 
Throws:
java.io.IOException