public interface ScenarioParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getScenarioParameters()
Modifier and Type | Method and Description |
---|---|
String |
getBaseCurrencyUnit()
Returns the value of the 'Base Currency Unit' attribute
|
TimeUnit |
getBaseTimeUnit()
Returns the value of the 'Base Time Unit' attribute.
|
Parameter |
getDuration()
Returns the value of the 'Duration' containment reference
|
PropertyParameters |
getPropertyParameters()
Returns the value of the 'Property Parameters' containment reference
|
int |
getReplication()
Returns the value of the 'Replication' attribute
|
long |
getSeed()
Returns the value of the 'Seed' attribute
|
Parameter |
getStart()
Returns the value of the 'Start' containment reference
|
boolean |
isSetBaseTimeUnit()
Returns whether the value of the '
Base Time Unit ' attribute is set |
boolean |
isSetReplication()
Returns whether the value of the '
Replication ' attribute is set |
boolean |
isSetSeed()
Returns whether the value of the '
Seed ' attribute is set |
void |
setBaseCurrencyUnit(String value)
Sets the value of the '
Base Currency Unit ' attribute |
void |
setBaseTimeUnit(TimeUnit value)
Sets the value of the '
Base Time Unit ' attribute |
void |
setDuration(Parameter value)
Sets the value of the '
Duration ' containment reference |
void |
setPropertyParameters(PropertyParameters value)
Sets the value of the '
Property Parameters ' containment reference |
void |
setReplication(int value)
Sets the value of the '
Replication ' attribute |
void |
setSeed(long value)
Sets the value of the '
Seed ' attribute |
void |
setStart(Parameter value)
Sets the value of the '
Start ' containment reference |
void |
unsetBaseTimeUnit()
Unsets the value of the '
Base Time Unit ' attribute |
void |
unsetReplication()
Unsets the value of the '
Replication ' attribute |
void |
unsetSeed()
Unsets the value of the '
Seed ' attribute |
Parameter getStart()
If the meaning of the 'Start' containment reference isn't clear, there really should be more of a description here...
setStart(Parameter)
,
BpsimPackage.getScenarioParameters_Start()
void setStart(Parameter value)
Start
' containment reference.
value
- the new value of the 'Start' containment reference.getStart()
Parameter getDuration()
If the meaning of the 'Duration' containment reference isn't clear, there really should be more of a description here...
setDuration(Parameter)
,
BpsimPackage.getScenarioParameters_Duration()
void setDuration(Parameter value)
Duration
' containment reference.
value
- the new value of the 'Duration' containment reference.getDuration()
PropertyParameters getPropertyParameters()
If the meaning of the 'Property Parameters' containment reference isn't clear, there really should be more of a description here...
setPropertyParameters(PropertyParameters)
,
BpsimPackage.getScenarioParameters_PropertyParameters()
void setPropertyParameters(PropertyParameters value)
Property Parameters
' containment reference.
value
- the new value of the 'Property Parameters' containment reference.getPropertyParameters()
String getBaseCurrencyUnit()
If the meaning of the 'Base Currency Unit' attribute isn't clear, there really should be more of a description here...
setBaseCurrencyUnit(String)
,
BpsimPackage.getScenarioParameters_BaseCurrencyUnit()
void setBaseCurrencyUnit(String value)
Base Currency Unit
' attribute.
value
- the new value of the 'Base Currency Unit' attribute.getBaseCurrencyUnit()
TimeUnit getBaseTimeUnit()
TimeUnit
.
If the meaning of the 'Base Time Unit' attribute isn't clear, there really should be more of a description here...
TimeUnit
,
isSetBaseTimeUnit()
,
unsetBaseTimeUnit()
,
setBaseTimeUnit(TimeUnit)
,
BpsimPackage.getScenarioParameters_BaseTimeUnit()
void setBaseTimeUnit(TimeUnit value)
Base Time Unit
' attribute.
value
- the new value of the 'Base Time Unit' attribute.TimeUnit
,
isSetBaseTimeUnit()
,
unsetBaseTimeUnit()
,
getBaseTimeUnit()
void unsetBaseTimeUnit()
Base Time Unit
' attribute.
isSetBaseTimeUnit()
,
getBaseTimeUnit()
,
setBaseTimeUnit(TimeUnit)
boolean isSetBaseTimeUnit()
Base Time Unit
' attribute is set.
unsetBaseTimeUnit()
,
getBaseTimeUnit()
,
setBaseTimeUnit(TimeUnit)
int getReplication()
If the meaning of the 'Replication' attribute isn't clear, there really should be more of a description here...
isSetReplication()
,
unsetReplication()
,
setReplication(int)
,
BpsimPackage.getScenarioParameters_Replication()
void setReplication(int value)
Replication
' attribute.
value
- the new value of the 'Replication' attribute.isSetReplication()
,
unsetReplication()
,
getReplication()
void unsetReplication()
Replication
' attribute.
isSetReplication()
,
getReplication()
,
setReplication(int)
boolean isSetReplication()
Replication
' attribute is set.
unsetReplication()
,
getReplication()
,
setReplication(int)
long getSeed()
If the meaning of the 'Seed' attribute isn't clear, there really should be more of a description here...
isSetSeed()
,
unsetSeed()
,
setSeed(long)
,
BpsimPackage.getScenarioParameters_Seed()
void setSeed(long value)
Seed
' attribute.
value
- the new value of the 'Seed' attribute.isSetSeed()
,
unsetSeed()
,
getSeed()
void unsetSeed()
Seed
' attribute.
isSetSeed()
,
getSeed()
,
setSeed(long)
boolean isSetSeed()
Seed
' attribute is set.
unsetSeed()
,
getSeed()
,
setSeed(long)
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.