You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Today we do a ascii class tree either as the subclasses or the superclasses. I have been asked several times to be able to display both the subclasses and superclasses as a single diagram.
The idea would be to merge the subclass tree and the superclass tree and designate the class that represented the intersection.
If there was a named class in the request, from the defined target class the subclasses would be just as they are now. From the target class up, it would be a single tree path to the root
The real questions are:
Should this be a new option or simply the default.
If we do this are the current options useful
default - Subclasses from the target class
-s - superclasses from the target class
The result of a full tree with TargetClass CIM_MemberOfCollection would look like:
Today we do a ascii class tree either as the subclasses or the superclasses. I have been asked several times to be able to display both the subclasses and superclasses as a single diagram.
The idea would be to merge the subclass tree and the superclass tree and designate the class that represented the intersection.
If there was a named class in the request, from the defined target class the subclasses would be just as they are now. From the target class up, it would be a single tree path to the root
The real questions are:
default - Subclasses from the target class
-s - superclasses from the target class
The result of a full tree with TargetClass CIM_MemberOfCollection would look like:
The text was updated successfully, but these errors were encountered: