Package org.jbpm.simulation.util
Class WrappedBoundaryEvent
- java.lang.Object
-
- org.jbpm.simulation.util.WrappedBoundaryEvent
-
- All Implemented Interfaces:
org.eclipse.bpmn2.BaseElement,org.eclipse.bpmn2.BoundaryEvent,org.eclipse.bpmn2.CatchEvent,org.eclipse.bpmn2.Event,org.eclipse.bpmn2.FlowElement,org.eclipse.bpmn2.FlowNode,org.eclipse.bpmn2.InteractionNode,org.eclipse.emf.common.notify.Notifier,org.eclipse.emf.ecore.EObject
public class WrappedBoundaryEvent extends Object implements org.eclipse.bpmn2.BoundaryEvent
-
-
Constructor Summary
Constructors Constructor Description WrappedBoundaryEvent(org.eclipse.bpmn2.BoundaryEvent delegate)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter>eAdapters()org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject>eAllContents()org.eclipse.emf.ecore.EClasseClass()org.eclipse.emf.ecore.EObjecteContainer()org.eclipse.emf.ecore.EStructuralFeatureeContainingFeature()org.eclipse.emf.ecore.EReferenceeContainmentFeature()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>eContents()org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject>eCrossReferences()booleaneDeliver()ObjecteGet(org.eclipse.emf.ecore.EStructuralFeature feature)ObjecteGet(org.eclipse.emf.ecore.EStructuralFeature feature, boolean resolve)ObjecteInvoke(org.eclipse.emf.ecore.EOperation operation, org.eclipse.emf.common.util.EList<?> arguments)booleaneIsProxy()booleaneIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)voideNotify(org.eclipse.emf.common.notify.Notification notification)org.eclipse.emf.ecore.resource.ResourceeResource()voideSet(org.eclipse.emf.ecore.EStructuralFeature feature, Object newValue)voideSetDeliver(boolean deliver)voideUnset(org.eclipse.emf.ecore.EStructuralFeature feature)org.eclipse.emf.ecore.util.FeatureMapgetAnyAttribute()org.eclipse.bpmn2.ActivitygetAttachedToRef()org.eclipse.bpmn2.AuditinggetAuditing()List<org.eclipse.bpmn2.CategoryValue>getCategoryValueRef()List<org.eclipse.bpmn2.DataOutputAssociation>getDataOutputAssociation()List<org.eclipse.bpmn2.DataOutput>getDataOutputs()List<org.eclipse.bpmn2.Documentation>getDocumentation()List<org.eclipse.bpmn2.EventDefinition>getEventDefinitionRefs()List<org.eclipse.bpmn2.EventDefinition>getEventDefinitions()List<org.eclipse.bpmn2.ExtensionDefinition>getExtensionDefinitions()List<org.eclipse.bpmn2.ExtensionAttributeValue>getExtensionValues()StringgetId()List<org.eclipse.bpmn2.SequenceFlow>getIncoming()List<org.eclipse.bpmn2.ConversationLink>getIncomingConversationLinks()List<org.eclipse.bpmn2.Lane>getLanes()org.eclipse.bpmn2.MonitoringgetMonitoring()StringgetName()List<org.eclipse.bpmn2.SequenceFlow>getOutgoing()List<org.eclipse.bpmn2.ConversationLink>getOutgoingConversationLinks()org.eclipse.bpmn2.OutputSetgetOutputSet()List<org.eclipse.bpmn2.Property>getProperties()booleanisCancelActivity()booleanisParallelMultiple()voidsetAttachedToRef(org.eclipse.bpmn2.Activity activity)voidsetAuditing(org.eclipse.bpmn2.Auditing auditing)voidsetCancelActivity(boolean b)voidsetId(String s)voidsetMonitoring(org.eclipse.bpmn2.Monitoring monitoring)voidsetName(String s)voidsetOutputSet(org.eclipse.bpmn2.OutputSet outputSet)voidsetParallelMultiple(boolean b)
-
-
-
Method Detail
-
getExtensionValues
public List<org.eclipse.bpmn2.ExtensionAttributeValue> getExtensionValues()
- Specified by:
getExtensionValuesin interfaceorg.eclipse.bpmn2.BaseElement
-
getDocumentation
public List<org.eclipse.bpmn2.Documentation> getDocumentation()
- Specified by:
getDocumentationin interfaceorg.eclipse.bpmn2.BaseElement
-
getExtensionDefinitions
public List<org.eclipse.bpmn2.ExtensionDefinition> getExtensionDefinitions()
- Specified by:
getExtensionDefinitionsin interfaceorg.eclipse.bpmn2.BaseElement
-
getId
public String getId()
- Specified by:
getIdin interfaceorg.eclipse.bpmn2.BaseElement
-
setId
public void setId(String s)
- Specified by:
setIdin interfaceorg.eclipse.bpmn2.BaseElement
-
getAnyAttribute
public org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
- Specified by:
getAnyAttributein interfaceorg.eclipse.bpmn2.BaseElement
-
getAttachedToRef
public org.eclipse.bpmn2.Activity getAttachedToRef()
- Specified by:
getAttachedToRefin interfaceorg.eclipse.bpmn2.BoundaryEvent
-
setAttachedToRef
public void setAttachedToRef(org.eclipse.bpmn2.Activity activity)
- Specified by:
setAttachedToRefin interfaceorg.eclipse.bpmn2.BoundaryEvent
-
isCancelActivity
public boolean isCancelActivity()
- Specified by:
isCancelActivityin interfaceorg.eclipse.bpmn2.BoundaryEvent
-
setCancelActivity
public void setCancelActivity(boolean b)
- Specified by:
setCancelActivityin interfaceorg.eclipse.bpmn2.BoundaryEvent
-
getDataOutputs
public List<org.eclipse.bpmn2.DataOutput> getDataOutputs()
- Specified by:
getDataOutputsin interfaceorg.eclipse.bpmn2.CatchEvent
-
getDataOutputAssociation
public List<org.eclipse.bpmn2.DataOutputAssociation> getDataOutputAssociation()
- Specified by:
getDataOutputAssociationin interfaceorg.eclipse.bpmn2.CatchEvent
-
getOutputSet
public org.eclipse.bpmn2.OutputSet getOutputSet()
- Specified by:
getOutputSetin interfaceorg.eclipse.bpmn2.CatchEvent
-
setOutputSet
public void setOutputSet(org.eclipse.bpmn2.OutputSet outputSet)
- Specified by:
setOutputSetin interfaceorg.eclipse.bpmn2.CatchEvent
-
getEventDefinitions
public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitions()
- Specified by:
getEventDefinitionsin interfaceorg.eclipse.bpmn2.CatchEvent
-
getEventDefinitionRefs
public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitionRefs()
- Specified by:
getEventDefinitionRefsin interfaceorg.eclipse.bpmn2.CatchEvent
-
isParallelMultiple
public boolean isParallelMultiple()
- Specified by:
isParallelMultiplein interfaceorg.eclipse.bpmn2.CatchEvent
-
setParallelMultiple
public void setParallelMultiple(boolean b)
- Specified by:
setParallelMultiplein interfaceorg.eclipse.bpmn2.CatchEvent
-
getProperties
public List<org.eclipse.bpmn2.Property> getProperties()
- Specified by:
getPropertiesin interfaceorg.eclipse.bpmn2.Event
-
getIncoming
public List<org.eclipse.bpmn2.SequenceFlow> getIncoming()
- Specified by:
getIncomingin interfaceorg.eclipse.bpmn2.FlowNode
-
getLanes
public List<org.eclipse.bpmn2.Lane> getLanes()
- Specified by:
getLanesin interfaceorg.eclipse.bpmn2.FlowNode
-
getOutgoing
public List<org.eclipse.bpmn2.SequenceFlow> getOutgoing()
- Specified by:
getOutgoingin interfaceorg.eclipse.bpmn2.FlowNode
-
getAuditing
public org.eclipse.bpmn2.Auditing getAuditing()
- Specified by:
getAuditingin interfaceorg.eclipse.bpmn2.FlowElement
-
setAuditing
public void setAuditing(org.eclipse.bpmn2.Auditing auditing)
- Specified by:
setAuditingin interfaceorg.eclipse.bpmn2.FlowElement
-
getMonitoring
public org.eclipse.bpmn2.Monitoring getMonitoring()
- Specified by:
getMonitoringin interfaceorg.eclipse.bpmn2.FlowElement
-
setMonitoring
public void setMonitoring(org.eclipse.bpmn2.Monitoring monitoring)
- Specified by:
setMonitoringin interfaceorg.eclipse.bpmn2.FlowElement
-
getCategoryValueRef
public List<org.eclipse.bpmn2.CategoryValue> getCategoryValueRef()
- Specified by:
getCategoryValueRefin interfaceorg.eclipse.bpmn2.FlowElement
-
getName
public String getName()
- Specified by:
getNamein interfaceorg.eclipse.bpmn2.FlowElement
-
setName
public void setName(String s)
- Specified by:
setNamein interfaceorg.eclipse.bpmn2.FlowElement
-
getIncomingConversationLinks
public List<org.eclipse.bpmn2.ConversationLink> getIncomingConversationLinks()
- Specified by:
getIncomingConversationLinksin interfaceorg.eclipse.bpmn2.InteractionNode
-
getOutgoingConversationLinks
public List<org.eclipse.bpmn2.ConversationLink> getOutgoingConversationLinks()
- Specified by:
getOutgoingConversationLinksin interfaceorg.eclipse.bpmn2.InteractionNode
-
eClass
public org.eclipse.emf.ecore.EClass eClass()
- Specified by:
eClassin interfaceorg.eclipse.emf.ecore.EObject
-
eResource
public org.eclipse.emf.ecore.resource.Resource eResource()
- Specified by:
eResourcein interfaceorg.eclipse.emf.ecore.EObject
-
eContainer
public org.eclipse.emf.ecore.EObject eContainer()
- Specified by:
eContainerin interfaceorg.eclipse.emf.ecore.EObject
-
eContainingFeature
public org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
- Specified by:
eContainingFeaturein interfaceorg.eclipse.emf.ecore.EObject
-
eContainmentFeature
public org.eclipse.emf.ecore.EReference eContainmentFeature()
- Specified by:
eContainmentFeaturein interfaceorg.eclipse.emf.ecore.EObject
-
eContents
public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eContents()
- Specified by:
eContentsin interfaceorg.eclipse.emf.ecore.EObject
-
eAllContents
public org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject> eAllContents()
- Specified by:
eAllContentsin interfaceorg.eclipse.emf.ecore.EObject
-
eIsProxy
public boolean eIsProxy()
- Specified by:
eIsProxyin interfaceorg.eclipse.emf.ecore.EObject
-
eCrossReferences
public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eCrossReferences()
- Specified by:
eCrossReferencesin interfaceorg.eclipse.emf.ecore.EObject
-
eGet
public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.EObject
-
eGet
public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature, boolean resolve)
- Specified by:
eGetin interfaceorg.eclipse.emf.ecore.EObject
-
eSet
public void eSet(org.eclipse.emf.ecore.EStructuralFeature feature, Object newValue)- Specified by:
eSetin interfaceorg.eclipse.emf.ecore.EObject
-
eIsSet
public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)
- Specified by:
eIsSetin interfaceorg.eclipse.emf.ecore.EObject
-
eUnset
public void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
- Specified by:
eUnsetin interfaceorg.eclipse.emf.ecore.EObject
-
eInvoke
public Object eInvoke(org.eclipse.emf.ecore.EOperation operation, org.eclipse.emf.common.util.EList<?> arguments) throws InvocationTargetException
- Specified by:
eInvokein interfaceorg.eclipse.emf.ecore.EObject- Throws:
InvocationTargetException
-
eAdapters
public org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> eAdapters()
- Specified by:
eAdaptersin interfaceorg.eclipse.emf.common.notify.Notifier
-
eDeliver
public boolean eDeliver()
- Specified by:
eDeliverin interfaceorg.eclipse.emf.common.notify.Notifier
-
eSetDeliver
public void eSetDeliver(boolean deliver)
- Specified by:
eSetDeliverin interfaceorg.eclipse.emf.common.notify.Notifier
-
eNotify
public void eNotify(org.eclipse.emf.common.notify.Notification notification)
- Specified by:
eNotifyin interfaceorg.eclipse.emf.common.notify.Notifier
-
-