| Home | Trees | Indices | Help |
|
|---|
|
|
Fixup of values in the data model. This is done using by keeping an internal list of references that can be resolved during fixup(). Helper functions are provided in this base class for resolving elements in the data model.
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Wrapper around fixup() to prevent endless recurtion. Please do not override me :) |
Perform the required fixup. OVERRIDE ME! |
DEPRICATED! Use self.context.findDataElementByName(name) instead! Internal helper method that will locate a data element in the data model by it's name. We will search starting at our current data element's node level and look down then up for the requested node. To be more specific about a node you can use the dotted name "Element1.ELement2". |
DEPRICATED! Use self.context.getRootOfDataMap() instead! Inernal helper method that returns the root of the current data model. |
| Home | Trees | Indices | Help |
|
|---|
| Generated by Epydoc 3.0.1 on Sat Aug 16 12:17:14 2008 | http://epydoc.sourceforge.net |