Class LevelToField

java.lang.Object
com.activeviam.copper.LevelToField

public final class LevelToField extends Object
Representation of the mapping between a cube level and a field reachable from a store.
Author:
ActiveViam
  • Constructor Details

    • LevelToField

      public LevelToField(LevelIdentifier level, FieldPath field)
      Constructor.
      Parameters:
      level - the cube level
      field - the store field mapped to the cube level
  • Method Details