Interface FlowChartModel.Node

All Known Implementing Classes:
DefaultFlowChartModel.DefaultNode
Enclosing interface:
FlowChartModel

public static interface FlowChartModel.Node
Represents a node in the flow diagram.
Since:
2025-06-01
Version:
1.0.0
Author:
Arber Gashi
  • Method Summary

    Modifier and Type
    Method
    Description
    Returns the unique node ID.
    Returns the display label for the node.
  • Method Details

    • getId

      String getId()
      Returns the unique node ID.
      Returns:
      node ID
    • getLabel

      String getLabel()
      Returns the display label for the node.
      Returns:
      node label