Package bpsim
Interface ControlParameters
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ControlParametersImpl
public interface ControlParameters extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Control Parameters'.The following features are supported:
- See Also:
BpsimPackage.getControlParameters()- Generated code
- Model
- extendedMetaData="name='ControlParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetCondition()Returns the value of the 'Condition' containment reference.ParametergetInterTriggerTimer()Returns the value of the 'Inter Trigger Timer' containment reference.ParametergetProbability()Returns the value of the 'Probability' containment reference.ParametergetTriggerCount()Returns the value of the 'Trigger Count' containment reference.voidsetCondition(Parameter value)Sets the value of the 'Condition' containment reference.voidsetInterTriggerTimer(Parameter value)Sets the value of the 'Inter Trigger Timer' containment reference.voidsetProbability(Parameter value)Sets the value of the 'Probability' containment reference.voidsetTriggerCount(Parameter value)Sets the value of the 'Trigger Count' containment reference.
-
-
-
Method Detail
-
getProbability
Parameter getProbability()
Returns the value of the 'Probability' containment reference.If the meaning of the 'Probability' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Probability' containment reference.
- See Also:
setProbability(Parameter),BpsimPackage.getControlParameters_Probability()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Probability' namespace='##targetNamespace'"
-
setProbability
void setProbability(Parameter value)
Sets the value of the 'Probability' containment reference.- Parameters:
value- the new value of the 'Probability' containment reference.- See Also:
getProbability()- Generated code
-
getCondition
Parameter getCondition()
Returns the value of the 'Condition' containment reference.If the meaning of the 'Condition' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Condition' containment reference.
- See Also:
setCondition(Parameter),BpsimPackage.getControlParameters_Condition()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Condition' namespace='##targetNamespace'"
-
setCondition
void setCondition(Parameter value)
Sets the value of the 'Condition' containment reference.- Parameters:
value- the new value of the 'Condition' containment reference.- See Also:
getCondition()- Generated code
-
getInterTriggerTimer
Parameter getInterTriggerTimer()
Returns the value of the 'Inter Trigger Timer' containment reference.If the meaning of the 'Inter Trigger Timer' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Inter Trigger Timer' containment reference.
- See Also:
setInterTriggerTimer(Parameter),BpsimPackage.getControlParameters_InterTriggerTimer()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='InterTriggerTimer' namespace='##targetNamespace'"
-
setInterTriggerTimer
void setInterTriggerTimer(Parameter value)
Sets the value of the 'Inter Trigger Timer' containment reference.- Parameters:
value- the new value of the 'Inter Trigger Timer' containment reference.- See Also:
getInterTriggerTimer()- Generated code
-
getTriggerCount
Parameter getTriggerCount()
Returns the value of the 'Trigger Count' containment reference.If the meaning of the 'Trigger Count' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Trigger Count' containment reference.
- See Also:
setTriggerCount(Parameter),BpsimPackage.getControlParameters_TriggerCount()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='TriggerCount' namespace='##targetNamespace'"
-
setTriggerCount
void setTriggerCount(Parameter value)
Sets the value of the 'Trigger Count' containment reference.- Parameters:
value- the new value of the 'Trigger Count' containment reference.- See Also:
getTriggerCount()- Generated code
-
-