Class LabeledDefinition

    • Constructor Detail

      • LabeledDefinition

        public LabeledDefinition​(IDefinitionIdentifier id,
                                 Class<? extends IComponent<?>> componentClass,
                                 IParameterization parameterization,
                                 String label)
        Creates a new instance with the given arguments.
        Parameters:
        id - the definition identifier, cannot be null.
        componentClass - the class of the component, cannot be null.
        parameterization - the parameterization, cannot be null.
        label - the label, cannot be null.
    • Method Detail

      • setLabel

        public void setLabel​(String label)
        Sets the label.
        Parameters:
        label - the label, cannot be null.