View Javadoc
1 package org.smartcomps.twister.engine.priv.core.definition; 2 3 /*** 4 * A flow is an activity container used to provide concurreny in 5 * activity execution and also to use a simple linkage between 6 * activities (from, to) instead of a container oriented activity 7 * organisation.<br> 8 * A flow completes when all activities within the flow are completed. 9 * @see org.smartcomps.twister.engine.priv.core.definition.Link 10 */ 11 public interface Flow extends StructuredActivity { 12 }

This page was automatically generated by Maven