Private
nowPrivate
rulesAdd rule to this builder.
This builder, to method chains.
The rule is interpreted as "When read read symbol at state then change state to nextState, write write symbol on same location, and move head to move". state is set by TMRuleSetBuilder.state.
Add HALT rule to this builder.
This builder, to method chains.
The rule is interpreted as "When read read symbol at state then stop the machine". state is set by TMRuleSetBuilder.state.
Sets which states the rules to be added are related to.
The state the rules to be added are related to.
This builder, to method chains.
Generated using TypeDoc
A builder to build the turing machine's ruleset.
See
TMRuleSet