public interface LabelsForInput
Calculates labels for a given input (and index).
Author:
Owen Feehan
  • Method Summary

    Modifier and Type
    Method
    Description
    deriveLabels(String objectIdentifier, Optional<String> groupGeneratorName, int index)
    Calculates labels for a given input (and index).
  • Method Details

    • deriveLabels

      RowLabels deriveLabels(String objectIdentifier, Optional<String> groupGeneratorName, int index)
      Calculates labels for a given input (and index).
      Parameters:
      objectIdentifier - a unique identifier for the object (within the context of whatever image it resides).
      groupGeneratorName - an optional name for the group generator.
      index - the index in the input-collection for the particular input.
      Returns:
      RowLabels for the input.