Implementation of a common processing object (node).
Classes
| ChainNode(nodes, **kwargs) | Chain of nodes. |
| ClassWithCollections(**kwargs[, descr]) | Base class for objects which contain any known collection |
| ConditionalAttribute(*args, **kwargs[, enabled]) | Simple container intended to conditionally store the value |
| Node(**kwargs[, space, postproc]) | Common processing object. |