public static interface Task.Manual extends Task, org.processmining.plugins.properties.processmodel.ManualTask
Task.Automatic, Task.Manual| Modifier and Type | Method and Description |
|---|---|
boolean |
addOriginator(Originator originator)
Adds a single originator to this task
|
void |
addOriginators(java.util.Collection<Originator> originators)
Set the collection of originators attached to this manual task
|
boolean |
addRemovableOriginator(Originator removableOriginator)
Adds a single removable originator to this task
|
void |
addRemovableOriginators(java.util.Collection<Originator> removableOriginators)
Set the collection of removable originators attached to this manual task
|
java.util.Collection<Originator> |
getOriginators()
Returns a non-empty collection of originators attached to this manual
task
|
java.util.Collection<Originator> |
getRemovableOriginators()
Returns a collection of originators removable from this manual
task
|
boolean |
removeOriginator(Originator originator)
Removes an originator from the set of originators
|
addIncomingEdge, addParent, addParent, addParent, addReadVariable, addRemovableReadVariable, addRemovableWriteVariable, addWriteVariable, getIncomingEdges, getParents, getProcessTree, getReadVariables, getReadVariablesRecursive, getRemovableReadVariables, getRemovableWrittenVariables, getWrittenVariables, getWrittenVariablesRecursive, isLeaf, isRoot, numParents, removeIncomingEdge, removeReadVariable, removeRemovableReadVariable, removeRemovableWriteVariable, removeWriteVariable, setProcessTree, toStringShortgetDependentProperties, getDependentProperty, getDependentProperty, getID, getIndependentProperties, getIndependentProperty, getIndependentProperty, getName, removeDependentProperty, removeDependentProperty, removeIndependentProperty, removeIndependentProperty, setDependentProperty, setDependentProperty, setIndependentProperty, setIndependentProperty, setNamejava.util.Collection<Originator> getOriginators()
getOriginators in interface org.processmining.plugins.properties.processmodel.ManualTaskjava.util.Collection<Originator> getRemovableOriginators()
boolean addOriginator(Originator originator)
originator - boolean addRemovableOriginator(Originator removableOriginator)
removableOriginator - boolean removeOriginator(Originator originator)
originator - void addOriginators(java.util.Collection<Originator> originators)
void addRemovableOriginators(java.util.Collection<Originator> removableOriginators)