vooga.aiEngine
Class AIMemory

java.lang.Object
  extended by vooga.aiEngine.AIMemory

public class AIMemory
extends java.lang.Object

AIMemory.java

Author:
Cody Freeman The AIMemory class just keeps track of player actions, analyzes them, then dumps information as needed to conserve space and to keep the computer from dying.

Constructor Summary
AIMemory()
           
AIMemory(java.util.List moves, java.lang.String game, java.lang.String character)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AIMemory

public AIMemory()
         throws java.io.IOException
Throws:
java.io.IOException

AIMemory

public AIMemory(java.util.List moves,
                java.lang.String game,
                java.lang.String character)
         throws java.io.IOException
Throws:
java.io.IOException