Skip to content

MultiClassHandler Lacks Recursiveness #32

Description

@clauspruefer

Problem

MultiClassHandler class in microesb.py is not really generic / handles recursion in a different way than ClassHandler.

Description

MultiClassHandler class handling should be 100% recursive, currently a MultiClassHandler object only can contain a list of objects. These objects are not able to have children.

Requirements

An object inside a MultiClassHandler list also should handle childrens (child objects ClassHandler or MultiClassHandler inheritance).

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Labels

enhancementNew feature or request

Projects

No projects

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions