bpsim.ResourceParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*/
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:
*
*
* - {@link bpsim.ResourceParameters#getSelection Selection}
* - {@link bpsim.ResourceParameters#getAvailability Availability}
* - {@link bpsim.ResourceParameters#getQuantity Quantity}
* - {@link bpsim.ResourceParameters#getRole Role}
*
*
* @see bpsim.BpsimPackage#getResourceParameters()
* @model extendedMetaData="name='ResourceParameters' kind='elementOnly'"
* @generated
*/
public interface ResourceParameters extends EObject {
/**
* Returns the value of the 'Selection' containment reference.
*
*
* @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.
*
*
* @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.
*
*
* @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}.
*
*
* @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 getRole();
} // ResourceParameters
© 2015 - 2025 Weber Informatics LLC | Privacy Policy