Interface Scenario
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ScenarioImpl
public interface Scenario extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Scenario'.The following features are supported:
- See Also:
BpsimPackage.getScenario()- Generated code
- Model
- extendedMetaData="name='Scenario' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetAuthor()Returns the value of the 'Author' attribute.org.eclipse.emf.common.util.EList<Calendar>getCalendar()Returns the value of the 'Calendar' containment reference list.ObjectgetCreated()Returns the value of the 'Created' attribute.StringgetDescription()Returns the value of the 'Description' attribute.org.eclipse.emf.common.util.EList<ElementParameters>getElementParameters()Returns the value of the 'Element Parameters' containment reference list.StringgetId()Returns the value of the 'Id' attribute.StringgetInherits()Returns the value of the 'Inherits' attribute.ObjectgetModified()Returns the value of the 'Modified' attribute.StringgetName()Returns the value of the 'Name' attribute.StringgetResult()Returns the value of the 'Result' attribute.ScenarioParametersgetScenarioParameters()Returns the value of the 'Scenario Parameters' containment reference.StringgetVendor()Returns the value of the 'Vendor' attribute.org.eclipse.emf.common.util.EList<VendorExtension>getVendorExtension()Returns the value of the 'Vendor Extension' containment reference list.StringgetVersion()Returns the value of the 'Version' attribute.voidsetAuthor(String value)Sets the value of the 'Author' attribute.voidsetCreated(Object value)Sets the value of the 'Created' attribute.voidsetDescription(String value)Sets the value of the 'Description' attribute.voidsetId(String value)Sets the value of the 'Id' attribute.voidsetInherits(String value)Sets the value of the 'Inherits' attribute.voidsetModified(Object value)Sets the value of the 'Modified' attribute.voidsetName(String value)Sets the value of the 'Name' attribute.voidsetResult(String value)Sets the value of the 'Result' attribute.voidsetScenarioParameters(ScenarioParameters value)Sets the value of the 'Scenario Parameters' containment reference.voidsetVendor(String value)Sets the value of the 'Vendor' attribute.voidsetVersion(String value)Sets the value of the 'Version' attribute.
-
-
-
Method Detail
-
getScenarioParameters
ScenarioParameters getScenarioParameters()
Returns the value of the 'Scenario Parameters' containment reference.If the meaning of the 'Scenario Parameters' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Scenario Parameters' containment reference.
- See Also:
setScenarioParameters(ScenarioParameters),BpsimPackage.getScenario_ScenarioParameters()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ScenarioParameters' namespace='##targetNamespace'"
-
setScenarioParameters
void setScenarioParameters(ScenarioParameters value)
Sets the value of the 'Scenario Parameters' containment reference.- Parameters:
value- the new value of the 'Scenario Parameters' containment reference.- See Also:
getScenarioParameters()- Generated code
-
getElementParameters
org.eclipse.emf.common.util.EList<ElementParameters> getElementParameters()
Returns the value of the 'Element Parameters' containment reference list. The list contents are of typeElementParameters.If the meaning of the 'Element Parameters' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Element Parameters' containment reference list.
- See Also:
BpsimPackage.getScenario_ElementParameters()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='ElementParameters' namespace='##targetNamespace'"
-
getCalendar
org.eclipse.emf.common.util.EList<Calendar> getCalendar()
Returns the value of the 'Calendar' containment reference list. The list contents are of typeCalendar.If the meaning of the 'Calendar' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Calendar' containment reference list.
- See Also:
BpsimPackage.getScenario_Calendar()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Calendar' namespace='##targetNamespace'"
-
getVendorExtension
org.eclipse.emf.common.util.EList<VendorExtension> getVendorExtension()
Returns the value of the 'Vendor Extension' containment reference list. The list contents are of typeVendorExtension.If the meaning of the 'Vendor Extension' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vendor Extension' containment reference list.
- See Also:
BpsimPackage.getScenario_VendorExtension()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='VendorExtension' namespace='##targetNamespace'"
-
getAuthor
String getAuthor()
Returns the value of the 'Author' attribute.If the meaning of the 'Author' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Author' attribute.
- See Also:
setAuthor(String),BpsimPackage.getScenario_Author()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='author'"
-
setAuthor
void setAuthor(String value)
Sets the value of the 'Author' attribute.- Parameters:
value- the new value of the 'Author' attribute.- See Also:
getAuthor()- Generated code
-
getCreated
Object getCreated()
Returns the value of the 'Created' attribute.If the meaning of the 'Created' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Created' attribute.
- See Also:
setCreated(Object),BpsimPackage.getScenario_Created()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='attribute' name='created'"
-
setCreated
void setCreated(Object value)
Sets the value of the 'Created' attribute.- Parameters:
value- the new value of the 'Created' attribute.- See Also:
getCreated()- Generated code
-
getDescription
String getDescription()
Returns the value of the 'Description' attribute.If the meaning of the 'Description' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Description' attribute.
- See Also:
setDescription(String),BpsimPackage.getScenario_Description()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='description'"
-
setDescription
void setDescription(String value)
Sets the value of the 'Description' attribute.- Parameters:
value- the new value of the 'Description' attribute.- See Also:
getDescription()- Generated code
-
getId
String getId()
Returns the value of the 'Id' attribute.If the meaning of the 'Id' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Id' attribute.
- See Also:
setId(String),BpsimPackage.getScenario_Id()- Generated code
- Model
- id="true" dataType="org.eclipse.emf.ecore.xml.type.ID" required="true" extendedMetaData="kind='attribute' name='id'"
-
setId
void setId(String value)
Sets the value of the 'Id' attribute.- Parameters:
value- the new value of the 'Id' attribute.- See Also:
getId()- Generated code
-
getInherits
String getInherits()
Returns the value of the 'Inherits' attribute.If the meaning of the 'Inherits' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Inherits' attribute.
- See Also:
setInherits(String),BpsimPackage.getScenario_Inherits()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.IDREF" extendedMetaData="kind='attribute' name='inherits'"
-
setInherits
void setInherits(String value)
Sets the value of the 'Inherits' attribute.- Parameters:
value- the new value of the 'Inherits' attribute.- See Also:
getInherits()- Generated code
-
getModified
Object getModified()
Returns the value of the 'Modified' attribute.If the meaning of the 'Modified' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Modified' attribute.
- See Also:
setModified(Object),BpsimPackage.getScenario_Modified()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.DateTime" extendedMetaData="kind='attribute' name='modified'"
-
setModified
void setModified(Object value)
Sets the value of the 'Modified' attribute.- Parameters:
value- the new value of the 'Modified' attribute.- See Also:
getModified()- Generated code
-
getName
String getName()
Returns the value of the 'Name' attribute.If the meaning of the 'Name' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Name' attribute.
- See Also:
setName(String),BpsimPackage.getScenario_Name()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='name'"
-
setName
void setName(String value)
Sets the value of the 'Name' attribute.- Parameters:
value- the new value of the 'Name' attribute.- See Also:
getName()- Generated code
-
getResult
String getResult()
Returns the value of the 'Result' attribute.If the meaning of the 'Result' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Result' attribute.
- See Also:
setResult(String),BpsimPackage.getScenario_Result()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.IDREF" extendedMetaData="kind='attribute' name='result'"
-
setResult
void setResult(String value)
Sets the value of the 'Result' attribute.- Parameters:
value- the new value of the 'Result' attribute.- See Also:
getResult()- Generated code
-
getVendor
String getVendor()
Returns the value of the 'Vendor' attribute.If the meaning of the 'Vendor' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Vendor' attribute.
- See Also:
setVendor(String),BpsimPackage.getScenario_Vendor()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='vendor'"
-
setVendor
void setVendor(String value)
Sets the value of the 'Vendor' attribute.- Parameters:
value- the new value of the 'Vendor' attribute.- See Also:
getVendor()- Generated code
-
getVersion
String getVersion()
Returns the value of the 'Version' attribute.If the meaning of the 'Version' attribute isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Version' attribute.
- See Also:
setVersion(String),BpsimPackage.getScenario_Version()- Generated code
- Model
- dataType="org.eclipse.emf.ecore.xml.type.String" extendedMetaData="kind='attribute' name='version'"
-
setVersion
void setVersion(String value)
Sets the value of the 'Version' attribute.- Parameters:
value- the new value of the 'Version' attribute.- See Also:
getVersion()- Generated code
-
-