Package bpsim
Interface PriorityParameters
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
PriorityParametersImpl
public interface PriorityParameters extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Priority Parameters'.The following features are supported:
- See Also:
BpsimPackage.getPriorityParameters()- Generated code
- Model
- extendedMetaData="name='PriorityParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetInterruptible()Returns the value of the 'Interruptible' containment reference.ParametergetPriority()Returns the value of the 'Priority' containment reference.voidsetInterruptible(Parameter value)Sets the value of the 'Interruptible' containment reference.voidsetPriority(Parameter value)Sets the value of the 'Priority' containment reference.
-
-
-
Method Detail
-
getInterruptible
Parameter getInterruptible()
Returns the value of the 'Interruptible' containment reference.If the meaning of the 'Interruptible' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Interruptible' containment reference.
- See Also:
setInterruptible(Parameter),BpsimPackage.getPriorityParameters_Interruptible()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Interruptible' namespace='##targetNamespace'"
-
setInterruptible
void setInterruptible(Parameter value)
Sets the value of the 'Interruptible' containment reference.- Parameters:
value- the new value of the 'Interruptible' containment reference.- See Also:
getInterruptible()- Generated code
-
getPriority
Parameter getPriority()
Returns the value of the 'Priority' containment reference.If the meaning of the 'Priority' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Priority' containment reference.
- See Also:
setPriority(Parameter),BpsimPackage.getPriorityParameters_Priority()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Priority' namespace='##targetNamespace'"
-
setPriority
void setPriority(Parameter value)
Sets the value of the 'Priority' containment reference.- Parameters:
value- the new value of the 'Priority' containment reference.- See Also:
getPriority()- Generated code
-
-