Returns the list of class names used in the total program defined by the class.
function getUsedClassNames input TypeName className; output TypeName classNames[:]; end getUsedClassNames;