scalation.simulation.process.WaitQueue_LCFS
See theWaitQueue_LCFS companion class
The WaitQueue_LCFS
companion object provides a builder method for wait-queues.
Attributes
-
Companion
-
class
-
Graph
-
-
Supertypes
-
class Object
trait Matchable
class Any
-
Self type
-
Members list
Create a wait-queue using integer-valued defaults for width (w) and height (h).
Create a wait-queue using integer-valued defaults for width (w) and height (h).
Value parameters
-
cap
-
the capacity of the queue (defaults to unbounded)
-
name
-
the name of the wait-queue
-
xy
-
the (x, y) coordinates for the top-left corner of the wait-queue.
Attributes
Create a group of related wait-queues using defaults for width 'w' and height 'h'.
Create a group of related wait-queues using defaults for width 'w' and height 'h'.
Value parameters
-
snk
-
repeated queue specific info: name, offset
-
xy
-
the (x, y) coordinates for the top-left corner of the reference queue.
Attributes