state-machine
state transition with different guard condition
In the state pattern how is this modeled ? state A to state B on trigger X and conditon C1 when current state is A[详细]
2023-02-27 08:49 分类:问答Traverse all transitions in a state machine
I need some help in traversing all transitions in a state machine. (all-transitions is a coverage criteria)[详细]
2023-02-25 06:51 分类:问答FSM state changes in Verilog
I have seen the following used to make state changes in Verilog modules: state <= 开发者_如何转开发2\'b10;[详细]
2023-02-25 02:40 分类:问答How to implement a RESTful resource for a state machine or finite automata
I\'m a Rails and REST newbie and I\'m trying to figure how best to expose a resource that is backed by a domain object that has a state machine (in other words is a finite automata).[详细]
2023-02-23 14:38 分类:问答What is the algorithm for generating a random Deterministic Finite Automata?
The DFA must have the following four properties: The DFA has N nodes Each node has 2 outgoing transitions.[详细]
2023-02-21 20:56 分类:问答Workflow design advice for ASP.Net web application?
My te开发者_如何学Cam has been tasked with designing a web application that is workflow driven. I need some advice regarding the design.[详细]
2023-02-20 15:53 分类:问答How to convert my state machine to java?
Here is the normal way I would do things in C++: class object { public: enum { STATE_ACTIVE = 0, STATE_INACTIVE,[详细]
2023-02-19 19:48 分类:问答One-dimensional state transition table
I am looking for some implementation (ideas) of the one-dimensional state table in C. The transition are kind of objects (struct) that contain:[详细]
2023-02-19 12:40 分类:问答Import and Parse a text file containing PCL: ASP.NET C# technique suggestion?
I need to scrape an old mainframe text file containing Printer Control Language (PCL) for a data import.Altering the mainframe functions isn\'t an option.The print out contains product sales informati[详细]
2023-02-19 07:08 分类:问答Should a State Machine need to expose its current state?
We use a State Machine \'framework\' (based on the State Pattern) which doesn\'t expose its current state, which sometimes means I have to do things in a roundabout way.[详细]
2023-02-18 22:44 分类:问答