public interface TimedActivity extends Activity
The following features are supported:
SANModelPackage.getTimedActivity()
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getRate()
Returns the value of the 'Rate' attribute.
|
java.lang.String |
getTimeDistributionFunction()
Returns the value of the 'Time Distribution Function' attribute.
|
void |
setRate(java.lang.String value)
Sets the value of the '
Rate ' attribute. |
void |
setTimeDistributionFunction(java.lang.String value)
Sets the value of the '
Time Distribution Function ' attribute. |
getCase, getOutputGate, getPlace, getPlacecase
getName, setName, validate
getX, getY, setX, setY
java.lang.String getRate()
If the meaning of the 'Rate' attribute isn't clear, there really should be more of a description here...
setRate(String)
,
SANModelPackage.getTimedActivity_Rate()
void setRate(java.lang.String value)
Rate
' attribute.
value
- the new value of the 'Rate' attribute.getRate()
java.lang.String getTimeDistributionFunction()
If the meaning of the 'Time Distribution Function' attribute isn't clear, there really should be more of a description here...
setTimeDistributionFunction(String)
,
SANModelPackage.getTimedActivity_TimeDistributionFunction()
void setTimeDistributionFunction(java.lang.String value)
Time Distribution Function
' attribute.
value
- the new value of the 'Time Distribution Function' attribute.getTimeDistributionFunction()