Class Simulation.StepResult

  • Enclosing class:
    Simulation

    public static final class Simulation.StepResult
    extends java.lang.Object
    • Field Summary

      Fields 
      Modifier and Type Field Description
      int[] line  
      int tick  
    • Constructor Summary

      Constructors 
      Constructor Description
      StepResult()  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • tick

        public final int tick
      • line

        public final int[] line
    • Constructor Detail

      • StepResult

        public StepResult()