barsuift.simLife
Class Application

java.lang.Object
  extended by barsuift.simLife.Application

public class Application
extends java.lang.Object


Constructor Summary
Application()
           
 
Method Summary
 Universe createEmptyUniverse()
           
 Universe createRandomUniverse()
           
 Universe openUniverse(java.io.File saveFile)
           
 void saveUniverse()
           
 void saveUniverseAs(java.io.File saveFile)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Application

public Application()
Method Detail

createEmptyUniverse

public Universe createEmptyUniverse()

createRandomUniverse

public Universe createRandomUniverse()

openUniverse

public Universe openUniverse(java.io.File saveFile)
                      throws OpenException
Throws:
OpenException

saveUniverse

public void saveUniverse()
                  throws SaveException
Throws:
SaveException

saveUniverseAs

public void saveUniverseAs(java.io.File saveFile)
                    throws SaveException
Throws:
SaveException


Copyright © 2010. All Rights Reserved.