public class Transformations
extends java.lang.Object
Constructor and Description |
---|
Transformations() |
Modifier and Type | Method and Description |
---|---|
static void |
performCodeGeneration(org.eclipse.papyrus.editor.PapyrusMultiDiagramEditor editor,
org.eclipse.core.resources.IFile model,
org.eclipse.core.runtime.IProgressMonitor monitor)
Load the model, sets up the environment and performs the Ada code generation.
|
static void |
performXMLGeneration(org.eclipse.core.resources.IFile inputFile,
java.lang.String saAnalysisName,
org.eclipse.core.runtime.IProgressMonitor monitor) |
public static void performCodeGeneration(org.eclipse.papyrus.editor.PapyrusMultiDiagramEditor editor, org.eclipse.core.resources.IFile model, org.eclipse.core.runtime.IProgressMonitor monitor) throws java.lang.Exception
editor
- the editormodel
- the modelmonitor
- the monitorjava.lang.Exception
- the exceptionpublic static void performXMLGeneration(org.eclipse.core.resources.IFile inputFile, java.lang.String saAnalysisName, org.eclipse.core.runtime.IProgressMonitor monitor) throws java.lang.Exception
java.lang.Exception