Class LabeledContainerComponent<M extends IModel,P extends IParameterization>

All Implemented Interfaces:
IComponent<M>, IEventChannel
Direct Known Subclasses:
TypeDescriptionComponent

public class LabeledContainerComponent<M extends IModel,P extends IParameterization> extends ContainerComponent<M,P>
Represents a ContainerComponent, which label should not be ignored during rendering. By default labels for ContainerComponent are ignored before creating a Component instance. Child classes are exceptions, which can be checked by Class without an actual instance present.
  • Constructor Details

    • LabeledContainerComponent

      public LabeledContainerComponent(P parameterization)
      Creates a new container component.
      Parameters:
      parameterization - the parameterization.