Construct TMRuleset with given rules.
list of rule
This method is used by the library. Usually, users should use WriteFirstTMRuleSet.builder.
Private
Readonly
rulesReturns what kind of change occurred in the Turing machine when the given state.
now turing machine's state
list of what indicates kind of change
Static
builderCreate builder for WriteFirstTMRuleSet.
created builder
Generated using TypeDoc
The Write-First Turing Machine's program.
Remarks
You should use WriteFirstTMRuleSet.builder to construct this.