bpsim
public interface PriorityParameters extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getPriorityParameters()
Modifier and Type | Method and Description |
---|---|
Parameter |
getInterruptible()
Returns the value of the 'Interruptible' containment reference
|
Parameter |
getPriority()
Returns the value of the 'Priority' containment reference
|
void |
setInterruptible(Parameter value)
Sets the value of the '
Interruptible ' containment reference |
void |
setPriority(Parameter value)
Sets the value of the '
Priority ' containment reference |
Parameter getInterruptible()
If the meaning of the 'Interruptible' containment reference isn't clear, there really should be more of a description here...
setInterruptible(Parameter)
,
BpsimPackage.getPriorityParameters_Interruptible()
void setInterruptible(Parameter value)
Interruptible
' containment reference.
value
- the new value of the 'Interruptible' containment reference.getInterruptible()
Parameter getPriority()
If the meaning of the 'Priority' containment reference isn't clear, there really should be more of a description here...
setPriority(Parameter)
,
BpsimPackage.getPriorityParameters_Priority()
void setPriority(Parameter value)
Priority
' containment reference.
value
- the new value of the 'Priority' containment reference.getPriority()
Copyright © 2001-2013 JBoss by Red Hat. All Rights Reserved.