function getAllSubtypeOf input TypeName className; input TypeName parentClass = $Code(AllLoadedClasses); input Boolean qualified = false "Not implemented"; input Boolean includePartial = false; input Boolean sort = false; output TypeName classNames[:]; end getAllSubtypeOf;