bpsim.ResourceParameters Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
Show all versions of jbpm-bpmn2-emfextmodel Show documentation
jBPM BPMN2 EMF Extension Model
/*
* Copyright 2015 Red Hat, Inc. and/or its affiliates.
*
* 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:
*
* - {@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.
*
*
* 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 getRole();
} // ResourceParameters
© 2015 - 2025 Weber Informatics LLC | Privacy Policy