A B C D E F G H I K L M N O P R S T V W

S

saveFile() - Method in class ro.inf.p2.odd.alan.Alan
Save the file to a specified filename.
saveToFile(File) - Method in class ro.inf.p2.odd.alan.TuringMachine
Save all settings of the turing machine to a file in XML format.
setBlank(char) - Method in class ro.inf.p2.odd.alan.TuringMachine
Das Leerzeichen B.
setChanged(boolean) - Method in class ro.inf.p2.odd.alan.Alan
Set alans internal state to be modified, needed by HtmlEditor whenever the user changes the documentation
setContent(String) - Method in class ro.inf.p2.odd.alan.Tape
Set the tapes content to @param value
setCurrentValue(Character) - Method in class ro.inf.p2.odd.alan.Tape
Set the value at the current position at the tape.
setD(TuringMachine.Direction) - Method in class ro.inf.p2.odd.alan.TransitionFunctionElement
richtung in die sich der schreib lese kopf bewegen soll (L oder R)
setDescription(String) - Method in class ro.inf.p2.odd.alan.TuringMachine
Sets the comment description of this turing machine object
setFinalState(List<Integer>) - Method in class ro.inf.p2.odd.alan.TuringMachine
F ist die Menge der akzeptierten Endzustaende.
setGamma(String) - Method in class ro.inf.p2.odd.alan.TuringMachine
VollstaendigeMenge der Bandsymbole.
setInitialState(int) - Method in class ro.inf.p2.odd.alan.TuringMachine
Index der Uebergangsfunktion in ro die den Start Zustand beschreibt.
setP(char) - Method in class ro.inf.p2.odd.alan.TransitionFunctionElement
Index des naechsten Zustandes (oder Referenz auf den naechsten Zustand).
setQ(List<Map<Character, TransitionFunctionElement>>) - Method in class ro.inf.p2.odd.alan.TuringMachine
Endliche Menge der Zustaende der endlichen Steuerung.
setSigma(String) - Method in class ro.inf.p2.odd.alan.TuringMachine
Die endliche menge der Eingabesymbole.
setY(char) - Method in class ro.inf.p2.odd.alan.TransitionFunctionElement
Symbol aus Gamma das an die aktuelle Position geschrieben wird.
start() - Method in class ro.inf.p2.odd.alan.TuringMachine
start the execution of the turing machine
stateChanged(ChangeEvent) - Method in class ro.inf.p2.odd.alan.Alan
Required because we implement ChangeListener
stop() - Method in class ro.inf.p2.odd.alan.TuringMachine
stop execution of the turing machine

A B C D E F G H I K L M N O P R S T V W