All functions

any_shelf()

Check Shelf for Objects

create_job_queue()

Create a Job Queue

create_queue()

Create a queue

delete_queue()

Delete a Queue

dequeue()

Get the Next Queue Element

enqueue()

Add an Element

init_job_queue()

Initialize a Job Queue

init_queue()

Initialize a queue

input2shelf()

Move from Input to Shelf

is_empty()

Check if Queue is Empty

is_empty_input()

Check if Input Queue is Empty

is_empty_output()

Check if Output Queue is Empty

peek()

Get the next element of the queue

shelf2input()

Move from Shelf to Input Queue

shelf2output()

Move from Shelf to Output Queue

shelf_get()

Retrieve an element from the shelf

shelf_list()

List elements on the shelf