public class Transformations
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
NUM_SUB_TASKS
The Constant NUM_SUB_TASKS.
|
static java.lang.String[] |
PROJECT_SUBFOLDERS
The Constant PROJECT_SUBFOLDERS.
|
static java.lang.String |
UML_EXT
The Constant UML_EXT.
|
Constructor and Description |
---|
Transformations() |
Modifier and Type | Method and Description |
---|---|
static void |
MobiusTransformationJob(org.eclipse.swt.widgets.Shell activeShell,
org.eclipse.ui.IEditorPart editor,
java.util.List<java.lang.String> args,
java.lang.String projectName,
java.util.List<org.eclipse.uml2.uml.Classifier> atomicBlocks,
java.util.List<org.eclipse.uml2.uml.Classifier> composedBlocks,
java.util.List<org.eclipse.uml2.uml.Interaction> attackScenarios,
java.util.Map<org.eclipse.uml2.uml.Classifier,java.util.List<org.eclipse.uml2.uml.Message>> vulnerableComponents,
org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedAnalysis.SANAnalysis csa,
org.eclipse.emf.ecore.resource.Resource sanRes,
java.lang.String analysisContextQN,
org.polarsys.chess.core.views.DiagramStatus chessDiagramStatus,
org.eclipse.emf.ecore.resource.Resource chessResource)
Mobius transformation job.
|
public static final java.lang.String UML_EXT
public static final int NUM_SUB_TASKS
public static final java.lang.String[] PROJECT_SUBFOLDERS
public static void MobiusTransformationJob(org.eclipse.swt.widgets.Shell activeShell, org.eclipse.ui.IEditorPart editor, java.util.List<java.lang.String> args, java.lang.String projectName, java.util.List<org.eclipse.uml2.uml.Classifier> atomicBlocks, java.util.List<org.eclipse.uml2.uml.Classifier> composedBlocks, java.util.List<org.eclipse.uml2.uml.Interaction> attackScenarios, java.util.Map<org.eclipse.uml2.uml.Classifier,java.util.List<org.eclipse.uml2.uml.Message>> vulnerableComponents, org.polarsys.chess.chessmlprofile.Dependability.StateBased.StateBasedAnalysis.SANAnalysis csa, org.eclipse.emf.ecore.resource.Resource sanRes, java.lang.String analysisContextQN, org.polarsys.chess.core.views.DiagramStatus chessDiagramStatus, org.eclipse.emf.ecore.resource.Resource chessResource)
activeShell
- the active shelleditor
- the editorargs
- the argsprojectName
- the project nameatomicBlocks
- the atomic blockscomposedBlocks
- the composed blocksattackScenarios
- the attack scenariosvulnerableComponents
- the vulnerable componentscsa
- the csasanRes
- the san resanalysisContextQN
- the analysis context QNchessDiagramStatus
- the chess diagram statuschessResource
- the chess resource