/* * Copyright 2015 JBoss Inc * * Licensed under the Apache License, Version 2.0 (the "License"); * you may not use this file except in compliance with the License. * * http://www.apache.org/licenses/LICENSE-2.0 * * Unless required by applicable law or agreed to in writing, software * distributed under the License is distributed on an "AS IS" BASIS, * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. * See the License for the specific language governing permissions and * limitations under the License. */ /** */ package bpsim; import org.eclipse.emf.common.util.EList; import org.eclipse.emf.ecore.EObject; /** * * A representation of the model object 'Resource Parameters'. * * *
* The following features are supported: *
* If the meaning of the 'Selection' containment reference isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Selection' containment reference. * @see #setSelection(Parameter) * @see bpsim.BpsimPackage#getResourceParameters_Selection() * @model containment="true" * extendedMetaData="kind='element' name='Selection' namespace='##targetNamespace'" * @generated */ Parameter getSelection(); /** * Sets the value of the '{@link bpsim.ResourceParameters#getSelection Selection}' containment reference. * * * @param value the new value of the 'Selection' containment reference. * @see #getSelection() * @generated */ void setSelection(Parameter value); /** * 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... *
* * @return the value of the 'Availability' containment reference. * @see #setAvailability(Parameter) * @see bpsim.BpsimPackage#getResourceParameters_Availability() * @model containment="true" * extendedMetaData="kind='element' name='Availability' namespace='##targetNamespace'" * @generated */ Parameter getAvailability(); /** * Sets the value of the '{@link bpsim.ResourceParameters#getAvailability Availability}' containment reference. * * * @param value the new value of the 'Availability' containment reference. * @see #getAvailability() * @generated */ void setAvailability(Parameter value); /** * 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... *
* * @return the value of the 'Quantity' containment reference. * @see #setQuantity(Parameter) * @see bpsim.BpsimPackage#getResourceParameters_Quantity() * @model containment="true" * extendedMetaData="kind='element' name='Quantity' namespace='##targetNamespace'" * @generated */ Parameter getQuantity(); /** * Sets the value of the '{@link bpsim.ResourceParameters#getQuantity Quantity}' containment reference. * * * @param value the new value of the 'Quantity' containment reference. * @see #getQuantity() * @generated */ void setQuantity(Parameter value); /** * Returns the value of the 'Role' containment reference list. * The list contents are of type {@link bpsim.Parameter}. * ** If the meaning of the 'Role' containment reference list isn't clear, * there really should be more of a description here... *
* * @return the value of the 'Role' containment reference list. * @see bpsim.BpsimPackage#getResourceParameters_Role() * @model containment="true" * extendedMetaData="kind='element' name='Role' namespace='##targetNamespace'" * @generated */ EList