org.eclipse.bpmn2.ThrowEvent Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Show all versions of kie-wb-common-stunner-bpmn-emf Show documentation
Kie Workbench - Common - Stunner - BPMN Definition Set - GWT Support for Eclipse EMF/XMI
/**
*
*
* Copyright (c) 2010 SAP AG.
* 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:
* Reiner Hille-Doering (SAP AG) - initial API and implementation and/or initial documentation
*
*
*/
package org.eclipse.bpmn2;
import org.eclipse.emf.common.util.EList;
/**
*
* A representation of the model object 'Throw Event'.
*
*
*
* The following features are supported:
*
*
* - {@link org.eclipse.bpmn2.ThrowEvent#getDataInputs Data Inputs}
* - {@link org.eclipse.bpmn2.ThrowEvent#getDataInputAssociation Data Input Association}
* - {@link org.eclipse.bpmn2.ThrowEvent#getInputSet Input Set}
* - {@link org.eclipse.bpmn2.ThrowEvent#getEventDefinitions Event Definitions}
* - {@link org.eclipse.bpmn2.ThrowEvent#getEventDefinitionRefs Event Definition Refs}
*
*
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent()
* @model abstract="true"
* extendedMetaData="name='tThrowEvent' kind='elementOnly'"
* @generated
*/
public interface ThrowEvent extends Event {
/**
* Returns the value of the 'Data Inputs' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.DataInput}.
*
*
* @return the value of the 'Data Inputs' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent_DataInputs()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='dataInput' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getDataInputs();
/**
* Returns the value of the 'Data Input Association' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.DataInputAssociation}.
*
*
* @return the value of the 'Data Input Association' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent_DataInputAssociation()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='dataInputAssociation' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getDataInputAssociation();
/**
* Returns the value of the 'Input Set' containment reference.
*
*
* @return the value of the 'Input Set' containment reference.
* @see #setInputSet(InputSet)
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent_InputSet()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='inputSet' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
InputSet getInputSet();
/**
* Sets the value of the '{@link org.eclipse.bpmn2.ThrowEvent#getInputSet Input Set}' containment reference.
*
*
* @param value the new value of the 'Input Set' containment reference.
* @see #getInputSet()
* @generated
*/
void setInputSet(InputSet value);
/**
* Returns the value of the 'Event Definitions' containment reference list.
* The list contents are of type {@link org.eclipse.bpmn2.EventDefinition}.
*
*
* @return the value of the 'Event Definitions' containment reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent_EventDefinitions()
* @model containment="true" ordered="false"
* extendedMetaData="kind='element' name='eventDefinition' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL' group='http://www.omg.org/spec/BPMN/20100524/MODEL#eventDefinition'"
* @generated
*/
EList getEventDefinitions();
/**
* Returns the value of the 'Event Definition Refs' reference list.
* The list contents are of type {@link org.eclipse.bpmn2.EventDefinition}.
*
*
* @return the value of the 'Event Definition Refs' reference list.
* @see org.eclipse.bpmn2.Bpmn2Package#getThrowEvent_EventDefinitionRefs()
* @model ordered="false"
* extendedMetaData="kind='element' name='eventDefinitionRef' namespace='http://www.omg.org/spec/BPMN/20100524/MODEL'"
* @generated
*/
EList getEventDefinitionRefs();
} // ThrowEvent
© 2015 - 2025 Weber Informatics LLC | Privacy Policy