jBPM Simulation 6.2.0.Final

org.jbpm.simulation.util
Class WrappedBoundaryEvent

java.lang.Object
  extended by 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
WrappedBoundaryEvent(org.eclipse.bpmn2.BoundaryEvent delegate)
           
 
Method Summary
 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.EClass eClass()
           
 org.eclipse.emf.ecore.EObject eContainer()
           
 org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
           
 org.eclipse.emf.ecore.EReference eContainmentFeature()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eContents()
           
 org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eCrossReferences()
           
 boolean eDeliver()
           
 Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature, boolean resolve)
           
 Object eInvoke(org.eclipse.emf.ecore.EOperation operation, org.eclipse.emf.common.util.EList<?> arguments)
           
 boolean eIsProxy()
           
 boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 void eNotify(org.eclipse.emf.common.notify.Notification notification)
           
 org.eclipse.emf.ecore.resource.Resource eResource()
           
 void eSet(org.eclipse.emf.ecore.EStructuralFeature feature, Object newValue)
           
 void eSetDeliver(boolean deliver)
           
 void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
           
 org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
           
 org.eclipse.bpmn2.Activity getAttachedToRef()
           
 org.eclipse.bpmn2.Auditing getAuditing()
           
 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()
           
 String getId()
           
 List<org.eclipse.bpmn2.SequenceFlow> getIncoming()
           
 List<org.eclipse.bpmn2.ConversationLink> getIncomingConversationLinks()
           
 List<org.eclipse.bpmn2.Lane> getLanes()
           
 org.eclipse.bpmn2.Monitoring getMonitoring()
           
 String getName()
           
 List<org.eclipse.bpmn2.SequenceFlow> getOutgoing()
           
 List<org.eclipse.bpmn2.ConversationLink> getOutgoingConversationLinks()
           
 org.eclipse.bpmn2.OutputSet getOutputSet()
           
 List<org.eclipse.bpmn2.Property> getProperties()
           
 boolean isCancelActivity()
           
 boolean isParallelMultiple()
           
 void setAttachedToRef(org.eclipse.bpmn2.Activity activity)
           
 void setAuditing(org.eclipse.bpmn2.Auditing auditing)
           
 void setCancelActivity(boolean b)
           
 void setId(String s)
           
 void setMonitoring(org.eclipse.bpmn2.Monitoring monitoring)
           
 void setName(String s)
           
 void setOutputSet(org.eclipse.bpmn2.OutputSet outputSet)
           
 void setParallelMultiple(boolean b)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

WrappedBoundaryEvent

public WrappedBoundaryEvent(org.eclipse.bpmn2.BoundaryEvent delegate)
Method Detail

getExtensionValues

public List<org.eclipse.bpmn2.ExtensionAttributeValue> getExtensionValues()
Specified by:
getExtensionValues in interface org.eclipse.bpmn2.BaseElement

getDocumentation

public List<org.eclipse.bpmn2.Documentation> getDocumentation()
Specified by:
getDocumentation in interface org.eclipse.bpmn2.BaseElement

getExtensionDefinitions

public List<org.eclipse.bpmn2.ExtensionDefinition> getExtensionDefinitions()
Specified by:
getExtensionDefinitions in interface org.eclipse.bpmn2.BaseElement

getId

public String getId()
Specified by:
getId in interface org.eclipse.bpmn2.BaseElement

setId

public void setId(String s)
Specified by:
setId in interface org.eclipse.bpmn2.BaseElement

getAnyAttribute

public org.eclipse.emf.ecore.util.FeatureMap getAnyAttribute()
Specified by:
getAnyAttribute in interface org.eclipse.bpmn2.BaseElement

getAttachedToRef

public org.eclipse.bpmn2.Activity getAttachedToRef()
Specified by:
getAttachedToRef in interface org.eclipse.bpmn2.BoundaryEvent

setAttachedToRef

public void setAttachedToRef(org.eclipse.bpmn2.Activity activity)
Specified by:
setAttachedToRef in interface org.eclipse.bpmn2.BoundaryEvent

isCancelActivity

public boolean isCancelActivity()
Specified by:
isCancelActivity in interface org.eclipse.bpmn2.BoundaryEvent

setCancelActivity

public void setCancelActivity(boolean b)
Specified by:
setCancelActivity in interface org.eclipse.bpmn2.BoundaryEvent

getDataOutputs

public List<org.eclipse.bpmn2.DataOutput> getDataOutputs()
Specified by:
getDataOutputs in interface org.eclipse.bpmn2.CatchEvent

getDataOutputAssociation

public List<org.eclipse.bpmn2.DataOutputAssociation> getDataOutputAssociation()
Specified by:
getDataOutputAssociation in interface org.eclipse.bpmn2.CatchEvent

getOutputSet

public org.eclipse.bpmn2.OutputSet getOutputSet()
Specified by:
getOutputSet in interface org.eclipse.bpmn2.CatchEvent

setOutputSet

public void setOutputSet(org.eclipse.bpmn2.OutputSet outputSet)
Specified by:
setOutputSet in interface org.eclipse.bpmn2.CatchEvent

getEventDefinitions

public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitions()
Specified by:
getEventDefinitions in interface org.eclipse.bpmn2.CatchEvent

getEventDefinitionRefs

public List<org.eclipse.bpmn2.EventDefinition> getEventDefinitionRefs()
Specified by:
getEventDefinitionRefs in interface org.eclipse.bpmn2.CatchEvent

isParallelMultiple

public boolean isParallelMultiple()
Specified by:
isParallelMultiple in interface org.eclipse.bpmn2.CatchEvent

setParallelMultiple

public void setParallelMultiple(boolean b)
Specified by:
setParallelMultiple in interface org.eclipse.bpmn2.CatchEvent

getProperties

public List<org.eclipse.bpmn2.Property> getProperties()
Specified by:
getProperties in interface org.eclipse.bpmn2.Event

getIncoming

public List<org.eclipse.bpmn2.SequenceFlow> getIncoming()
Specified by:
getIncoming in interface org.eclipse.bpmn2.FlowNode

getLanes

public List<org.eclipse.bpmn2.Lane> getLanes()
Specified by:
getLanes in interface org.eclipse.bpmn2.FlowNode

getOutgoing

public List<org.eclipse.bpmn2.SequenceFlow> getOutgoing()
Specified by:
getOutgoing in interface org.eclipse.bpmn2.FlowNode

getAuditing

public org.eclipse.bpmn2.Auditing getAuditing()
Specified by:
getAuditing in interface org.eclipse.bpmn2.FlowElement

setAuditing

public void setAuditing(org.eclipse.bpmn2.Auditing auditing)
Specified by:
setAuditing in interface org.eclipse.bpmn2.FlowElement

getMonitoring

public org.eclipse.bpmn2.Monitoring getMonitoring()
Specified by:
getMonitoring in interface org.eclipse.bpmn2.FlowElement

setMonitoring

public void setMonitoring(org.eclipse.bpmn2.Monitoring monitoring)
Specified by:
setMonitoring in interface org.eclipse.bpmn2.FlowElement

getCategoryValueRef

public List<org.eclipse.bpmn2.CategoryValue> getCategoryValueRef()
Specified by:
getCategoryValueRef in interface org.eclipse.bpmn2.FlowElement

getName

public String getName()
Specified by:
getName in interface org.eclipse.bpmn2.FlowElement

setName

public void setName(String s)
Specified by:
setName in interface org.eclipse.bpmn2.FlowElement

getIncomingConversationLinks

public List<org.eclipse.bpmn2.ConversationLink> getIncomingConversationLinks()
Specified by:
getIncomingConversationLinks in interface org.eclipse.bpmn2.InteractionNode

getOutgoingConversationLinks

public List<org.eclipse.bpmn2.ConversationLink> getOutgoingConversationLinks()
Specified by:
getOutgoingConversationLinks in interface org.eclipse.bpmn2.InteractionNode

eClass

public org.eclipse.emf.ecore.EClass eClass()
Specified by:
eClass in interface org.eclipse.emf.ecore.EObject

eResource

public org.eclipse.emf.ecore.resource.Resource eResource()
Specified by:
eResource in interface org.eclipse.emf.ecore.EObject

eContainer

public org.eclipse.emf.ecore.EObject eContainer()
Specified by:
eContainer in interface org.eclipse.emf.ecore.EObject

eContainingFeature

public org.eclipse.emf.ecore.EStructuralFeature eContainingFeature()
Specified by:
eContainingFeature in interface org.eclipse.emf.ecore.EObject

eContainmentFeature

public org.eclipse.emf.ecore.EReference eContainmentFeature()
Specified by:
eContainmentFeature in interface org.eclipse.emf.ecore.EObject

eContents

public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eContents()
Specified by:
eContents in interface org.eclipse.emf.ecore.EObject

eAllContents

public org.eclipse.emf.common.util.TreeIterator<org.eclipse.emf.ecore.EObject> eAllContents()
Specified by:
eAllContents in interface org.eclipse.emf.ecore.EObject

eIsProxy

public boolean eIsProxy()
Specified by:
eIsProxy in interface org.eclipse.emf.ecore.EObject

eCrossReferences

public org.eclipse.emf.common.util.EList<org.eclipse.emf.ecore.EObject> eCrossReferences()
Specified by:
eCrossReferences in interface org.eclipse.emf.ecore.EObject

eGet

public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature)
Specified by:
eGet in interface org.eclipse.emf.ecore.EObject

eGet

public Object eGet(org.eclipse.emf.ecore.EStructuralFeature feature,
                   boolean resolve)
Specified by:
eGet in interface org.eclipse.emf.ecore.EObject

eSet

public void eSet(org.eclipse.emf.ecore.EStructuralFeature feature,
                 Object newValue)
Specified by:
eSet in interface org.eclipse.emf.ecore.EObject

eIsSet

public boolean eIsSet(org.eclipse.emf.ecore.EStructuralFeature feature)
Specified by:
eIsSet in interface org.eclipse.emf.ecore.EObject

eUnset

public void eUnset(org.eclipse.emf.ecore.EStructuralFeature feature)
Specified by:
eUnset in interface org.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:
eInvoke in interface org.eclipse.emf.ecore.EObject
Throws:
InvocationTargetException

eAdapters

public org.eclipse.emf.common.util.EList<org.eclipse.emf.common.notify.Adapter> eAdapters()
Specified by:
eAdapters in interface org.eclipse.emf.common.notify.Notifier

eDeliver

public boolean eDeliver()
Specified by:
eDeliver in interface org.eclipse.emf.common.notify.Notifier

eSetDeliver

public void eSetDeliver(boolean deliver)
Specified by:
eSetDeliver in interface org.eclipse.emf.common.notify.Notifier

eNotify

public void eNotify(org.eclipse.emf.common.notify.Notification notification)
Specified by:
eNotify in interface org.eclipse.emf.common.notify.Notifier

jBPM Simulation 6.2.0.Final

Copyright © 2001-2015 JBoss by Red Hat. All Rights Reserved.