Overview
This node displays a Transition
Variable Summary
access | name | type | Can Read | Can Init | Can Write | Default Value | description |
---|---|---|---|---|---|---|---|
currentHighlightColor | Color |
the current color of the rectangle wich is used for highlighting the node |
|||||
public | highlight | Boolean | ![]() | ![]() | ![]() |
indicates if the node should be highlighted or not |
|
public | highlightColor | Color | ![]() | ![]() | ![]() |
the color used to highlight the node |
|
public-init | isFinite | Boolean | ![]() | ![]() |
indicates if the transition is part of an finite automaton |
||
sInSymbolIT | String |
the input symbol on the inputtape of the transition |
|||||
sInSymbolWT | String |
the input symbol on the workingtape of the transition |
|||||
sITDirection | String |
the direction on the inputtape of the transition |
|||||
sOutSymbol | String |
the output symbol of the transition |
|||||
sState | String |
the state of the transition |
|||||
sTargetState | String |
the target state of the transition |
|||||
sWTDirection | String |
the direction on the workingtape of the transition |
|||||
public | transition | Transition | ![]() | ![]() | ![]() |
the transition of the node |
Inherited Variables
Function Summary
- create() : javafx.scene.Node