All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.omg.spec.bpmn.model.TSubProcess 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;

import org.eclipse.emf.common.util.EList;

import org.eclipse.emf.ecore.util.FeatureMap;

/**
 * 
 * A representation of the model object 'TSub Process'.
 * 
 *
 * 

* The following features are supported: *

*
    *
  • {@link org.omg.spec.bpmn.model.TSubProcess#getLaneSet Lane Set}
  • *
  • {@link org.omg.spec.bpmn.model.TSubProcess#getFlowElementGroup Flow Element Group}
  • *
  • {@link org.omg.spec.bpmn.model.TSubProcess#getFlowElement Flow Element}
  • *
  • {@link org.omg.spec.bpmn.model.TSubProcess#getArtifactGroup Artifact Group}
  • *
  • {@link org.omg.spec.bpmn.model.TSubProcess#getArtifact Artifact}
  • *
  • {@link org.omg.spec.bpmn.model.TSubProcess#isTriggeredByEvent Triggered By Event}
  • *
* * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess() * @model extendedMetaData="name='tSubProcess' kind='elementOnly'" * @generated */ public interface TSubProcess extends TActivity { /** * Returns the value of the 'Lane Set' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TLaneSet}. * * * @return the value of the 'Lane Set' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_LaneSet() * @model containment="true" * extendedMetaData="kind='element' name='laneSet' namespace='##targetNamespace'" * @generated */ EList getLaneSet(); /** * Returns the value of the 'Flow Element Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Flow Element Group' attribute list. * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_FlowElementGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='flowElement:group' namespace='##targetNamespace'" * @generated */ FeatureMap getFlowElementGroup(); /** * Returns the value of the 'Flow Element' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TFlowElement}. * * * @return the value of the 'Flow Element' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_FlowElement() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='flowElement' namespace='##targetNamespace' group='flowElement:group'" * @generated */ EList getFlowElement(); /** * Returns the value of the 'Artifact Group' attribute list. * The list contents are of type {@link org.eclipse.emf.ecore.util.FeatureMap.Entry}. * * * @return the value of the 'Artifact Group' attribute list. * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_ArtifactGroup() * @model unique="false" dataType="org.eclipse.emf.ecore.EFeatureMapEntry" many="true" * extendedMetaData="kind='group' name='artifact:group' namespace='##targetNamespace'" * @generated */ FeatureMap getArtifactGroup(); /** * Returns the value of the 'Artifact' containment reference list. * The list contents are of type {@link org.omg.spec.bpmn.model.TArtifact}. * * * @return the value of the 'Artifact' containment reference list. * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_Artifact() * @model containment="true" transient="true" volatile="true" derived="true" * extendedMetaData="kind='element' name='artifact' namespace='##targetNamespace' group='artifact:group'" * @generated */ EList getArtifact(); /** * Returns the value of the 'Triggered By Event' attribute. * The default value is "false". * * * @return the value of the 'Triggered By Event' attribute. * @see #isSetTriggeredByEvent() * @see #unsetTriggeredByEvent() * @see #setTriggeredByEvent(boolean) * @see org.omg.spec.bpmn.model.ModelPackage#getTSubProcess_TriggeredByEvent() * @model default="false" unsettable="true" dataType="org.eclipse.emf.ecore.xml.type.Boolean" * extendedMetaData="kind='attribute' name='triggeredByEvent'" * @generated */ boolean isTriggeredByEvent(); /** * Sets the value of the '{@link org.omg.spec.bpmn.model.TSubProcess#isTriggeredByEvent Triggered By Event}' attribute. * * * @param value the new value of the 'Triggered By Event' attribute. * @see #isSetTriggeredByEvent() * @see #unsetTriggeredByEvent() * @see #isTriggeredByEvent() * @generated */ void setTriggeredByEvent(boolean value); /** * Unsets the value of the '{@link org.omg.spec.bpmn.model.TSubProcess#isTriggeredByEvent Triggered By Event}' attribute. * * * @see #isSetTriggeredByEvent() * @see #isTriggeredByEvent() * @see #setTriggeredByEvent(boolean) * @generated */ void unsetTriggeredByEvent(); /** * Returns whether the value of the '{@link org.omg.spec.bpmn.model.TSubProcess#isTriggeredByEvent Triggered By Event}' attribute is set. * * * @return whether the value of the 'Triggered By Event' attribute is set. * @see #unsetTriggeredByEvent() * @see #isTriggeredByEvent() * @see #setTriggeredByEvent(boolean) * @generated */ boolean isSetTriggeredByEvent(); } // TSubProcess




© 2015 - 2025 Weber Informatics LLC | Privacy Policy