Modifier and Type | Method and Description |
---|---|
java.util.Set<YAWLFlowRelation> |
CPort.getFlows() |
Modifier and Type | Method and Description |
---|---|
void |
CPort.addFlow(YAWLFlowRelation flow) |
Modifier and Type | Method and Description |
---|---|
void |
CPort.setFlows(java.util.Set<YAWLFlowRelation> flows) |
Modifier and Type | Method and Description |
---|---|
void |
TaskConfiguration.removeInputPort(YAWLFlowRelation flow) |
void |
TaskConfiguration.removeOutputPort(YAWLFlowRelation flow) |
Modifier and Type | Method and Description |
---|---|
java.util.Set<YAWLFlowRelation> |
NetElementSummary.getFlows() |
Modifier and Type | Method and Description |
---|---|
YAWLFlowRelation |
YAWLFlowRelation.clone() |
YAWLFlowRelation |
Decorator.getOnlyFlow() |
YAWLFlowRelation |
YAWLTask.getOnlyIncomingFlow() |
YAWLFlowRelation |
YAWLVertex.getOnlyIncomingFlow() |
YAWLFlowRelation |
YAWLTask.getOnlyOutgoingFlow() |
YAWLFlowRelation |
YAWLVertex.getOnlyOutgoingFlow() |
Modifier and Type | Method and Description |
---|---|
java.util.HashSet<YAWLFlowRelation> |
Decorator.getFlows() |
java.util.Set<YAWLFlowRelation> |
VertexContainer.getIncomingFlows() |
java.util.Set<YAWLFlowRelation> |
YAWLTask.getIncomingFlows() |
java.util.Set<YAWLFlowRelation> |
YAWLVertex.getIncomingFlows() |
java.util.Set<YAWLFlowRelation> |
VertexContainer.getOutgoingFlows() |
java.util.Set<YAWLFlowRelation> |
YAWLTask.getOutgoingFlows() |
java.util.Set<YAWLFlowRelation> |
YAWLVertex.getOutgoingFlows() |
Modifier and Type | Method and Description |
---|---|
int |
YAWLFlowRelation.compareTo(YAWLFlowRelation other) |
boolean |
Decorator.detachFlow(YAWLFlowRelation flow) |
void |
YAWLTask.detachFlow(YAWLFlowRelation flow) |
void |
YAWLVertex.detachFlow(YAWLFlowRelation flow) |
Modifier and Type | Method and Description |
---|---|
YAWLFlowRelation |
NetGraph.connect(YAWLPort source,
YAWLPort target) |
Modifier and Type | Method and Description |
---|---|
void |
NetGraph.connect(YAWLFlowRelation flow,
YAWLPort source,
YAWLPort target) |
void |
NetGraph.connect(YAWLFlowRelation flow,
YAWLVertex source,
YAWLVertex target) |
Modifier and Type | Method and Description |
---|---|
static YAWLFlowRelation |
NetCellUtilities.getFlowRelationFromCell(java.lang.Object cell) |
static YAWLFlowRelation |
NetCellFactory.insertFlow(NetGraph net,
java.lang.String sourceID,
java.lang.String targetID)
Creates a new flow between two elements of the given net.
|
Modifier and Type | Method and Description |
---|---|
static java.util.Set<YAWLFlowRelation> |
NetUtilities.getIllegallyCopiedFlows(NetGraphModel net)
This should only be called by the PasteAction class as a cleanup.
|
static java.util.Set<YAWLFlowRelation> |
NetUtilities.getOutgoingFlowsFrom(YAWLCell cell)
Returns all the outgoing flows from the specified cell.
|
Modifier and Type | Method and Description |
---|---|
static int |
NetCellUtilities.getFlowLineStyle(NetGraph net,
YAWLFlowRelation flow) |
static void |
NetCellUtilities.prettifyLoopingFlow(NetGraph graph,
YAWLFlowRelation flow,
EdgeView flowView,
CellView sourceView) |
static void |
NetCellUtilities.setFlowStyle(NetGraph net,
YAWLFlowRelation flow,
int flowStyle) |
static void |
NetCellUtilities.togglePointOnFlow(NetGraph net,
YAWLFlowRelation flow,
java.awt.Point point) |
Modifier and Type | Method and Description |
---|---|
protected YAWLFlowRelation |
FlowProperties.getFlow() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Set<YAWLFlowRelation> |
MultiFlowProperties.getFlows() |
Modifier and Type | Method and Description |
---|---|
protected void |
FlowProperties.setFlow(YAWLFlowRelation f) |
Constructor and Description |
---|
FlowPredicateDialog(java.awt.Window parent,
YAWLFlowRelation flow) |
Modifier and Type | Method and Description |
---|---|
YAWLFlowRelation |
FlowConditionTablePanel.getFlowAtRow(int row) |
Constructor and Description |
---|
FlowPopupMenu(NetGraph net,
YAWLFlowRelation flow,
java.awt.Point point) |