DRCL JavaSim API

Uses of Class
drcl.util.queue.Queue

Packages that use Queue
drcl.comp   
drcl.diffserv.scheduling   
drcl.sim.event   
drcl.util.queue   
 

Uses of Queue in drcl.comp
 

Methods in drcl.comp that return Queue
 Queue ARuntime.getQ()
           
 

Uses of Queue in drcl.diffserv.scheduling
 

Fields in drcl.diffserv.scheduling declared as Queue
protected  Queue ColorQueue.q_
          underlying (usually) FIFO queue
protected  Queue ColorQueue.red_q_
          virtual RED profile FIFO queue
protected  Queue ColorQueue.yellow_q_
          virtual YELLOW profile FIFO queue
protected  Queue ColorQueue.green_q_
          virtual GREEN profile FIFO queue
 

Uses of Queue in drcl.sim.event
 

Fields in drcl.sim.event declared as Queue
protected  Queue SESimulator.qWaiting
           
 

Uses of Queue in drcl.util.queue
 

Subclasses of Queue in drcl.util.queue
 class CalendarQueue
           
 class FIFOQueue
          A first-in-first-out queue.
 class SimpleQueue
          Queue with double type of keys.
 class Stack
          A first-in-last-out queue.
 class TreeMapQueue
           
 

Methods in drcl.util.queue that return Queue
static Queue QueueAssistant.getBest()
           
static Queue QueueAssistant.getBest(int size_)
           
 

Methods in drcl.util.queue with parameters of type Queue
 boolean Queue.merge(Queue that_)
          Enqueues the elements in the queue that_ by the order of that_.dequeue().
 boolean SimpleQueue.merge(Queue that_)
           
 boolean Stack.merge(Queue that_)
           
 boolean FIFOQueue.merge(Queue that_)
           
 


DRCL JavaSim API

Copyright © 2001 - DRCL, OSU     ~ Back to JavaSim Home ~