Interface IConsolidation

All Known Implementing Classes:
Consolidation

public interface IConsolidation
represent a consolidation relationship between two elements in a dimension
Author:
khaddadin
  • Method Summary

    Modifier and Type
    Method
    Description
    get the child element
    get the parent element
    double
    get the weight of the child to this parent
  • Method Details

    • getParent

      IElement getParent()
      get the parent element
      Returns:
      the parent
    • getChild

      IElement getChild()
      get the child element
      Returns:
      the child element
    • getWeight

      double getWeight()
      get the weight of the child to this parent
      Returns:
      weight value