@Deprecated public class KdmtoUmlConverterImpl extends java.lang.Object implements KdmToUmlConverter
| Modifier and Type | Field and Description |
|---|---|
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 and Description |
|---|
KdmtoUmlConverterImpl()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
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.
|
@Deprecated public final java.lang.String mmLocation
@Deprecated public final java.lang.String transfoLocation
@Deprecated public final java.lang.String kdmMMUri
@Deprecated public final java.lang.String umlMMUri
public static final java.lang.String MM_LOCATION
public static final java.lang.String TRANSFO_LOCATION
public static final java.lang.String KDM_MM_URI
public static final java.lang.String UML_MM_URI
public Resource[] getUML2ModelFromKDMModel(Resource kdmModel,
boolean generateTraces,
URI umlTargetModelUri)
throws java.io.IOException,
ATLCoreException
KdmToUmlConvertergetUML2ModelFromKDMModel in interface KdmToUmlConverterjava.io.IOExceptionATLCoreExceptionpublic Resource[] getUML2ModelFromKDMModelWithCustomTransformation(URI kdmSourceModelUri,
boolean generateTraces,
java.net.URL transformation,
URI umlTargetModelUri)
throws java.io.IOException,
ATLCoreException
KdmToUmlConvertergetUML2ModelFromKDMModelWithCustomTransformation in interface KdmToUmlConverterjava.io.IOExceptionATLCoreExceptionpublic final void basicExportKdmToUmlTransformation(IFile file,
IProgressMonitor monitor)
throws CoreException
CoreExceptionpublic void exportKdmToUmlTransformation(IPath pathParameter)
exportKdmToUmlTransformation in interface KdmToUmlConverterpublic IFile instrumentAtlTranformationWithTraceability(java.io.InputStream sourceTransformation,
URI atlFileUri)
throws ATLCoreException
instrumentAtlTranformationWithTraceability in interface KdmToUmlConverterATLCoreExceptionpublic final IModel addTraceability(IModel sourceModel,
URI sourceModelUri,
URI targetModelUri)
throws ATLCoreException
ATLCoreExceptionpublic final IFile parseFromModel(IModel transformationModel,
URI atlFileUri)
throws java.io.IOException
parseFromModel in interface KdmToUmlConverterjava.io.IOException