Interface IFeatureContainerModelGrouped<NMI extends INamedModelInstanceGrouped,FI extends IFieldInstanceGrouped,AI extends IAssemblyInstanceGrouped>

Type Parameters:
NMI - the Java type of named model instances
FI - the Java type of field instances
AI - the Java type of assembly instances
All Superinterfaces:
IContainer, IContainerModel, IContainerModelGrouped
All Known Implementing Classes:
AbstractChoiceGroupInstance

Provides grouped container model functionality through delegation.

This interface provides default implementations for grouped container model operations by delegating to an IContainerModelSupport instance.