Added work from my other class repositories before deletion

This commit is contained in:
2017-11-29 10:28:24 -08:00
parent cb0b5f4d25
commit 5ea24c81b5
198 changed files with 739603 additions and 0 deletions

View File

@@ -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