haifa.shopsim.kernel
Interface JobHolder

All Superinterfaces:
SimulationEntity
All Known Implementing Classes:
RouteStart, RouteEnd, Machine

interface JobHolder
extends SimulationEntity

A JobHolder is a SimulationEntity that 'physically' holds jobs during its operation.


Method Summary
 void getJob(Job job)
          When another SimualationEntity passes the job onto this entity, it should use this method by calling it on the reciveing object.
 

Method Detail

getJob

public void getJob(Job job)
When another SimualationEntity passes the job onto this entity, it should use this method by calling it on the reciveing object.