public interface ResourceParameters
extends org.eclipse.emf.ecore.EObject
The following features are supported:
BpsimPackage.getResourceParameters()
Modifier and Type | Method and Description |
---|---|
Parameter |
getAvailability()
Returns the value of the 'Availability' containment reference
|
Parameter |
getQuantity()
Returns the value of the 'Quantity' containment reference
|
org.eclipse.emf.common.util.EList<Parameter> |
getRole()
Returns the value of the 'Role' containment reference list.
|
Parameter |
getSelection()
Returns the value of the 'Selection' containment reference
|
void |
setAvailability(Parameter value)
Sets the value of the '
Availability ' containment reference |
void |
setQuantity(Parameter value)
Sets the value of the '
Quantity ' containment reference |
void |
setSelection(Parameter value)
Sets the value of the '
Selection ' containment reference |
Parameter getSelection()
If the meaning of the 'Selection' containment reference isn't clear, there really should be more of a description here...
setSelection(Parameter)
,
BpsimPackage.getResourceParameters_Selection()
void setSelection(Parameter value)
Selection
' containment reference.
value
- the new value of the 'Selection' containment reference.getSelection()
Parameter getAvailability()
If the meaning of the 'Availability' containment reference isn't clear, there really should be more of a description here...
setAvailability(Parameter)
,
BpsimPackage.getResourceParameters_Availability()
void setAvailability(Parameter value)
Availability
' containment reference.
value
- the new value of the 'Availability' containment reference.getAvailability()
Parameter getQuantity()
If the meaning of the 'Quantity' containment reference isn't clear, there really should be more of a description here...
setQuantity(Parameter)
,
BpsimPackage.getResourceParameters_Quantity()
void setQuantity(Parameter value)
Quantity
' containment reference.
value
- the new value of the 'Quantity' containment reference.getQuantity()
org.eclipse.emf.common.util.EList<Parameter> getRole()
Parameter
.
If the meaning of the 'Role' containment reference list isn't clear, there really should be more of a description here...
BpsimPackage.getResourceParameters_Role()
Copyright © 2001–2017 JBoss by Red Hat. All rights reserved.