Class WolfDeerSimulation

java.lang.Object
  extended byWolfDeerSimulation

public class WolfDeerSimulation
extends Object


Field Summary
 BufferedWriter output
           
 
Constructor Summary
WolfDeerSimulation()
          Constructor to set output to null
 
Method Summary
 AgentNode getDeer()
           
 AgentNode getWolves()
          Accessors for wolves and deer
 void openFile(String filename)
          Open the input file and set the BufferedWriter to speak to it.
 void run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

output

public BufferedWriter output
Constructor Detail

WolfDeerSimulation

public WolfDeerSimulation()
Constructor to set output to null

Method Detail

getWolves

public AgentNode getWolves()
Accessors for wolves and deer


getDeer

public AgentNode getDeer()

openFile

public void openFile(String filename)
Open the input file and set the BufferedWriter to speak to it.


run

public void run()