All Classes and Interfaces

Class
Description
A dialog that allows the user to add a new state to the automaton.
The body of the dialog that allows the user to add a new state to the automaton.
A dialog that allows the user to add a new transition to the automaton.
The body of the dialog that allows the user to add a new transition to the automaton.
The Alerts class provides utility methods for displaying different types of alert dialogs.
The AutomataSaver class provides methods for saving and reading automata objects to/from files, as well as managing recent files and file dialogs.
BottomBar: contains a textfield to input words, buttons that control automata playback capabilities and a list of transitions.
This class is used to gather the main components of the application.
Constants used in the application
Edge orientations
The different speed at which the timeline can be played
The different playback states of the timeline
Application themes
The Dwmapi interface provides access to functions in the Dwmapi.dll library, which is used for Desktop Window Manager (DWM) composition.
The FXWinUtil class provides utility methods for working with Windows-specific features in JavaFX applications.
Panel in which Graph is displayed
The GraphStatistics class represents the statistics of a graph in a word automaton.
The body of the dialog that explains the states' colors.
Runner class
The MainPanel class represents the main panel of the WordAutomata application.
Methods used in the application
The Model class represents the model component of the Word Automata application.
The PathFinder class is responsible for finding a path in a graph based on a given word.
A dialog that allows the user to select a state to view its details.
A dialog that allows the user to select a transition to view its details.
A dialog that allows the user to set the initial state of the automaton.
Represents a state in a WordAutomata.
A dialog that shows the details of a state.
The body of the dialog that shows the details of a state.
The body of the dialog that shows the statistics of the automaton.
Represents a transition in a WordAutomata.
A dialog that shows the details of a transition.
The body of the dialog that shows the details of a transition.
Represents a wrapper class for a transition in a word automaton, in order to store the starting and ending states of the transition.
A modal dialog that displays the reasons why the automaton is rejecting the word.
Represents the body of the dialog that shows the reasons why the automaton is rejecting the word.
The WindowStyler class provides methods to set the styling and theme of a JavaFX Stage window.
The main class of the application.