Modifier and Type | Method and Description |
---|---|
Scenario |
SsmeCompFactory.createScenario()
Returns a new object of class 'Scenario'
|
Modifier and Type | Class and Description |
---|---|
class |
ScenarioImpl
An implementation of the model object 'Scenario'
|
Modifier and Type | Method and Description |
---|---|
Scenario |
SsmeCompFactoryImpl.createScenario() |
Modifier and Type | Method and Description |
---|---|
T |
SsmeCompSwitch.caseScenario(Scenario object)
Returns the result of interpreting the object as an instance of 'Scenario'
|
Modifier and Type | Method and Description |
---|---|
Scenario |
FindCompilationScenarioDialog.getScenario()
Returns the selected scenario, or null if no file are selected or the selected file does not contain a scenario
|
Constructor and Description |
---|
ExecuteScenarioJob(org.eclipse.core.resources.IFile file,
Scenario scenario,
CompilationUtils compilationUtils) |
Modifier and Type | Method and Description |
---|---|
Scenario |
CompilationUtils.checkFile(java.io.File file)
This method returns the Scenario contained in a file
|
Modifier and Type | Method and Description |
---|---|
void |
GenerateAction.executeScenario(Scenario scenario,
CompilationUtils compilationUtils)
Method used to start the execution of a scenario
|