Package | Description |
---|---|
org.polarsys.chess.m2m.handlers | |
org.polarsys.chess.m2m.transformations |
Modifier and Type | Method and Description |
---|---|
TransformationResultsData |
QVToUIHandlerVERDE.executeTimingAnalysis(org.eclipse.ui.IEditorPart editor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Collects all the needed information and invokes the PIMPSMTransformationVERDE.performTimingAnalysisWithMAST method
|
TransformationResultsData |
QVToUIHandlerEnd2End.executeTimingAnalysis(org.eclipse.ui.IEditorPart editor,
org.eclipse.core.runtime.IProgressMonitor monitor)
Collects all the needed information and invokes the PIMPSMTransformationEnd2End.performTimingAnalysisWithMAST method
|
Modifier and Type | Method and Description |
---|---|
TransformationResultsData |
AbstractTransformation.performTimingAnalysisWithMAST(org.eclipse.papyrus.editor.PapyrusMultiDiagramEditor editor,
org.eclipse.core.resources.IFile modelFile,
org.eclipse.core.runtime.IProgressMonitor monitor)
Execute the various steps of the transformations PIM->PSM->MAST, then runs MAST and execute back propagation of analysis result
The transformations are executed on a copy of the current model; if the process completes successfully then the transformed model
becomes the current one.
|