Interface LabelsForInput
public interface LabelsForInput
Calculates labels for a given input (and index).
- Author:
- Owen Feehan
-
Method Summary
Modifier and TypeMethodDescriptionderiveLabels(String objectIdentifier, Optional<String> groupGeneratorName, int index) Calculates labels for a given input (and index).
-
Method Details
-
deriveLabels
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:
RowLabelsfor the input.
-