Overview
This node specifies an input-control for the transition function. It contains a label and the transiationInput-nodes textbox
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | finiteAutomate | Boolean | ![]() | ![]() | ![]() |
determines if the turingmachine of the transiations is a finite automaton or not |
|
public-read | hasErrors | Boolean | ![]() |
indicates if the node has input-errors |
|||
public-init | symbol | String | ![]() | ![]() |
the symbol for the label |
||
transitionInputNodes | Node[] |
the transitionInput nodes |
Inherited Variables
Function Summary
- addNewInputField() : Void
- create() : javafx.scene.Node
- public getTransitions(blankSymbol: char) : org.TMSIM.Model.TransitionCollection
- public setTransitionFunction(transitionCollection: org.TMSIM.Model.TransitionCollection, isFiniteAutomate: Boolean) : Void
- validateInput() : Boolean