Uses of Class
bexee.model.AbstractBPELElementVisitor

Packages that use AbstractBPELElementVisitor
bexee.model Java representation of the BPEL language. 
 

Uses of AbstractBPELElementVisitor in bexee.model
 

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.
 



Copyright © 2004 Berne University of Applied Sciences. All Rights Reserved.