Skip to content

Commit

Permalink
Deleted most of the commits from the PR
Browse files Browse the repository at this point in the history
  • Loading branch information
IgorFilimonov committed Oct 9, 2024
2 parents 811cf19 + 02f5091 commit 71bb8be
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 9 deletions.
8 changes: 5 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,10 @@ A comprehensive user guide is available in Russian in the [Wiki of this reposito
- Group selection
- Graph pane zooming and scrolling
- Undoing and redoing performed operations
- State-transition table and adjacency matrix representations also
* State-transition table and adjacency matrix representations
- State and transition addition, editing, and deletion
- Group selection
- Undoing and redoing performed operations
* Simulation
- Instant simulation
- Step-by-state simulation
Expand All @@ -42,14 +45,13 @@ A comprehensive user guide is available in Russian in the [Wiki of this reposito
- Advancing and restarting execution for individual execution states
- Freezing executions states
- Viewing execution states associated with a given state
* Transformations
* Algorithms
- Determinization of finite automata
- Minimization of finite automata
- Conversion of regular expression to finite automata
- Elimination of epsilon-transitions
- Conversion of Mealy machine to Moore machine
- Conversion of Moore machine to Mealy machine
* Algorithms
- Conversion of PDA to context-free grammar
- Hellings algorithm
* Other features
Expand Down
Original file line number Diff line number Diff line change
@@ -1,17 +1,11 @@
package automaton.constructor.view

import automaton.constructor.model.element.AutomatonVertex
import automaton.constructor.model.element.BuildingBlock
import automaton.constructor.model.module.hasProblems
import automaton.constructor.model.module.hasProblemsBinding
import automaton.constructor.utils.I18N
import automaton.constructor.utils.Setting
import automaton.constructor.utils.SettingGroup
import javafx.beans.property.SimpleIntegerProperty
import javafx.beans.property.SimpleStringProperty
import javafx.scene.control.CheckBox
import javafx.scene.control.TextField
import javafx.scene.paint.Color
import tornadofx.*

open class AutomatonBasicVertexView(val vertex: AutomatonVertex) : AutomatonElementView(vertex) {
Expand Down

0 comments on commit 71bb8be

Please sign in to comment.