Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dfsa implementation #2

Merged
merged 3 commits into from
Aug 13, 2023
Merged

Dfsa implementation #2

merged 3 commits into from
Aug 13, 2023

Conversation

Scrappers-glitch
Copy link
Member

@Scrappers-glitch Scrappers-glitch commented Aug 12, 2023

This PR introduces the DeterministicManager, a TransitionalManager for the Deterministic Finite-State-Automaton Pattern (DFSA).

  • DeterministicManager and TransitionPathNotUniqueException.
  • Refactored StateMap to TransitionPath.
  • Added TransitionPath#setName(String) and TransitionPath#getName().
  • Example for the Deterministic Finite-State-Automaton.
  • Updated the SerialAdder example.

@Scrappers-glitch Scrappers-glitch added documentation Improvements or additions to documentation enhancement New feature or request labels Aug 12, 2023
@Electrostat-Lab Electrostat-Lab deleted a comment from sonatype-lift bot Aug 12, 2023
@Scrappers-glitch Scrappers-glitch merged commit de3c288 into master Aug 13, 2023
6 of 7 checks passed
@Scrappers-glitch Scrappers-glitch deleted the dfsa-implementation branch August 13, 2023 06:17
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant