Class MandelbrotTuringMachine

java.lang.Object
org.woehlke.computer.kurzweil.commons.model.turing.MandelbrotTuringMachine

public class MandelbrotTuringMachine
extends java.lang.Object
Mandelbrot Set drawn by a Turing Machine. (C) 2006 - 2015 Thomas Woehlke. https://thomas-woehlke.blogspot.com/2016/01/mandelbrot-set-drawn-by-turing-machine.html
Author:
Thomas Woehlke Date: 28.08.13 Time: 12:39
  • Constructor Summary

    Constructors
    Constructor Description
    MandelbrotTuringMachine​(Mandelbrot2JuliaModel model)  
  • Method Summary

    Modifier and Type Method Description
    void start()  
    boolean step()  

    Methods inherited from class java.lang.Object

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

  • Method Details

    • start

      public void start()
    • step

      public boolean step()