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

Description

Retrieves the superclasses 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 superclasses for.

Returns

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

Other Resources

Related Topics

Has Parameters