public interface BpmnEdge
| Modifier and Type | Interface and Description |
|---|---|
static class |
BpmnEdge.Docked |
static class |
BpmnEdge.Simple |
| Modifier and Type | Method and Description |
|---|---|
static BpmnEdge.Docked |
docked(BpmnNode source,
BpmnNode target) |
BpmnNode |
getSource() |
BpmnNode |
getTarget() |
boolean |
isDocked() |
static BpmnEdge.Simple |
of(Edge<? extends View<?>,Node> edge,
BpmnNode source,
Connection sourceConnection,
List<Point2D> controlPoints,
BpmnNode target,
Connection targetConnection,
PropertyReader propertyReader) |
static BpmnEdge.Simple of(Edge<? extends View<?>,Node> edge, BpmnNode source, Connection sourceConnection, List<Point2D> controlPoints, BpmnNode target, Connection targetConnection, PropertyReader propertyReader)
static BpmnEdge.Docked docked(BpmnNode source, BpmnNode target)
BpmnNode getSource()
BpmnNode getTarget()
boolean isDocked()
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.