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

    Modifier and Type
    Method
    Description
    Returns the source node ID.
    Returns the target node ID.
    double
    Returns the flow magnitude.
  • Method Details

    • getSource

      String getSource()
      Returns the source node ID.
      Returns:
      source node ID
    • getTarget

      String getTarget()
      Returns the target node ID.
      Returns:
      target node ID
    • getValue

      double getValue()
      Returns the flow magnitude.
      Returns:
      flow value