Uses of Interface
org.palo.api.Consolidation

Packages that use Consolidation
org.palo.api   
org.palo.api.impl   
 

Uses of Consolidation in org.palo.api
 

Methods in org.palo.api that return Consolidation
 Consolidation ElementNode.getConsolidation()
          Returns the Consolidation of this instance.
 Consolidation[] ConnectionEvent.getConsolidation()
          Returns the affected Consolidations of the event if the event is applicable to consolidations, otherwise null is returned.
 Consolidation Element.getConsolidationAt(int index)
          Returns the Consolidation stored at the given index.
 Consolidation[] Element.getConsolidations()
          Returns an array of Consolidation instances available for this instance.
 Consolidation Hierarchy.newConsolidation(Element element, Element parent, double weight)
          Creates a Consolidation for later use in this hierarchy.
 Consolidation Dimension.newConsolidation(Element element, Element parent, double weight)
          Deprecated. use Hierarchy.newConsolidation(Element, Element, double) instead.
 

Methods in org.palo.api with parameters of type Consolidation
 void Element.updateConsolidations(Consolidation[] consolidations)
          Updates the consolidation-infos of this Element.
 

Constructors in org.palo.api with parameters of type Consolidation
ElementNode(Element element, Consolidation consolidation)
          Constructs a new ElementNode
ElementNode(Element element, Consolidation consolidation, int index)
          Constructs a new ElementNode
 

Uses of Consolidation in org.palo.api.impl
 

Methods in org.palo.api.impl that return Consolidation
 Consolidation HierarchyImpl.newConsolidation(Element element, Element parent, double weight)