Class EventQueueDebugger

    • Field Detail

      • active

        public Parameter active
        A Boolean parameter that determines whether this debugger is active.
    • Constructor Detail

      • EventQueueDebugger

        public EventQueueDebugger​(NamedObj container,
                                  java.lang.String name)
                           throws NameDuplicationException,
                                  IllegalActionException
        Construct an attribute with the given container and name. If an attribute already exists with the same name as the one specified here, that is an instance of class SingletonAttribute (or a derived class), then that attribute is removed before this one is inserted in the container.
        Parameters:
        container - The container.
        name - The name of this attribute.
        Throws:
        IllegalActionException - If the attribute cannot be contained by the proposed container.
        NameDuplicationException - If the container already has an attribute with this name, and the class of that container is not SingletonAttribute.