Uses of Class
be.ac.ua.broker.output.textual.PriceDescriptorNode

Packages that use PriceDescriptorNode
be.ac.ua.broker.output.textual   
 

Uses of PriceDescriptorNode in be.ac.ua.broker.output.textual
 

Methods in be.ac.ua.broker.output.textual that return PriceDescriptorNode
 PriceDescriptorNode PriceCalculator.createTree(java.lang.String level1, java.lang.String level2, java.lang.String level3, java.lang.String level4)
          Create a cost overview tree according to the given order of level options
 

Methods in be.ac.ua.broker.output.textual that return types with arguments of type PriceDescriptorNode
 java.util.List<PriceDescriptorNode> PriceDescriptorNode.getChildren()
           
 

Method parameters in be.ac.ua.broker.output.textual with type arguments of type PriceDescriptorNode
 void PriceDescriptorNode.addChildren(java.util.List<PriceDescriptorNode> childs)
          Add the provided list of child nodes to the price tree node