
org.omg.spec.bpmn.model.TAdHocSubProcess Maven / Gradle / Ivy
/**
* Copyright (C) 2023 BonitaSoft S.A.
* BonitaSoft, 32 rue Gustave Eiffel - 38000 Grenoble
* This program is free software: you can redistribute it and/or modify
* it under the terms of the GNU General Public License as published by
* the Free Software Foundation, either version 2.0 of the License, or
* (at your option) any later version.
* This program is distributed in the hope that it will be useful,
* but WITHOUT ANY WARRANTY; without even the implied warranty of
* MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
* GNU General Public License for more details.
* You should have received a copy of the GNU General Public License
* along with this program. If not, see .
*/
package org.omg.spec.bpmn.model;
/**
*
* A representation of the model object 'TAd Hoc Sub Process'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TAdHocSubProcess#getCompletionCondition Completion Condition}
* - {@link org.omg.spec.bpmn.model.TAdHocSubProcess#isCancelRemainingInstances Cancel Remaining Instances}
* - {@link org.omg.spec.bpmn.model.TAdHocSubProcess#getOrdering Ordering}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTAdHocSubProcess()
* @model extendedMetaData="name='tAdHocSubProcess' kind='elementOnly'"
* @generated
*/
public interface TAdHocSubProcess extends TSubProcess {
/**
* Returns the value of the 'Completion Condition' containment reference.
*
*
* @return the value of the 'Completion Condition' containment reference.
* @see #setCompletionCondition(TExpression)
* @see org.omg.spec.bpmn.model.ModelPackage#getTAdHocSubProcess_CompletionCondition()
* @model containment="true"
* extendedMetaData="kind='element' name='completionCondition' namespace='##targetNamespace'"
* @generated
*/
TExpression getCompletionCondition();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#getCompletionCondition Completion Condition}' containment reference.
*
*
* @param value the new value of the 'Completion Condition' containment reference.
* @see #getCompletionCondition()
* @generated
*/
void setCompletionCondition(TExpression value);
/**
* Returns the value of the 'Cancel Remaining Instances' attribute.
* The default value is "true"
.
*
*
* @return the value of the 'Cancel Remaining Instances' attribute.
* @see #isSetCancelRemainingInstances()
* @see #unsetCancelRemainingInstances()
* @see #setCancelRemainingInstances(boolean)
* @see org.omg.spec.bpmn.model.ModelPackage#getTAdHocSubProcess_CancelRemainingInstances()
* @model default="true" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
* extendedMetaData="kind='attribute' name='cancelRemainingInstances'"
* @generated
*/
boolean isCancelRemainingInstances();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#isCancelRemainingInstances Cancel Remaining Instances}' attribute.
*
*
* @param value the new value of the 'Cancel Remaining Instances' attribute.
* @see #isSetCancelRemainingInstances()
* @see #unsetCancelRemainingInstances()
* @see #isCancelRemainingInstances()
* @generated
*/
void setCancelRemainingInstances(boolean value);
/**
* Unsets the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#isCancelRemainingInstances Cancel Remaining Instances}' attribute.
*
*
* @see #isSetCancelRemainingInstances()
* @see #isCancelRemainingInstances()
* @see #setCancelRemainingInstances(boolean)
* @generated
*/
void unsetCancelRemainingInstances();
/**
* Returns whether the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#isCancelRemainingInstances Cancel Remaining Instances}' attribute is set.
*
*
* @return whether the value of the 'Cancel Remaining Instances' attribute is set.
* @see #unsetCancelRemainingInstances()
* @see #isCancelRemainingInstances()
* @see #setCancelRemainingInstances(boolean)
* @generated
*/
boolean isSetCancelRemainingInstances();
/**
* Returns the value of the 'Ordering' attribute.
* The literals are from the enumeration {@link org.omg.spec.bpmn.model.TAdHocOrdering}.
*
*
* @return the value of the 'Ordering' attribute.
* @see org.omg.spec.bpmn.model.TAdHocOrdering
* @see #isSetOrdering()
* @see #unsetOrdering()
* @see #setOrdering(TAdHocOrdering)
* @see org.omg.spec.bpmn.model.ModelPackage#getTAdHocSubProcess_Ordering()
* @model unsettable="true"
* extendedMetaData="kind='attribute' name='ordering'"
* @generated
*/
TAdHocOrdering getOrdering();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#getOrdering Ordering}' attribute.
*
*
* @param value the new value of the 'Ordering' attribute.
* @see org.omg.spec.bpmn.model.TAdHocOrdering
* @see #isSetOrdering()
* @see #unsetOrdering()
* @see #getOrdering()
* @generated
*/
void setOrdering(TAdHocOrdering value);
/**
* Unsets the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#getOrdering Ordering}' attribute.
*
*
* @see #isSetOrdering()
* @see #getOrdering()
* @see #setOrdering(TAdHocOrdering)
* @generated
*/
void unsetOrdering();
/**
* Returns whether the value of the '{@link org.omg.spec.bpmn.model.TAdHocSubProcess#getOrdering Ordering}' attribute is set.
*
*
* @return whether the value of the 'Ordering' attribute is set.
* @see #unsetOrdering()
* @see #getOrdering()
* @see #setOrdering(TAdHocOrdering)
* @generated
*/
boolean isSetOrdering();
} // TAdHocSubProcess
© 2015 - 2025 Weber Informatics LLC | Privacy Policy