Class SimpleParameterGroup

Object
SimpleIdentifiedObject
SimpleParameterGroup
All Implemented Interfaces:
Cloneable, Identifier, GeneralParameterDescriptor, GeneralParameterValue, ParameterDescriptorGroup, ParameterValueGroup, IdentifiedObject, ReferenceIdentifier

public class SimpleParameterGroup extends SimpleIdentifiedObject implements ParameterValueGroup, ParameterDescriptorGroup, Cloneable
A ParameterValueGroup implementation for SimpleParameter instances. In order to keep the conceptual model simpler, this parameter group is also its own descriptor. This is not quite a recommended practice (such descriptors are less suitable for use in HashMap), but allow us to keep the amount of classes smaller and closely related interfaces together.

The most interesting methods in this class are:

Since:
3.1