public interface Scenario
extends org.eclipse.emf.ecore.EObject
The following features are supported:
SsmeCompPackage.getScenario()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription()
Returns the value of the 'Description' attribute
|
org.eclipse.emf.common.util.EList<ScenarioItem> |
getElements()
Returns the value of the 'Elements' containment reference list.
|
boolean |
isDisplayWarnings()
Returns the value of the 'Display Warnings' attribute.
|
void |
setDescription(java.lang.String value)
Sets the value of the '
Description ' attribute |
void |
setDisplayWarnings(boolean value)
Sets the value of the '
Display Warnings ' attribute |
org.eclipse.emf.common.util.EList<ScenarioItem> getElements()
ScenarioItem
.
If the meaning of the 'Elements' containment reference list isn't clear, there really should be more of a description here...
SsmeCompPackage.getScenario_Elements()
java.lang.String getDescription()
If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
setDescription(String)
,
SsmeCompPackage.getScenario_Description()
void setDescription(java.lang.String value)
Description
' attribute.
value
- the new value of the 'Description' attribute.getDescription()
boolean isDisplayWarnings()
"false"
.
This attribute will be true if we want to display all warning during compilation phase.
setDisplayWarnings(boolean)
,
SsmeCompPackage.getScenario_DisplayWarnings()
void setDisplayWarnings(boolean value)
Display Warnings
' attribute.
value
- the new value of the 'Display Warnings' attribute.isDisplayWarnings()