mirror of
https://github.com/caperren/school_archives.git
synced 2025-11-09 21:51:15 +00:00
Added work from my other class repositories before deletion
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
begin: waitForStart
|
||||
|
||||
state: waitForStart
|
||||
callConstructor -> idle
|
||||
|
||||
state: idle
|
||||
callAddText -> idle
|
||||
callIndex -> processIndex
|
||||
callListPairs -> processListPairs
|
||||
callReset -> idle
|
||||
callCreateListPairs -> idle
|
||||
|
||||
state: processIndex
|
||||
callProcessIndex -> checkIfText
|
||||
|
||||
state: checkIfText
|
||||
callSplitPeriods -> splitIntoTuples
|
||||
processNewlineSplit -> splitIntoTuples
|
||||
processNoNewText -> idle
|
||||
|
||||
state: splitIntoTuples
|
||||
callSplitAsTuples -> fillCircular
|
||||
|
||||
state: fillCircular
|
||||
callFillCircular -> checkIgnoreOrAlpha
|
||||
|
||||
state: checkIgnoreOrAlpha
|
||||
callAlphabetize -> idle
|
||||
callRemoveWords -> removingWords
|
||||
|
||||
state: removingWords
|
||||
callAlphabetize -> idle
|
||||
|
||||
state: processListPairs
|
||||
callProcessListPairs -> listPairsIndexOrList
|
||||
|
||||
state: listPairsIndexOrList
|
||||
callProcessIndex -> checkIfText
|
||||
callCreateListPairs -> idle
|
||||
Reference in New Issue
Block a user