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)  

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

  • Method Details

    • run

      public void run()
      Specified by:
      run in interface java.lang.Runnable
    • getRLE

      public void getRLE()
    • savePattern

      public void savePattern​(java.io.File file) throws java.io.IOException
      Throws:
      java.io.IOException