
org.omg.spec.bpmn.model.TStartEvent 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 'TStart Event'.
*
*
*
* The following features are supported:
*
*
* - {@link org.omg.spec.bpmn.model.TStartEvent#isIsInterrupting Is Interrupting}
*
*
* @see org.omg.spec.bpmn.model.ModelPackage#getTStartEvent()
* @model extendedMetaData="name='tStartEvent' kind='elementOnly'"
* @generated
*/
public interface TStartEvent extends TCatchEvent {
/**
* Returns the value of the 'Is Interrupting' attribute.
* The default value is "true"
.
*
*
* @return the value of the 'Is Interrupting' attribute.
* @see #isSetIsInterrupting()
* @see #unsetIsInterrupting()
* @see #setIsInterrupting(boolean)
* @see org.omg.spec.bpmn.model.ModelPackage#getTStartEvent_IsInterrupting()
* @model default="true" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean"
* extendedMetaData="kind='attribute' name='isInterrupting'"
* @generated
*/
boolean isIsInterrupting();
/**
* Sets the value of the '{@link org.omg.spec.bpmn.model.TStartEvent#isIsInterrupting Is Interrupting}' attribute.
*
*
* @param value the new value of the 'Is Interrupting' attribute.
* @see #isSetIsInterrupting()
* @see #unsetIsInterrupting()
* @see #isIsInterrupting()
* @generated
*/
void setIsInterrupting(boolean value);
/**
* Unsets the value of the '{@link org.omg.spec.bpmn.model.TStartEvent#isIsInterrupting Is Interrupting}' attribute.
*
*
* @see #isSetIsInterrupting()
* @see #isIsInterrupting()
* @see #setIsInterrupting(boolean)
* @generated
*/
void unsetIsInterrupting();
/**
* Returns whether the value of the '{@link org.omg.spec.bpmn.model.TStartEvent#isIsInterrupting Is Interrupting}' attribute is set.
*
*
* @return whether the value of the 'Is Interrupting' attribute is set.
* @see #unsetIsInterrupting()
* @see #isIsInterrupting()
* @see #setIsInterrupting(boolean)
* @generated
*/
boolean isSetIsInterrupting();
} // TStartEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy