org.tm4j.topicmap.TopicMapUtils .getSubClasses(org.tm4j.topicmap.Topic cls)

Description

Retrieves the subclasses of the class defined by the Topic cls. This method makes use of the XTM-defined subclass/superclass association and role types.

Parameters
org.tm4j.topicmap.Topic cls The topic defining the class to retrieve the subclasses for.

Returns

An unmodifiable Collection of the Topic objects which define the subclasses of cls

Other Resources

Related Topics

Has Parameters