org.palo.api.impl
Class VirtualConsolidationImpl

java.lang.Object
  extended by org.palo.api.impl.VirtualConsolidationImpl
All Implemented Interfaces:
Consolidation

public class VirtualConsolidationImpl
extends java.lang.Object
implements Consolidation

Version:
$ID$
Author:
Stepan Rutz

Method Summary
 Element getChild()
          Returns the child Element of this consolidation.
 Element getParent()
          Returns the parent Element of this consolidation.
 double getWeight()
          The consolidation weight.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getParent

public Element getParent()
Description copied from interface: Consolidation
Returns the parent Element of this consolidation.

Specified by:
getParent in interface Consolidation
Returns:
the parent Element of this consolidation.

getChild

public Element getChild()
Description copied from interface: Consolidation
Returns the child Element of this consolidation.

Specified by:
getChild in interface Consolidation
Returns:
the child Element of this consolidation.

getWeight

public double getWeight()
Description copied from interface: Consolidation
The consolidation weight. This weight is used as a factor on the element's value when the consolidated value is computed.

Specified by:
getWeight in interface Consolidation
Returns:
the consolidation weight.