Interface FlowChartModel.Link
- All Known Implementing Classes:
DefaultFlowChartModel.DefaultLink
- Enclosing interface:
FlowChartModel
public static interface FlowChartModel.Link
Represents a link (or edge) in the flow diagram.
- Since:
- 2025-06-01
- Version:
- 1.0.0
- Author:
- Arber Gashi
-
Method Summary
-
Method Details
-
getSource
-
getTarget
-
getValue
double getValue()Returns the flow magnitude.- Returns:
- flow value
-