Interface FlowLabelGenerator

  • All Known Implementing Classes:
    StandardFlowLabelGenerator

    public interface FlowLabelGenerator
    A label generator for a flow in a flow dataset.
    Since:
    1.5.3
    • Method Detail

      • generateLabel

        java.lang.String generateLabel​(FlowDataset dataset,
                                       FlowKey key)
        Returns a label for the specified flow.
        Parameters:
        dataset - the flow dataset (null not permitted).
        key - the flow key (null not permitted).
        Returns:
        The label (possibly null).