public class OPickReceive extends OActivity
<pick> and
<receive> activities. Because the latter is essentially
a simplified version of the former, at run-time we do not distinguish
between the two.| Modifier and Type | Class and Description |
|---|---|
static class |
OPickReceive.OnAlarm |
static class |
OPickReceive.OnMessage |
| Modifier and Type | Field and Description |
|---|---|
boolean |
createInstanceFlag |
java.util.List<OPickReceive.OnAlarm> |
onAlarms |
java.util.List<OPickReceive.OnMessage> |
onMessages |
failureHandling, joinCondition, name, sourceLinks, suppressJoinFailure, targetLinksincomingLinks, nested, outgoingLinks, variableRd, variableWr| Constructor and Description |
|---|
OPickReceive(OProcess owner,
OActivity parent) |
public final java.util.List<OPickReceive.OnMessage> onMessages
public final java.util.List<OPickReceive.OnAlarm> onAlarms
public boolean createInstanceFlag