| |
|
| java.lang.Object org.obe.spi.model.JoinInstance org.obe.spi.model.AndJoinInstance
AndJoinInstance | final public class AndJoinInstance extends JoinInstance (Code) | | Implements the logic and state of an AND-JOIN instance.
author: Adrian Price |
Method Summary | |
public synchronized boolean | shouldFire(String transitionId) Handles the activation of an afferent transition. |
AndJoinInstance | public AndJoinInstance(String[] transitions)(Code) | | Constructs a new AND-join instance.
Parameters: transitions - IDs of afferent transitions. |
shouldFire | public synchronized boolean shouldFire(String transitionId)(Code) | | Handles the activation of an afferent transition. An AND-join fires when
all of its afferent transitions have fired.
Parameters: transitionId - The ID of the transition that fired. true if the join fired. |
|
|
|