Class DelegatingNamedCubeDescriptionBuilder

java.lang.Object
com.activeviam.builders.DelegatingNamedCubeDescriptionBuilder
All Implemented Interfaces:
ICanStartBuildingDimensions, ICanStartBuildingQueryCube, ICanStartBuildingMeasures, ICubeDescriptionBuilder.INamedCubeDescriptionBuilder, IHasAtLeastOneMeasure

public class DelegatingNamedCubeDescriptionBuilder extends Object implements IHasAtLeastOneMeasure
Simple wrapper around SimpleCubeDescriptionBuilder to implement the step IHasAtLeastOneMeasure that cannot be directly implemented by SimpleCubeDescriptionBuilder because of conflicting generic types for ICanStartBuildingEpochDimension also needed by the IQueryCubeDescriptionBuilder.