org.tm4j.topicmap.Topic .getTypes()

Description

Returns the Topics defining the type of this topic and all merged topics. This method is shorthand for getTypes(true).

Returns

An unmodifiable Collection of the {@link Topic}s defining the type of this topic and all merged topics. If no types are currently defined on this topic (or merged topics), the returned collection is empty; it is never null.

Other Resources

Related Topics