blob: c76d256a908f1b113312b139b6696bb287a1f7d7 [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 org.eclipse.uml2.uml.CallEvent;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>Compensate Event Definition</b></em>'.
* <!-- end-user-doc -->
*
* <!-- begin-model-doc -->
* <p>From package BPMNProfile::CoreStructure::Common::Events.</p>
* <p>From package BPMNProfile::CoreStructure::Common::Artifacts.</p>
* <p>From package BPMNProfile::CoreStructure::Common.</p>
* <p>From package BPMNProfile::Process::Data.</p>
* <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.CompensateEventDefinition#isWaitForCompletion <em>Wait For Completion</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.CompensateEventDefinition#getActivityRef <em>Activity Ref</em>}</li>
* <li>{@link org.eclipse.upr.bpmnprof.CompensateEventDefinition#getBase_CallEvent <em>Base Call Event</em>}</li>
* </ul>
* </p>
*
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCompensateEventDefinition()
* @model
* @generated
*/
public interface CompensateEventDefinition extends EventDefinition {
/**
* Returns the value of the '<em><b>Wait For Completion</b></em>' attribute.
* The default value is <code>"true"</code>.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Wait For Completion</em>' attribute isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Wait For Completion</em>' attribute.
* @see #setWaitForCompletion(boolean)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCompensateEventDefinition_WaitForCompletion()
* @model default="true" dataType="org.eclipse.uml2.types.Boolean" required="true" ordered="false"
* @generated
*/
boolean isWaitForCompletion();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.CompensateEventDefinition#isWaitForCompletion <em>Wait For Completion</em>}' attribute.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Wait For Completion</em>' attribute.
* @see #isWaitForCompletion()
* @generated
*/
void setWaitForCompletion(boolean value);
/**
* Returns the value of the '<em><b>Activity Ref</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Activity Ref</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Activity Ref</em>' reference.
* @see #setActivityRef(BPMNActivity)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCompensateEventDefinition_ActivityRef()
* @model ordered="false"
* @generated
*/
BPMNActivity getActivityRef();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.CompensateEventDefinition#getActivityRef <em>Activity Ref</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Activity Ref</em>' reference.
* @see #getActivityRef()
* @generated
*/
void setActivityRef(BPMNActivity value);
/**
* Returns the value of the '<em><b>Base Call Event</b></em>' reference.
* <!-- begin-user-doc -->
* <p>
* If the meaning of the '<em>Base Call Event</em>' reference isn't clear,
* there really should be more of a description here...
* </p>
* <!-- end-user-doc -->
* @return the value of the '<em>Base Call Event</em>' reference.
* @see #setBase_CallEvent(CallEvent)
* @see org.eclipse.upr.bpmnprof.BpmnprofPackage#getCompensateEventDefinition_Base_CallEvent()
* @model required="true" ordered="false"
* @generated
*/
CallEvent getBase_CallEvent();
/**
* Sets the value of the '{@link org.eclipse.upr.bpmnprof.CompensateEventDefinition#getBase_CallEvent <em>Base Call Event</em>}' reference.
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* @param value the new value of the '<em>Base Call Event</em>' reference.
* @see #getBase_CallEvent()
* @generated
*/
void setBase_CallEvent(CallEvent value);
} // CompensateEventDefinition