org.tm4j.topicmap.Variant .getParameters(boolean getAll)

Description

Returns the parameters of this variant and, if so specified, all ancestor variants, as an unmodifiable Collection of Topic objects.

Parameters
boolean getAll If true, then parameters from all ancestor containers are returned. If false, just the parameters of this Variant itself are returned.

Returns

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

Other Resources

Related Topics

Has Parameters