Package mondrian.olap

Interface Hierarchy

    • Method Detail

      • getAllMember

        Member getAllMember()
        Returns the "All" member of this hierarchy.
        Post-condition:
        return != null
      • getNullMember

        Member getNullMember()
        Returns a special member representing the "null" value. This never occurs on an axis, but may occur if functions such as Lead, NextMember and ParentMember walk off the end of the hierarchy.
        Post-condition:
        return != null
      • hasAll

        boolean hasAll()
      • createMember

        Member createMember​(Member parent,
                            Level level,
                            String name,
                            Formula formula)
        Creates a member of this hierarchy. If this is the measures hierarchy, a calculated member is created, and formula must not be null.
      • getUniqueNameSsas

        String getUniqueNameSsas()
        Deprecated.
        Will be removed in mondrian-4.0, when OlapElement.getUniqueName() will have this behavior.
        Returns the unique name of this hierarchy, always including the dimension name, e.g. "[Time].[Time]", regardless of whether MondrianProperties.SsasCompatibleNaming is enabled.
        Returns:
        Unique name of hierarchy.