Class BackDropQueue

    • Field Detail

      • length

        public TypedIOPort length
        The output port on which the queue size is broadcast. The default type is integer.
      • dropped

        public TypedIOPort dropped
        The output port on which dropped tokens are broadcast. A token is dropped if the queue size is smaller than the capacity. The default type is the same as the type of the input port.
      • capacity

        public Parameter capacity
        The capacity of the queue. The initial default is an integer of value 1.