Class MoMLModelAttributeControllerFactory

    • Constructor Detail

      • MoMLModelAttributeControllerFactory

        public MoMLModelAttributeControllerFactory​(NamedObj container,
                                                   java.lang.String name)
                                            throws NameDuplicationException,
                                                   IllegalActionException
        Create a new factory with the specified name and container.
        Parameters:
        container - The specified container.
        name - The specified name.
        Throws:
        IllegalActionException - If the attribute cannot be contained by the proposed container.
        NameDuplicationException - If the container already has an attribute with this name.
    • Method Detail