org.smartcomps.twister.engine.priv.core.definition
Interface Flow

All Superinterfaces:
Activity, StructuredActivity
All Known Implementing Classes:
FlowImpl

public interface Flow
extends StructuredActivity

A flow is an activity container used to provide concurreny in activity execution and also to use a simple linkage between activities (from, to) instead of a container oriented activity organisation.
A flow completes when all activities within the flow are completed.

See Also:
Link

Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.StructuredActivity
addActivity, addExecutionContext, getActivities, getExecutionContexts
 
Methods inherited from interface org.smartcomps.twister.engine.priv.core.definition.Activity
fetchProcess, getContainer, getJoinCondition, getName, getProcess, getSourceLinks, getTargetLinks, setJoinCondition, setName, setSourceLinks, setTargetLinks
 



Copyright © 2003 SmartComps. All Rights Reserved.