Modifier and Type | Method and Description |
---|---|
YAWLTask |
CPort.getTask() |
Modifier and Type | Method and Description |
---|---|
YAWLTask |
TaskConfiguration.getTask() |
Modifier and Type | Method and Description |
---|---|
TaskConfiguration |
TaskConfigurationCache.add(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.get(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.getOrAdd(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
TaskConfigurationCache.remove(NetGraphModel model,
YAWLTask task) |
Constructor and Description |
---|
TaskConfiguration(YAWLTask task,
NetGraphModel model) |
Modifier and Type | Field and Description |
---|---|
protected YAWLTask |
ProcessConfigurationAction.task |
Constructor and Description |
---|
ConfigurableTaskAction(YAWLTask task,
NetGraph net) |
Modifier and Type | Method and Description |
---|---|
java.util.Map<YAWLTask,java.lang.Integer> |
ConfigureSet.getChangedDecorators() |
java.util.Set<YAWLTask> |
NetElementSummary.getTasks() |
java.util.ArrayList<YAWLTask> |
PetriNet.getTasks() |
java.util.Set<YAWLTask> |
NetElementSummary.getTasksWithCancellationSets() |
Modifier and Type | Method and Description |
---|---|
void |
ServiceAutomatonTree.changeCurrentStateAfterActivate(YAWLTask task,
java.lang.String type,
int portID) |
void |
ServiceAutomatonTree.changeCurrentStateAfterBlock(YAWLTask task,
java.lang.String type,
int portID) |
boolean |
ServiceAutomatonTree.processCorrectnessCheckingForActivate(YAWLTask task,
java.lang.String type,
int portID) |
boolean |
ServiceAutomatonTree.processCorrectnessCheckingForBlock(YAWLTask task,
java.lang.String type,
int portID) |
Modifier and Type | Method and Description |
---|---|
void |
PetriNet.setTasks(java.util.ArrayList<YAWLTask> tasks) |
Modifier and Type | Method and Description |
---|---|
void |
AddToVisibleCancellationSetAction.notify(int notificationType,
YAWLTask triggeringTask) |
void |
RemoveFromVisibleCancellationSetAction.notify(int notificationType,
YAWLTask triggeringTask) |
void |
ViewCancellationSetAction.notify(int notificationType,
YAWLTask triggeringTask) |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTask |
class |
CompositeTask |
class |
MultipleAtomicTask
Properties for this class are managed through its YMultiInstanceAttributes
instance.
|
class |
MultipleCompositeTask |
Modifier and Type | Method and Description |
---|---|
YAWLTask |
YAWLFlowRelation.getSourceTask() |
YAWLTask |
YAWLFlowRelation.getTargetTask() |
YAWLTask |
Decorator.getTask() |
YAWLTask |
YAWLPort.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
Decorator.setTask(YAWLTask task) |
Constructor and Description |
---|
Decorator(YAWLTask task,
int type,
int position)
This constructor is to be invoked whenever we are creating a new decorator
from scratch.
|
JoinDecorator(YAWLTask task,
int type,
int position)
This constructor is to be invoked whenever we are creating a new decorator
from scratch.
|
SplitDecorator(YAWLTask task,
int type,
int position)
This constructor is to be invoked whenever we are creating a new decorator
from scratch.
|
Modifier and Type | Method and Description |
---|---|
YAWLTask |
CancellationSet.getOwnerTask() |
YAWLTask |
CancellationSetModel.getTriggeringTask() |
YAWLTask |
NetGraph.getTriggeringTaskOfCurrentCancellationSet() |
YAWLTask |
NetGraph.viewingCancellationSetOf() |
Modifier and Type | Method and Description |
---|---|
void |
CancellationSetModel.changeCancellationSet(YAWLTask triggeringTask) |
void |
NetGraph.changeCancellationSet(YAWLTask task) |
void |
CancellationSetModelListener.notify(int notificationType,
YAWLTask task) |
void |
NetGraph.setJoinDecorator(YAWLTask task,
int type,
int position) |
void |
NetGraphModel.setJoinDecorator(YAWLTask task,
int type,
int position) |
void |
CancellationSet.setOwnerTask(YAWLTask task) |
void |
NetGraph.setSplitDecorator(YAWLTask task,
int type,
int position) |
void |
NetGraphModel.setSplitDecorator(YAWLTask task,
int type,
int position) |
void |
NetGraph.setTaskDecomposition(YAWLTask task,
YDecomposition decomposition) |
Constructor and Description |
---|
CancellationSet(YAWLTask task) |
Modifier and Type | Method and Description |
---|---|
static YAWLTask |
NetUtilities.getSelectedTask() |
static YAWLTask |
NetCellUtilities.getTaskFromCell(java.lang.Object cell) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YAWLTask> |
NetUtilities.getAllTasks(NetGraphModel net)
Returns all tasks in the selected net.
|
static java.util.Set<YAWLTask> |
NetUtilities.getTasksRequiringFlowPredicates(java.util.Set<java.lang.Object> cells)
Returns all the tasks that have flows requiring predicates from the set of net elements supplied
|
static java.util.Set<YAWLTask> |
NetUtilities.getTasksWithCancellationSets(NetGraphModel net)
Returns those tasks in the selected net that trigger cancellation set behaviour.
|
Modifier and Type | Method and Description |
---|---|
YAWLTask |
NetTaskPair.getTask() |
Modifier and Type | Method and Description |
---|---|
void |
NetTaskPair.setTask(YAWLTask task) |
Constructor and Description |
---|
NetTaskPair(YAWLTask task,
NetGraph graph) |
NetTaskPair(YNet net,
YDecomposition decomposition,
YAWLTask task) |
Constructor and Description |
---|
DataVariableDialog(YNet net,
YDecomposition decomposition,
YAWLTask task) |
Constructor and Description |
---|
FlowConditionDialog(java.awt.Window parent,
YAWLTask task,
NetGraph graph) |
Constructor and Description |
---|
FlowConditionTablePanel(FlowConditionDialog parent,
YAWLTask task,
NetGraph graph) |
Constructor and Description |
---|
ResourceDialog(YNet net,
YAWLTask task) |
Modifier and Type | Method and Description |
---|---|
static void |
DecoratorUtil.setTaskDecorators(YTask yTask,
YAWLTask task,
NetGraphModel model) |
Constructor and Description |
---|
UndoableTaskDecompositionChange(YAWLTask task,
YDecomposition oldDecomposition,
YDecomposition newDecomposition) |