casaltarelli / Grepy

Version of Grepy used to test input against Regular Expressions utilizing NFA and DFA automation developed in Java. Project for CMPT 440L at Marist College Spring 2020
GNU General Public License v3.0
0 stars 0 forks source link

Create TransitionObj [TransitionObj.java] #20

Closed casaltarelli closed 4 years ago

casaltarelli commented 4 years ago

Will be used for referencing all Delta transitions that match our current search. Will be comprised of State and Delta Transitions for that State

casaltarelli commented 4 years ago

Completed.