Package bpsim
Interface ResourceParameters
-
- All Superinterfaces:
org.eclipse.emf.ecore.EObject,org.eclipse.emf.common.notify.Notifier
- All Known Implementing Classes:
ResourceParametersImpl
public interface ResourceParameters extends org.eclipse.emf.ecore.EObjectA representation of the model object 'Resource Parameters'.The following features are supported:
- See Also:
BpsimPackage.getResourceParameters()- Generated code
- Model
- extendedMetaData="name='ResourceParameters' kind='elementOnly'"
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ParametergetAvailability()Returns the value of the 'Availability' containment reference.ParametergetQuantity()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.ParametergetSelection()Returns the value of the 'Selection' containment reference.voidsetAvailability(Parameter value)Sets the value of the 'Availability' containment reference.voidsetQuantity(Parameter value)Sets the value of the 'Quantity' containment reference.voidsetSelection(Parameter value)Sets the value of the 'Selection' containment reference.
-
-
-
Method Detail
-
getSelection
Parameter getSelection()
Returns the value of the 'Selection' containment reference.If the meaning of the 'Selection' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Selection' containment reference.
- See Also:
setSelection(Parameter),BpsimPackage.getResourceParameters_Selection()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Selection' namespace='##targetNamespace'"
-
setSelection
void setSelection(Parameter value)
Sets the value of the 'Selection' containment reference.- Parameters:
value- the new value of the 'Selection' containment reference.- See Also:
getSelection()- Generated code
-
getAvailability
Parameter getAvailability()
Returns the value of the 'Availability' containment reference.If the meaning of the 'Availability' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Availability' containment reference.
- See Also:
setAvailability(Parameter),BpsimPackage.getResourceParameters_Availability()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Availability' namespace='##targetNamespace'"
-
setAvailability
void setAvailability(Parameter value)
Sets the value of the 'Availability' containment reference.- Parameters:
value- the new value of the 'Availability' containment reference.- See Also:
getAvailability()- Generated code
-
getQuantity
Parameter getQuantity()
Returns the value of the 'Quantity' containment reference.If the meaning of the 'Quantity' containment reference isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Quantity' containment reference.
- See Also:
setQuantity(Parameter),BpsimPackage.getResourceParameters_Quantity()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Quantity' namespace='##targetNamespace'"
-
setQuantity
void setQuantity(Parameter value)
Sets the value of the 'Quantity' containment reference.- Parameters:
value- the new value of the 'Quantity' containment reference.- See Also:
getQuantity()- Generated code
-
getRole
org.eclipse.emf.common.util.EList<Parameter> getRole()
Returns the value of the 'Role' containment reference list. The list contents are of typeParameter.If the meaning of the 'Role' containment reference list isn't clear, there really should be more of a description here...
- Returns:
- the value of the 'Role' containment reference list.
- See Also:
BpsimPackage.getResourceParameters_Role()- Generated code
- Model
- containment="true" extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'"
-
-