Modifier and Type | Method and Description |
---|---|
java.util.Set<YAWLAtomicTask> |
NetElementSummary.getAtomicTasks() |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTask |
class |
MultipleAtomicTask
Properties for this class are managed through its YMultiInstanceAttributes
instance.
|
Modifier and Type | Method and Description |
---|---|
static YAWLAtomicTask |
NetCellUtilities.getAtomicTaskFromCell(java.lang.Object cell) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YAWLAtomicTask> |
NetUtilities.getAtomicTasks(NetGraphModel net)
Returns all atomic tasks in the selected net.
|
Modifier and Type | Method and Description |
---|---|
protected java.awt.geom.Rectangle2D |
ResourceView.fillMultipleInstanceTask(java.awt.Graphics2D g,
YAWLAtomicTask task,
java.util.Set<java.awt.Color> colorSet,
double scale) |
Constructor and Description |
---|
ResourceConstraintsOverlay(NetGraph graph,
java.util.Map<java.lang.String,YAWLAtomicTask> taskMap) |
Modifier and Type | Method and Description |
---|---|
protected YAWLAtomicTask |
AbstractNodeDialog.getSelectedTask() |
YAWLAtomicTask |
NodePanel.getSelectedTask() |
YAWLAtomicTask |
RulePanel.getSelectedTask() |
YAWLAtomicTask |
TaskComboBox.getSelectedTask() |
Modifier and Type | Method and Description |
---|---|
protected YDecomposition |
AbstractNodeDialog.getOrCreateDecomposition(YAWLAtomicTask task) |
void |
NodePanel.removeTaskComboItem(YAWLAtomicTask item) |
void |
RulePanel.removeTaskComboItem(YAWLAtomicTask item) |
void |
RulePanel.setSelectedTask(YAWLAtomicTask task) |
Constructor and Description |
---|
NodePanel(YAWLAtomicTask task,
AbstractNodeDialog parent,
DialogMode mode) |
RulePanel(YAWLAtomicTask task,
NodePanel parent,
DialogMode mode) |
TaskComboBox(YAWLAtomicTask task) |