ContactCenters
V. 0.9.9.

umontreal.iro.lecuyer.xmlconfig
Interface StorableParam

All Superinterfaces:
Param
All Known Implementing Classes:
ArrayParam, ArrayParam2D, ArrayParam2D.MatrixRowParam, CSVSourceArray2D, DBConnectionParam, DBSourceArray2D, ExcelSourceArray2D, ParamWithSourceArray, PropertyParam, RandomVariateGenParam

public interface StorableParam
extends Param

Represents a parameter object providing the capability to be converted back to a DOM element.


Method Summary
 Element toElement(ClassFinder finder, Node parent, String elementName, int spc)
          Converts this parameter object to a DOM element using the class finder finder for formatting class names, with parent node parent, element name elementName, and spc spaces for each indentation level.
 

Method Detail

toElement

Element toElement(ClassFinder finder,
                  Node parent,
                  String elementName,
                  int spc)
Converts this parameter object to a DOM element using the class finder finder for formatting class names, with parent node parent, element name elementName, and spc spaces for each indentation level. The method must create an Element instance with name elementName and add it to the node parent of the DOM tree. It is recommended to use DOMUtils helper methods for this. After the element is created, attributes can be set and nested contents can be added. The configured DOM element is then returned.

Parameters:
finder - the class finder used to format class names.
parent - the parent of the new element.
elementName - the name of the constructed element.
spc - the number of spaces for each indentation level.
Returns:
the newly-constructed element.

ContactCenters
V. 0.9.9.

To submit a bug or ask questions, send an e-mail to Richard Simard.