Modifier and Type | Method and Description |
---|---|
java.util.HashSet<YAWLCell> |
ConfigureSet.getRemoveSetMembers() |
Modifier and Type | Method and Description |
---|---|
boolean |
ConfigureSet.addRemoveMember(YAWLCell newSetMember) |
boolean |
ConfigureSet.containsRemoveMembers(YAWLCell cell) |
boolean |
ConfigureSet.removeRemoveMember(YAWLCell oldSetMember) |
Modifier and Type | Method and Description |
---|---|
void |
ConfigureSet.setRemoveSetMembers(java.util.HashSet<YAWLCell> setMembers) |
Modifier and Type | Class and Description |
---|---|
class |
AtomicTask |
class |
CompositeTask |
class |
Condition |
class |
Decorator |
class |
InputCondition |
class |
JoinDecorator |
class |
MultipleAtomicTask
Properties for this class are managed through its YMultiInstanceAttributes
instance.
|
class |
MultipleCompositeTask |
class |
OutputCondition |
class |
SplitDecorator |
class |
VertexContainer |
class |
YAWLFlowRelation |
class |
YAWLTask |
class |
YAWLVertex |
Modifier and Type | Method and Description |
---|---|
YAWLCell |
NetGraph.getSourceOf(Edge edge) |
YAWLCell |
NetGraphModel.getSourceOf(Edge edge) |
YAWLCell |
NetGraph.getTargetOf(Edge edge) |
YAWLCell |
NetGraphModel.getTargetOf(Edge edge) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<YAWLCell> |
CancellationSet.getMembers() |
Modifier and Type | Method and Description |
---|---|
boolean |
NetGraph.acceptsIncomingFlows(YAWLCell cell) |
boolean |
NetGraphModel.acceptsIncomingFlows(YAWLCell vertex) |
boolean |
NetGraphModel.acceptsIncomingFlows(YAWLCell cell,
Edge edge) |
boolean |
CancellationSet.add(YAWLCell member) |
boolean |
CancellationSetModel.addCellToCancellationSet(YAWLCell cell) |
void |
NetGraph.addCellToCancellationSet(YAWLCell cell) |
boolean |
NetGraph.areConnected(YAWLCell sourceCell,
YAWLCell targetCell) |
boolean |
NetGraphModel.areConnected(YAWLCell sourceCell,
YAWLCell targetCell) |
boolean |
NetGraphModel.areConnectedAsSourceAndTarget(YAWLCell sourceCell,
YAWLCell targetCell) |
boolean |
CancellationSet.contains(YAWLCell cell) |
boolean |
NetGraph.generatesOutgoingFlows(YAWLCell cell) |
boolean |
NetGraphModel.generatesOutgoingFlows(YAWLCell cell) |
boolean |
NetGraphModel.generatesOutgoingFlows(YAWLCell cell,
Edge edge) |
java.util.Set |
NetGraph.getEdges(YAWLCell[] cells) |
boolean |
NetGraph.hasIncomingFlow(YAWLCell cell) |
boolean |
NetGraphModel.hasIncomingFlow(YAWLCell cell) |
boolean |
NetGraphModel.hasIncomingFlow(YAWLCell cell,
Edge edgeToIgnore) |
boolean |
NetGraph.hasOutgoingFlow(YAWLCell cell) |
boolean |
NetGraphModel.hasOutgoingFlow(YAWLCell cell) |
boolean |
NetGraphModel.hasOutgoingFlow(YAWLCell cell,
Edge edgeToIgnore) |
boolean |
CancellationSet.remove(YAWLCell cell) |
boolean |
CancellationSetModel.removeCellFromCancellationSet(YAWLCell cell) |
void |
NetGraph.removeCellFromCancellationSet(YAWLCell cell) |
void |
NetGraph.removeCellFromCancellationSetInsideUpdate(YAWLCell cell) |
Modifier and Type | Method and Description |
---|---|
void |
CancellationSet.setMembers(java.util.Set<YAWLCell> members) |
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YAWLFlowRelation> |
NetUtilities.getOutgoingFlowsFrom(YAWLCell cell)
Returns all the outgoing flows from the specified cell.
|
Modifier and Type | Method and Description |
---|---|
YAWLCell |
VertexPopupMenu.getCell() |
Constructor and Description |
---|
VertexPopupMenu(YAWLCell cell) |