public interface ControlParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getControlParameters()
Modifier and Type | Method and Description |
---|---|
Parameter |
getCondition()
Returns the value of the 'Condition' containment reference
|
Parameter |
getInterTriggerTimer()
Returns the value of the 'Inter Trigger Timer' containment reference
|
Parameter |
getProbability()
Returns the value of the 'Probability' containment reference
|
Parameter |
getTriggerCount()
Returns the value of the 'Trigger Count' containment reference
|
void |
setCondition(Parameter value)
Sets the value of the '
Condition ' containment reference |
void |
setInterTriggerTimer(Parameter value)
Sets the value of the '
Inter Trigger Timer ' containment reference |
void |
setProbability(Parameter value)
Sets the value of the '
Probability ' containment reference |
void |
setTriggerCount(Parameter value)
Sets the value of the '
Trigger Count ' containment reference |
Parameter getProbability()
If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...
setProbability(Parameter)
,
BpsimPackage.getControlParameters_Probability()
void setProbability(Parameter value)
Probability
' containment reference.
value
- the new value of the 'Probability' containment reference.getProbability()
Parameter getCondition()
If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
setCondition(Parameter)
,
BpsimPackage.getControlParameters_Condition()
void setCondition(Parameter value)
Condition
' containment reference.
value
- the new value of the 'Condition' containment reference.getCondition()
Parameter getInterTriggerTimer()
If the meaning of the 'Inter Trigger Timer' containment reference isn't clear, there really should be more of a description here...
setInterTriggerTimer(Parameter)
,
BpsimPackage.getControlParameters_InterTriggerTimer()
void setInterTriggerTimer(Parameter value)
Inter Trigger Timer
' containment reference.
value
- the new value of the 'Inter Trigger Timer' containment reference.getInterTriggerTimer()
Parameter getTriggerCount()
If the meaning of the 'Trigger Count' containment reference isn't clear, there really should be more of a description here...
setTriggerCount(Parameter)
,
BpsimPackage.getControlParameters_TriggerCount()
void setTriggerCount(Parameter value)
Trigger Count
' containment reference.
value
- the new value of the 'Trigger Count' containment reference.getTriggerCount()
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.