blob: e0d52e61f0c1dea726b977e13f395347de249fba [file] [log] [blame]
/**
*/
package org.eclipse.papyrus.bpmn.BPMNProfile;
import java.util.Map;
import org.eclipse.emf.common.util.DiagnosticChain;
/**
* <!-- begin-user-doc -->
* A representation of the model object '<em><b>BPMN Signal</b></em>'.
* <!-- end-user-doc -->
*
*
* @see org.eclipse.papyrus.bpmn.BPMNProfile.BPMNProfilePackage#getBPMNSignal()
* @model
* @generated
*/
public interface BPMNSignal extends ItemDefinition {
/**
* <!-- begin-user-doc -->
* <!-- end-user-doc -->
* <!-- begin-model-doc -->
* self.structureRef= self.base_Class
* @param diagnostics The chain of diagnostics to which problems are to be appended.
* @param context The cache of context-specific information.
* <!-- end-model-doc -->
* @model annotation="http://www.eclipse.org/uml2/2.0.0/UML originalName='BPMNSignal.structureRef'"
* @generated
*/
boolean BPMNSignalstructureRef(DiagnosticChain diagnostics, Map<Object, Object> context);
} // BPMNSignal