org.tm4j.topicmap.utils.extractors.OccurrencesExtractor .fn(java.lang.Object in)

Description

The processing function for this extractor.

Parameters
java.lang.Object in the topic to extract the occurrences from. The value of this parameter must be a Topic instance.

Returns

an unmodifiable collection of Occurrence instances.

Other Resources

Related Topics

Has Parameters