public class YEnabledTransitionSet
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
class |
YEnabledTransitionSet.TaskGroup
A group of YTasks plus an identifier
|
Constructor and Description |
---|
YEnabledTransitionSet() |
Modifier and Type | Method and Description |
---|---|
void |
add(YTask task)
Adds an enabled task to the relevant task group
|
java.util.Set<YEnabledTransitionSet.TaskGroup> |
getAllTaskGroups()
Gets the final set(s) of enabled transitions (one for each enabling place)
|
boolean |
isEmpty() |
public void add(YTask task)
task
- the enabled taskpublic java.util.Set<YEnabledTransitionSet.TaskGroup> getAllTaskGroups()
public boolean isEmpty()
Copyright © 2004-2014 The YAWL Foundation.