Overview
This node displays a list of transitions and let the user choose one of them
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
public | background | Rectangle | ![]() | ![]() | ![]() |
the background-rectangle |
|
content | HBox |
a container for the content |
|||||
group | Group |
the group for all nodes |
|||||
groupNodes | Node[] |
the nodes |
|||||
public | isFiniteAutomate | Boolean | ![]() | ![]() | ![]() |
determines if the turingmachine of the transiations is a finite automaton or not |
|
public | possibleTransitions | ArrayList | ![]() | ![]() | ![]() |
the transitions to choose |
|
radioButtons | RadioButton[] |
the radiobuttons of this node |
|||||
tGTransitions | ToggleGroup |
the group of the radiobuttons |
Inherited Variables
Function Summary
- create() : javafx.scene.Node
- public getSelectedTransition() : org.TMSIM.Model.Transition