I'm working on an application in which I'm looking to employ the
MVC pattern, but I've come up against a design decision point I could use some help with.
My application is going to deal with the design of state-machines. Currently the
MVC model holds information about the machine's states, inputs, outputs, etc.
…