org.tm4j.topicmap.Topic .getOccurrences()

Description

Returns the occurrences for this topic and any merged topics. This function is shorthand for getOccurrences(true).

Returns

A collection of the {@link Occurrence}s for this topic and for any merged topics. The returned collection is a copy of the internal set of occurrences of the topic — modifying the collection has no effect on the occurrence set of the Topic. If no occurrences are currently defined on this topic (or merged topics), the returned collection is empty; it is never null.

Other Resources

Related Topics