|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Flow | |
bexee.core | Core classes and interfaces of the bexee engine. |
bexee.model | Java representation of the BPEL language. |
bexee.model.activity.impl | This package contains default implementations
of the interfaces from the bexee.model.activity package. |
Uses of Flow in bexee.core |
Methods in bexee.core with parameters of type Flow | |
void |
ProcessControllerImpl.process(Flow flow,
ProcessInstance instance)
This is the implementation of the Flow activity which is used for parallel execution. |
void |
ProcessController.process(Flow flow,
ProcessInstance instance)
Execute a Flow structured activity. |
Uses of Flow in bexee.model |
Methods in bexee.model with parameters of type Flow | |
void |
BPELElementVisitor.visit(Flow flow)
Visit a Flow BPELElement . |
void |
AtomicActivityVisitor.visit(Flow flow)
Traverse all activities within a Flow activity. |
void |
AbstractBPELElementVisitor.visit(Flow flow)
Empty method body for Flow |
Uses of Flow in bexee.model.activity.impl |
Classes in bexee.model.activity.impl that implement Flow | |
class |
FlowImpl
Default implementation of the Flow activity. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |