Package com.amalgamasimulation.service
package com.amalgamasimulation.service
-
ClassDescriptionA
Servicethat can simultaneously process specified number of units.AServicethat is fully controlled programmatically, i.e.Service<T>Service is a class that models a queue of units waiting for service and the servicing of units itself.ServiceWithResources<T,R> AServicethat has the list of resources used to process some units.