net.sourceforge.plantuml.turing
Class BFMachine

java.lang.Object
  extended by net.sourceforge.plantuml.turing.BFMachine

public class BFMachine
extends Object


Constructor Summary
BFMachine(String program, String input)
           
 
Method Summary
 String getOutput()
           
 boolean run()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BFMachine

public BFMachine(String program,
                 String input)
Method Detail

run

public boolean run()

getOutput

public String getOutput()


Copyright © 2013. All Rights Reserved.