Subclasses of AbstractBPELElementVisitor in bexee.model |
class |
AtomicActivityVisitor
This is an abstact visitor which should be used as a superclass for all
visitors which wish to visit basic activities only. |
class |
FindCreateReceivesVisitor
This implementation of a BPELElementVisitor allows finding all Receive
activities in a BPEL process with "createInstance=yes" attribute, i.e. all
Receives which can cause the creation of a process instance. |
class |
IsSynchronousProcessVisitor
This implementation of a BPELElementVisitor is used to
discover whether a BPELProcess is synchronous or not. |