Package application.commands
Class SimulationCommand
java.lang.Object
application.commands.SimulationCommand
- All Implemented Interfaces:
java.lang.Runnable
public class SimulationCommand
extends java.lang.Object
implements java.lang.Runnable
-
Constructor Summary
Constructors Constructor Description SimulationCommand()
-
Method Summary
Modifier and Type Method Description void
getRLE()
void
run()
void
savePattern(java.io.File file)
-
Constructor Details
-
SimulationCommand
public SimulationCommand()
-
-
Method Details
-
run
public void run()- Specified by:
run
in interfacejava.lang.Runnable
-
getRLE
public void getRLE() -
savePattern
public void savePattern(java.io.File file) throws java.io.IOException- Throws:
java.io.IOException
-