org.jactr.core.module.procedural.map.instance
Class ProductionTable

java.lang.Object
  extended by org.jactr.core.module.procedural.map.instance.ProductionTable

public class ProductionTable
extends java.lang.Object


Constructor Summary
ProductionTable()
           
 
Method Summary
 void add(IProduction production)
           
 void remove(IProduction production)
           
 void setDirty(IProduction production, boolean isDirty)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ProductionTable

public ProductionTable()
Method Detail

add

public void add(IProduction production)

remove

public void remove(IProduction production)

setDirty

public void setDirty(IProduction production,
                     boolean isDirty)