-
- All Known Implementing Classes:
StandardFlowLabelGenerator
public interface FlowLabelGenerator
A label generator for a flow in a flow dataset.- Since:
- 1.5.3
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgenerateLabel(FlowDataset dataset, FlowKey key)Returns a label for the specified flow.
-
-
-
Method Detail
-
generateLabel
String generateLabel(FlowDataset dataset, FlowKey key)
Returns a label for the specified flow.- Parameters:
dataset- the flow dataset (nullnot permitted).key- the flow key (nullnot permitted).- Returns:
- The label (possibly
null).
-
-