org.tm4j.topicmap.Variant .getParameters()

Description

Returns the parameters of this variant as an unmodifiable Collection of Topic objects. Note that this method only provides the parameters specifically defined on this Variant itself. In order to retrieve a collection of all parameters defined on this variant and its ancestors, use #getParameters(boolean).

Returns

The collection of {@link Topic}s defining this variant's parameters. If no parameters are currently defined on this variant, the returned collection is empty; it is never null.

Other Resources

Related Topics