Object/Class

eu.cdevreeze.tqa.xpathaware.extension.table

DimensionRelationshipNodeData

Related Docs: class DimensionRelationshipNodeData | package table

Permalink

object DimensionRelationshipNodeData

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. DimensionRelationshipNodeData
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. final case class DimensionMemberTreeWalkSpec(explicitDimension: EName, startMember: StartMember, includeSelf: Boolean, generationsOption: Option[Int], linkroleOption: Option[String]) extends Product with Serializable

    Permalink

    Specification of a dimension member tree walk for some explicit dimension, starting with one member.

    Specification of a dimension member tree walk for some explicit dimension, starting with one member. The tree walk finds descendant-or-self members in the network, but if the start member must be excluded the tree walk only finds descendant members.

    The optional generations cannot contain 0. None means unbounded.

Value Members

  1. final def !=(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  4. object DimensionMemberTreeWalkSpec extends Serializable

    Permalink
  5. final def asInstanceOf[T0]: T0

    Permalink
    Definition Classes
    Any
  6. def clone(): AnyRef

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  7. final def eq(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean

    Permalink
    Definition Classes
    AnyRef → Any
  9. def filterDescendantOrSelfMembers(treeWalkSpec: DimensionMemberTreeWalkSpec, taxo: BasicTableTaxonomy): Set[EName]

    Permalink

    Returns the descendant-or-self members in a dimension-member tree walk according to the parameter specification of the walk.

    Returns the descendant-or-self members in a dimension-member tree walk according to the parameter specification of the walk. If the start member must not be included, the tree walk finds descendant members instead of descendant-or-self members.

    It is assumed yet not checked that the tree walk can be made for the given dimension (so the dimension is indeed an ancestor in a sequence of consecutive "domain-aware" relationships).

    TODO Mind networks of relationships (that is, after resolution of prohibition/overriding).

  10. def finalize(): Unit

    Permalink
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  11. def findAllMembersInDimensionRelationshipNode(dimensionRelationshipNode: DimensionRelationshipNode, taxo: BasicTableTaxonomy)(implicit xpathEvaluator: XPathEvaluator, scope: Scope): Set[EName]

    Permalink

    Finds all dimension members referred to by the given dimension relationship node in the given taxonomy.

  12. final def getClass(): Class[_]

    Permalink
    Definition Classes
    AnyRef → Any
  13. def hashCode(): Int

    Permalink
    Definition Classes
    AnyRef → Any
  14. final def isInstanceOf[T0]: Boolean

    Permalink
    Definition Classes
    Any
  15. final def ne(arg0: AnyRef): Boolean

    Permalink
    Definition Classes
    AnyRef
  16. final def notify(): Unit

    Permalink
    Definition Classes
    AnyRef
  17. final def notifyAll(): Unit

    Permalink
    Definition Classes
    AnyRef
  18. final def synchronized[T0](arg0: ⇒ T0): T0

    Permalink
    Definition Classes
    AnyRef
  19. def toString(): String

    Permalink
    Definition Classes
    AnyRef → Any
  20. final def wait(): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  21. final def wait(arg0: Long, arg1: Int): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  22. final def wait(arg0: Long): Unit

    Permalink
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped