blob: fabb75b6b9e8f90696f405f807b56372e53257b7 [file] [log] [blame]
/**
* Copyright (c) 2014 Fraunhofer FOKUS
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Max Bureck
*/
package org.eclipse.upr.bpmnprof;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Resource Assignment Expression</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.ResourceAssignmentExpression#getExpression <em>Expression</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getResourceAssignmentExpression()
* @model
* @generated
*/
public interface ResourceAssignmentExpression extends BPMNExpression {
/**
* Returns the value of the '<em><b>Expression</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Expression</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Expression</em>' reference.
* @see #setExpression(BPMNExpression)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getResourceAssignmentExpression_Expression()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
BPMNExpression getExpression();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.ResourceAssignmentExpression#getExpression <em>Expression</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Expression</em>' reference.
* @see #getExpression()
* @generated
*/
void setExpression(BPMNExpression value);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* ResourceAssignmentExpression::/expression = self
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='ResourceAssignmentExpression.expression'"
* @generated
*/
boolean ResourceAssignmentExpressionexpression(DiagnosticChain diagnostics, Map<Object, Object> context);
} // ResourceAssignmentExpression