public abstract class CatchEventImpl extends EventImpl implements CatchEvent
Modifier and Type | Field and Description |
---|---|
protected static ChildElementCollection<DataOutputAssociation> |
dataOutputAssociationCollection |
protected static ChildElementCollection<DataOutput> |
dataOutputCollection |
protected static ChildElementCollection<EventDefinition> |
eventDefinitionCollection |
protected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> |
eventDefinitionRefCollection |
protected static ChildElement<OutputSet> |
outputSetChild |
protected static Attribute<Boolean> |
parallelMultipleAttribute |
propertyCollection
incomingCollection, outgoingCollection
auditingChild, categoryValueRefCollection, monitoringChild, nameAttribute
documentationCollection, extensionElementsChild, idAttribute
modelInstance
Constructor and Description |
---|
CatchEventImpl(ModelTypeInstanceContext context) |
Modifier and Type | Method and Description |
---|---|
Collection<DataOutputAssociation> |
getDataOutputAssociations() |
Collection<DataOutput> |
getDataOutputs() |
Collection<EventDefinition> |
getEventDefinitionRefs() |
Collection<EventDefinition> |
getEventDefinitions() |
OutputSet |
getOutputSet() |
boolean |
isParallelMultiple() |
static void |
registerType(ModelBuilder modelBuilder) |
void |
setOutputSet(OutputSet outputSet) |
void |
setParallelMultiple(boolean parallelMultiple) |
getDiagramElement, getProperties
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes, updateAfterReplacement
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, getIncomingReferencesByType, setExtensionElements, setId
getScope, isScope
addChildElement, equals, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, hashCode, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
getDiagramElement, getProperties
builder, getIncoming, getOutgoing, getPreviousNodes, getSucceedingNodes
getAuditing, getCategoryValueRefs, getMonitoring, getName, setAuditing, setMonitoring, setName
getDocumentations, getExtensionElements, getId, setExtensionElements, setId
getScope, isScope
addChildElement, getAttributeValue, getAttributeValueNs, getChildElementsByType, getChildElementsByType, getDomElement, getElementType, getModelInstance, getParentElement, getRawTextContent, getTextContent, getUniqueChildElementByNameNs, getUniqueChildElementByType, insertElementAfter, removeAttribute, removeAttributeNs, removeChildElement, replaceChildElement, replaceWithElement, setAttributeValue, setAttributeValue, setAttributeValueNs, setAttributeValueNs, setTextContent, setUniqueChildElementByNameNs, updateAfterReplacement
getId, setId
protected static ChildElementCollection<DataOutput> dataOutputCollection
protected static ChildElementCollection<DataOutputAssociation> dataOutputAssociationCollection
protected static ChildElement<OutputSet> outputSetChild
protected static ChildElementCollection<EventDefinition> eventDefinitionCollection
protected static ElementReferenceCollection<EventDefinition,EventDefinitionRef> eventDefinitionRefCollection
public CatchEventImpl(ModelTypeInstanceContext context)
public static void registerType(ModelBuilder modelBuilder)
public boolean isParallelMultiple()
isParallelMultiple
in interface CatchEvent
public void setParallelMultiple(boolean parallelMultiple)
setParallelMultiple
in interface CatchEvent
public Collection<DataOutput> getDataOutputs()
getDataOutputs
in interface CatchEvent
public Collection<DataOutputAssociation> getDataOutputAssociations()
getDataOutputAssociations
in interface CatchEvent
public OutputSet getOutputSet()
getOutputSet
in interface CatchEvent
public void setOutputSet(OutputSet outputSet)
setOutputSet
in interface CatchEvent
public Collection<EventDefinition> getEventDefinitions()
getEventDefinitions
in interface CatchEvent
public Collection<EventDefinition> getEventDefinitionRefs()
getEventDefinitionRefs
in interface CatchEvent
Copyright © 2015. All rights reserved.