state-machine
State machine radio buttons
How can I implement radio buttons in boost meta state machine? The problem is the amount of transitions grows quadratically, e.g. with 3 buttons the options are:[详细]
2023-04-13 01:11 分类:问答Data-structure to hold large number of state machine information
I have a XML file and want to represent a complex finite state machine described in a XML file in a c# data-structure. What data structure can I use? Definition of one state is here. the state machine[详细]
2023-04-11 20:46 分类:问答Modeling Identifying states & Modeling Validation in State Machine Diagram
I am wondering what might I consider as States when I am asked to model state of a Booking Process (eg. Booking a Movie Ticket Online).[详细]
2023-04-09 14:37 分类:问答Return to previous saved state with state_machine & state_machine_audit_trail
I have a Rails 3.1 application that uses the state_machine gem (https://github.com/pluginaweek/state_machine) to track a model\'s states. and the state_machine-audit_trail gem (https://github.com/wvan[详细]
2023-04-06 05:03 分类:问答Backing a user interface with a state machine
I am developing a web application with开发者_高级运维 a somewhat complex user interface. It seems like it might be a good idea to back the UI with a corresponding state machine, defining the transitio[详细]
2023-04-06 00:42 分类:问答How to get the current most derived state in a boost::statechart state_machine object?
I am using boost::state_chart library. For debug purposes, I would like to know at any given time 开发者_如何学Cthe state of my state machine.[详细]
2023-04-03 12:23 分类:问答What are good techniques to handle state and state change in game development?
I\'m an experienced developer new to game development, and I have made a reasonably simple but working 3D platformer game and am looking for ways to make the architecture more scalable.[详细]
2023-04-03 02:25 分类:问答visible property in PyQt Animation Framework and State Machine
Sorry about my broken English. I am using a state machine with animations.I want to implement the fade out/in effect.[详细]
2023-04-02 19:00 分类:问答A class-based state machine?
In C++ I\'m trying to make a simple state machine for a game, based on classes. stateMan.setState<mainMenuState>();[详细]
2023-04-01 23:53 分类:问答Finite State Machine with Guards in PHP?
Does anybody know a finite state machine that has guard feature in PH开发者_如何学CP ?Using PEAR\'s FSM (usage example), you can use the action callback to return the next state if the guard fails, li[详细]
2023-03-31 17:46 分类:问答