Overview
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
backButton | Button |
button to go one step back in the simulation |
|||||
colors | Map |
the colors for the states |
|||||
content | Node | ||||||
finiteAutomate | Boolean |
true if it's an simualtion of an finite automaton |
|||||
finiteControlTextColor | Color |
the text color for the finite control |
|||||
inputTape | Tape |
the inputtape node |
|||||
messageBoxContent | Node[] |
placeholder for popup dialoges, is only visible if viewMessageBox == true |
|||||
nextButton | Button |
button to go one step ahead in the simulation |
|||||
playButton | Button |
button to start/stop the timeline |
|||||
playTimeline | Timeline |
the timeline for the automatic "play" mode |
|||||
runtimeITInput | TapeInput |
input node for the inputtape |
|||||
runtimeITPositionInput | TapePositionInput |
input node for the inputtape position |
|||||
runtimeWTInput | TapeInput |
input node for the workingtape |
|||||
runtimeWTPositionInput | TapePositionInput |
input node for the workingtape position |
|||||
state | Node |
the current state |
|||||
stateColor | Color |
the current color for the finite control (color of the current state) |
|||||
transitionChoiceNode | TransitionChoiceNode |
the node that display the next possible transitions |
|||||
transitions | Node[] |
all transitions |
|||||
viewMessageBox | Boolean |
views/hide messageBoxContent |
|||||
workingTape | Tape |
the workingtape node |
Inherited Variables
Function Summary
- calculateColors(states: java.util.ArrayList) : Void
- protected create() : javafx.scene.Node
- public init() : Void
- nextStep() : Void
- public showRuntimeChangeDialog() : Boolean
- updateView() : Void