Class FactoryProduct

java.lang.Object
  extended byResource
      extended byFactoryProduct

public class FactoryProduct
extends Resource

FactoryProduct -- Represents the products in the factory, which is the resource that the Truck produces and the Distributor consumes.


Field Summary
 
Fields inherited from class Resource
amount, blocked
 
Constructor Summary
FactoryProduct()
           
 
Methods inherited from class Resource
add, addToList, amountAvailable, consume
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

FactoryProduct

public FactoryProduct()