org.tm4j.topicmap.utils.extractors .VariantsExtractor

Description

An extractor which takes a org.tm4j.topicmap.VariantContainer instance as input and returns a the Variant instances that it contains. Both directly contained and indirectly contained Variants are returned. If there are no such Variants, the return value is null, otherwise the return value is a Collection of Variant instances.

Inheritance Hierarchy

Method Summary
java.lang.Object _extract(java.lang.Object in)