class documentation

class StageDict(object): (source)

Constructor: StageDict(classes, postprocessor)

View In Hierarchy

A dictionary of stages corresponding to classes

Method __init__ Instantiate an element from elyxer.each class and store as a dictionary
Method getstage Get the stage for a given element, if the type is in the dict
Method instantiate Instantiate an element from elyxer.each class
Instance Variable stagedict Undocumented
def __init__(self, classes, postprocessor): (source)

Instantiate an element from elyxer.each class and store as a dictionary

def getstage(self, element): (source)

Get the stage for a given element, if the type is in the dict

def instantiate(self, classes, postprocessor): (source)

Instantiate an element from elyxer.each class

stagedict = (source)

Undocumented