Class DefaultFlowChartModel.DefaultLink
java.lang.Object
com.arbergashi.charts.model.DefaultFlowChartModel.DefaultLink
- All Implemented Interfaces:
FlowChartModel.Link
- Enclosing class:
DefaultFlowChartModel
- Since:
- 2025-06-01
- Version:
- 1.0.0
- Author:
- Arber Gashi
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
DefaultLink
-
-
Method Details
-
getSource
Description copied from interface:FlowChartModel.LinkReturns the source node ID.- Specified by:
getSourcein interfaceFlowChartModel.Link- Returns:
- source node ID
-
getTarget
Description copied from interface:FlowChartModel.LinkReturns the target node ID.- Specified by:
getTargetin interfaceFlowChartModel.Link- Returns:
- target node ID
-
getValue
public double getValue()Description copied from interface:FlowChartModel.LinkReturns the flow magnitude.- Specified by:
getValuein interfaceFlowChartModel.Link- Returns:
- flow value
-