|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Consolidation
Consolidation
.
A instance of this class represents
a consolidation of a PALO Element
.
Consolidation
s can be constructed by invoking
Dimension.newConsolidation(Element, Element, double)
and are also returned from consolidated elements when calling
Element.getConsolidations()
or
Element.getConsolidationAt(int)
.
PaloAPIException
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. |
Method Detail |
---|
Element getParent()
Element
of this consolidation.
Element
of this consolidation.Element getChild()
Element
of this consolidation.
Element
of this consolidation.double getWeight()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |