@classes = $session->getChildren( $class )

The getChildren() function gets the list of classes that are child classes of a specified one, that is, classes derived from the base class.

 $class = "ICIM_UnitaryComputerSystem";
 @list = $session->getChildren($class);