Class QueueNodeParam

  • All Implemented Interfaces:
    java.io.Serializable

    
    public class QueueNodeParam
    extends ServiceNodeParam
                        

    Parameter container for queue nodes in queueing networks.

    This class extends ServiceNodeParam to add queue-specific parameters, particularly for polling scheduling strategies. Queue nodes may use polling disciplines (gated, exhaustive, or k-limited) with associated switchover times between job classes.

    Since:

    1.0

    • Constructor Detail

      • QueueNodeParam

        QueueNodeParam()
        Constructs an empty QueueNodeParam with initialized parameter maps.
    • Method Detail

      • isEmpty

         boolean isEmpty()

        Checks if this queue parameter container is empty.

        Returns:

        true if no parameters are specified, false otherwise