blob: 531cb860221fc49b5719a9eabe8da9773a3b4fe0 [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;
import org.eclipse.emf.common.util.EList;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Global User Task</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::Process::HumanInteraction.</p>
* <p>From package BPMNProfile::Collaboration.</p>
* <p>From package BPMNProfile::CoreStructure::Foundation.</p>
* <p>From package BPMNProfile::CoreStructure::Service.</p>
* <p>From package BPMNProfile::Collaboration::Conversation.</p>
* <p>From package BPMNProfile::CoreStructure.</p>
* <p>From package BPMNProfile::Process::Activities.</p>
* <!-- end-model-doc -->
*
* <p>
* The following features are supported:
* <ul>
* <li>{@link org.eclipse.upr.bpmnprof.GlobalUserTask#getImplementation <em>Implementation</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.GlobalUserTask#getRenderings <em>Renderings</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getGlobalUserTask()
* @model
* @generated
*/
public interface GlobalUserTask extends GlobalTask {
/**
* Returns the value of the '<em><b>Implementation</b></em>' attribute list.
* The list contents are of type {@link java.lang.String}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Implementation</em>' attribute list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Implementation</em>' attribute list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getGlobalUserTask_Implementation()
* @model default="##unspecified" unique="false" dataType="org.eclipse.uml2.types.String" required="true" transient="true" volatile="true" derived="true"
* @generated
*/
EList<String> getImplementation();
/**
* Returns the value of the '<em><b>Renderings</b></em>' reference list.
* The list contents are of type {@link org.eclipse.upr.bpmnprof.Rendering}.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Renderings</em>' reference list isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Renderings</em>' reference list.
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getGlobalUserTask_Renderings()
* @model required="true" transient="true" volatile="true" derived="true" ordered="false"
* @generated
*/
EList<Rendering> getRenderings();
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* GlobalUserTask::/renderings: Image [*] = Stereotype.icon
* @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='GlobalUserTask.renderings'"
* @generated
*/
boolean GlobalUserTaskrenderings(DiagnosticChain diagnostics, Map<Object, Object> context);
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* GlobalUserTask::/implementation : String [*] {ordered,non-unique}= OpaqueBehavior.body (defaults to "##unspecified")
* @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='GlobalUserTask.implementation'"
* @generated
*/
boolean GlobalUserTaskimplementation(DiagnosticChain diagnostics, Map<Object, Object> context);
} // GlobalUserTask