Package com.amalgamasimulation.service
package com.amalgamasimulation.service
-
ClassDescriptionA
Service
that can simultaneously process specified number of units.AService
that 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> AService
that has the list of resources used to process some units.