public class TaskConfigurationCache
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
TaskConfiguration |
add(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
get(NetGraphModel model,
YAWLTask task) |
static TaskConfigurationCache |
getInstance() |
TaskConfiguration |
getOrAdd(NetGraphModel model,
YAWLTask task) |
TaskConfiguration |
remove(NetGraphModel model,
YAWLTask task) |
public static TaskConfigurationCache getInstance()
public TaskConfiguration add(NetGraphModel model, YAWLTask task)
public TaskConfiguration get(NetGraphModel model, YAWLTask task)
public TaskConfiguration getOrAdd(NetGraphModel model, YAWLTask task)
public TaskConfiguration remove(NetGraphModel model, YAWLTask task)