Class IdentityMeasureNameProvider

java.lang.Object
com.activeviam.copper.IdentityMeasureNameProvider
All Implemented Interfaces:
Function<IInternalCopperMeasure,String>

@Deprecated(since="6.0.7", forRemoval=true) public class IdentityMeasureNameProvider extends Object implements Function<IInternalCopperMeasure,String>
Deprecated, for removal: This API element is subject to removal in a future version.
The name provider to use to assign a name to a measure.
Author:
ActiveViam
  • Constructor Details

    • IdentityMeasureNameProvider

      public IdentityMeasureNameProvider(IActivePivotDescription pivotDescription, String applicationId)
      Deprecated, for removal: This API element is subject to removal in a future version.
      Constructor.
      Parameters:
      pivotDescription - the description of the cube being enriched
      applicationId - the application id
  • Method Details