org.eclipse.gmt.modisco.kdm.uml2converter.impl
Class KdmtoUmlConverterImpl

java.lang.Object
  extended by org.eclipse.gmt.modisco.kdm.uml2converter.impl.KdmtoUmlConverterImpl
All Implemented Interfaces:
KdmToUmlConverter

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

@Deprecated
public class KdmtoUmlConverterImpl
extends java.lang.Object
implements KdmToUmlConverter


Field Summary
static java.lang.String KDM_MM_URI
          Deprecated.  
 java.lang.String kdmMMUri
          Deprecated. replaced by KDM_MM_URI (since 0.8.0M7)
static java.lang.String MM_LOCATION
          Deprecated.  
 java.lang.String mmLocation
          Deprecated. replaced by MM_LOCATION (since 0.8.0M7)
static java.lang.String TRANSFO_LOCATION
          Deprecated.  
 java.lang.String transfoLocation
          Deprecated. replaced by TRANSFO_LOCATION (since 0.8.0M7)
static java.lang.String UML_MM_URI
          Deprecated.  
 java.lang.String umlMMUri
          Deprecated. replaced by UML_MM_URI (since 0.8.0M7)
 
Constructor Summary
KdmtoUmlConverterImpl()
          Deprecated.  
 
Method Summary
 IModel addTraceability(IModel sourceModel, URI sourceModelUri, URI targetModelUri)
          Deprecated.  
 void basicExportKdmToUmlTransformation(IFile file, IProgressMonitor monitor)
          Deprecated.  
 void exportKdmToUmlTransformation(IPath pathParameter)
          Deprecated.  
 Resource[] getUML2ModelFromKDMModel(Resource kdmModel, 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.  
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

mmLocation

@Deprecated
public final java.lang.String mmLocation
Deprecated. replaced by MM_LOCATION (since 0.8.0M7)
See Also:
Constant Field Values

transfoLocation

@Deprecated
public final java.lang.String transfoLocation
Deprecated. replaced by TRANSFO_LOCATION (since 0.8.0M7)
See Also:
Constant Field Values

kdmMMUri

@Deprecated
public final java.lang.String kdmMMUri
Deprecated. replaced by KDM_MM_URI (since 0.8.0M7)
See Also:
Constant Field Values

umlMMUri

@Deprecated
public final java.lang.String umlMMUri
Deprecated. replaced by UML_MM_URI (since 0.8.0M7)
See Also:
Constant Field Values

MM_LOCATION

public static final java.lang.String MM_LOCATION
Deprecated. 
See Also:
Constant Field Values

TRANSFO_LOCATION

public static final java.lang.String TRANSFO_LOCATION
Deprecated. 
See Also:
Constant Field Values

KDM_MM_URI

public static final java.lang.String KDM_MM_URI
Deprecated. 
See Also:
Constant Field Values

UML_MM_URI

public static final java.lang.String UML_MM_URI
Deprecated. 
See Also:
Constant Field Values
Constructor Detail

KdmtoUmlConverterImpl

public KdmtoUmlConverterImpl()
Deprecated. 
Method Detail

getUML2ModelFromKDMModel

public Resource[] getUML2ModelFromKDMModel(Resource kdmModel,
                                           boolean generateTraces,
                                           URI umlTargetModelUri)
                                    throws java.io.IOException,
                                           ATLCoreException
Deprecated. 
Description copied from interface: KdmToUmlConverter
Conversion from KDM to UML

Specified by:
getUML2ModelFromKDMModel in interface KdmToUmlConverter
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

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

Specified by:
getUML2ModelFromKDMModelWithCustomTransformation in interface KdmToUmlConverter
Returns:
a Resource Array: first Resource is the output model resource, second one is the trace (can be null)
Throws:
java.io.IOException
ATLCoreException

basicExportKdmToUmlTransformation

public final void basicExportKdmToUmlTransformation(IFile file,
                                                    IProgressMonitor monitor)
                                             throws CoreException
Deprecated. 
Throws:
CoreException

exportKdmToUmlTransformation

public void exportKdmToUmlTransformation(IPath pathParameter)
Deprecated. 
Specified by:
exportKdmToUmlTransformation in interface KdmToUmlConverter

instrumentAtlTranformationWithTraceability

public IFile instrumentAtlTranformationWithTraceability(java.io.InputStream sourceTransformation,
                                                        URI atlFileUri)
                                                 throws ATLCoreException
Deprecated. 
Specified by:
instrumentAtlTranformationWithTraceability in interface KdmToUmlConverter
Throws:
ATLCoreException

addTraceability

public final IModel addTraceability(IModel sourceModel,
                                    URI sourceModelUri,
                                    URI targetModelUri)
                             throws ATLCoreException
Deprecated. 
Throws:
ATLCoreException

parseFromModel

public final IFile parseFromModel(IModel transformationModel,
                                  URI atlFileUri)
                           throws java.io.IOException
Deprecated. 
Specified by:
parseFromModel in interface KdmToUmlConverter
Throws:
java.io.IOException