Open net-man opened 5 years ago
Description Makes the transitions in the state machine public and removes extra functions. https://github.com/deshi-dw/Cerberus2020/blob/95f74e51fc81c3c4908afeb00d2b16f86fedfd5b/src/main/java/frc/cerberus5725/statemachine/StateMachine.java#L6
Reason to exist To remove redundant functions to wrap Hashmap functions.
Hashmap
Scope of the feature Contained within StateMachine.java and affects anything that uses a state machine.
StateMachine.java
Description Makes the transitions in the state machine public and removes extra functions. https://github.com/deshi-dw/Cerberus2020/blob/95f74e51fc81c3c4908afeb00d2b16f86fedfd5b/src/main/java/frc/cerberus5725/statemachine/StateMachine.java#L6
Reason to exist To remove redundant functions to wrap
Hashmap
functions.Scope of the feature Contained within
StateMachine.java
and affects anything that uses a state machine.