Issue 3023: Remove interface get_supported_nodes (partyman-fac-rtf) Source: Gazebo Software Solutions (Mr. Robert Mickley, ) Nature: Revision Severity: Summary: The abstract base class of NodeManager gives the interface "get_supported_nodes". This interface has no meaning and should be removed. Since the node interface is a mix-in class for Party, the get_supported_parties covers all the potential type information for instances. There is no such thing as a type-of node. Suggested Action: The class NodeManager should be removed altogether. Resolution: Revised Text: Actions taken: November 12, 1999: received issue Discussion: End of Annotations:===== Issues From Rob Mickley: ******************************************************* Issue: The abstract base class of NodeManager gives the interface "get_supported_nodes". This interface has no meaning and should be removed. Since the node interface is a mix-in class for Party, the get_supported_parties covers all the potential type information for instances. There is no such thing as a type-of node. Suggested Action: The class NodeManager should be removed altogether.