Abstract Factory classes and methods.
A Factory build Functor (Nodes or Pluggings) from its description. Factories instantiates Functors.
Bases: object
Abstract Factory is Factory base class.
Properties: |
|
---|
Return a node instance
Parameters: | call_stack -- the list of NodeFactory id already in call stack (in order to avoir infinite recursion) |
---|