CN107992332A - A kind of realization method and system of state machine - Google Patents

A kind of realization method and system of state machine Download PDF

Info

Publication number
CN107992332A
CN107992332A CN201711192780.4A CN201711192780A CN107992332A CN 107992332 A CN107992332 A CN 107992332A CN 201711192780 A CN201711192780 A CN 201711192780A CN 107992332 A CN107992332 A CN 107992332A
Authority
CN
China
Prior art keywords
state
machine
state machine
current
current state
Prior art date
Legal status (The legal status is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the status listed.)
Pending
Application number
CN201711192780.4A
Other languages
Chinese (zh)
Inventor
林皓
张托
王周松
龚建新
Current Assignee (The listed assignees may be inaccurate. Google has not performed a legal analysis and makes no representation or warranty as to the accuracy of the list.)
Jiangsu Shenzhouxinyuan System Engineering Co Ltd
Original Assignee
Jiangsu Shenzhouxinyuan System Engineering Co Ltd
Priority date (The priority date is an assumption and is not a legal conclusion. Google has not performed a legal analysis and makes no representation as to the accuracy of the date listed.)
Filing date
Publication date
Application filed by Jiangsu Shenzhouxinyuan System Engineering Co Ltd filed Critical Jiangsu Shenzhouxinyuan System Engineering Co Ltd
Priority to CN201711192780.4A priority Critical patent/CN107992332A/en
Publication of CN107992332A publication Critical patent/CN107992332A/en
Pending legal-status Critical Current

Links

Landscapes

  • Stored Programmes (AREA)

Abstract

The present invention provides a kind of realization method and system of state machine, and the method includes:By involved in operation flow the stateful state for being defined as state machine;Determine the current state of state machine, according to the current state of state machine and the condition of input, determine the current state next state under the described conditions and corresponding action;According to the next state determined, state of a control machine jumps to next state from the current state, and performs corresponding action.For the complex business process moved towards with different conditions, the characteristic of use state machine of the present invention, the different bifurcation states of operation flow are showed with visualization view, simplify the complexity of whole operation flow, it is easy to maintain, the complexity that there are numerous condition analysis to bring in an existing operation flow is avoided, the visualization view that use state machine is formed is very clear.

Description

A kind of realization method and system of state machine
Technical field
The present invention relates to state machine technique field, more particularly, to a kind of realization method and system of state machine.
Background technology
Be frequently encountered in practical applications some with state trend large scale system operation flows, such as form ordering system, One order have create, submit, is to be paid, paid, completed, having deleted, handle in etc. various states, different conditions There is different trends again according to different scenes.
During service logic performs, need to write many if/else branches in code, program code is very mixed Disorderly.Meanwhile branch judges that too many code is also not susceptible to understand, is not easy to safeguard, non-to the processing of these complex business process It is often cumbersome.
The content of the invention
The present invention provides a kind of a kind of reality for the state machine for overcoming the above problem or solving the above problems at least in part Existing method and system, can solve the problems, such as to handle cumbersome, difficult in maintenance in large complicated operation flow.
According to an aspect of the present invention, there is provided a kind of implementation method of state machine, including:
By involved in operation flow the stateful state for being defined as state machine;
Determine the current state of state machine, according to the current state of state machine and the condition of input, determine the current shape State next state under the described conditions and corresponding action;
According to the next state determined, state of a control machine jumps to described next from the current state State, and perform the corresponding action.
Beneficial effects of the present invention are:For the complex business process moved towards with different conditions, the spy of use state machine Property, the different bifurcation states of operation flow are showed with visualization view, simplify the complexity of whole operation flow, easily In maintenance, the complexity that there are numerous condition analysis to bring in an existing operation flow is avoided, what use state machine was formed Visualization view is very clear.
Based on the above technical solutions, the present invention can also improve as follows.
Further, it is described by involved in operation flow it is stateful be defined as the state of state machine before also wrap Include:
Correspondence in spring frames between configuration current state, condition and next state, corresponding action, Form mapping table;
Correspondingly, the current state according to state machine and the condition of input, determine the current state in the bar Next state and corresponding action under part specifically include:
According to the current state for the state machine determined and the condition of input, looked into the mapping table Ask, determine next state corresponding with current state and input condition and corresponding action.
Further, the state machine includes original state and done state, and the method further includes:
When the current state is done state, state of a control machine stops redirecting;And
The current state for the state machine that the basis is determined and the condition of input, carry out in the mapping table Inquiry, determines that next state corresponding with current state and input condition and corresponding action further include:
When the current state and the condition of input according to state machine, it can not find what is matched in the mapping table Next state and corresponding action, then state of a control machine stopping redirect.
Further, the current state according to state machine and the condition of input, determine the current state described Under the conditions of next state and it is corresponding action specifically include:
Condition will be manually entered as trigger signal, according to the trigger signal, the current state of state machine is determined, according to shape The current state of state machine and the condition of input, determine next state of the current state and corresponding action.
Further, the current state according to state machine and the condition of input, determine the current state described Under the conditions of next state and it is corresponding action specifically include:
According to pair between the current state of state machine and current state, condition and next state, corresponding action It should be related to, since the current state of state machine, automatic control state machine is carried out according to execution sequence between different states Redirect, and perform and redirect rear corresponding action, until the current state of state machine is done state.
Further, it is described it is corresponding act include multiple levels son act, the basis determine it is described under One state, state of a control machine jump to next state from the current state, and perform the specific bag of corresponding action Include:
According to the next state determined, state of a control machine jumps to next shape from the current state State, and perform all sons action under corresponding actions or part son action.
Further, the state machine can be it is multiple, be inheritance between multiple state machines, formed parent status machine with Sub-state machine, by the operation flow that parent status machine is realized in sub-state machine.
According to another aspect of the present invention, there is provided a kind of state machine realizes system, including:
Definition module, for by involved in operation flow the stateful state for being defined as state machine;
Determining module, for determining the current state of state machine, according to the current state of state machine and input condition, really The fixed current state next state under the described conditions and corresponding action;
Control module, for being jumped according to the next state determined, state of a control machine from the current state Next state is gone to, and performs the corresponding action.
According to still a further embodiment, there is provided a kind of non-transient computer readable storage medium storing program for executing, it is described non-temporary State computer-readable recording medium storage computer instruction, the computer instruction make the realization of the computer execution state machine Method.
Brief description of the drawings
Fig. 1 is the implementation method flow chart of the state machine of one embodiment of the invention;
Fig. 2 is the whole process schematic diagram of the implementation method of the state machine of another embodiment of the present invention;
The schematic diagram that Fig. 3 circulates between each state in the state machine of another embodiment of the invention;
Fig. 4 realizes that system connects block diagram for the state machine of further embodiment of the present invention;
Fig. 5 is that the state machine of another embodiment of the invention realizes the integrated connection block diagram of system;
Fig. 6 is that the equipment of the implementation method of the state machine of one embodiment of the invention connects block diagram.
Embodiment
With reference to the accompanying drawings and examples, the embodiment of the present invention is described in further detail.Implement below Example is used to illustrate the present invention, but is not limited to the scope of the present invention.
Referring to Fig. 1, there is provided the implementation method of the state machine of one embodiment of the invention, complex business process is visual Change, this method includes:By involved in operation flow the stateful state for being defined as state machine;Determine the current shape of state machine State, according to the current state of state machine and the condition of input, determines the next state of the current state under the described conditions And corresponding action;According to the next state determined, state of a control machine jumps to institute from the current state Next state is stated, and performs corresponding action.
Some operation flows with state trend, such as form ordering system, an order are frequently encountered in practical applications With create, submit, it is to be paid, paid, completed, deleted, handle in etc. various states, different conditions are according to difference Scene have different trends again.Very cumbersome handling these complex business process, therefore, the present embodiment introduces state Machine, using state machine so that complex business process is converted to visualization view, becomes apparent from understanding.
Detailed process is, stateful according to the institute of operation flow, and the stateful of operation flow is defined for state machine, each A state can correspond to different next states under different conditions, and perform different actions.Realizing different conditions During circulation, it is necessary first to determine the current state of state machine, then according to the condition of input, determine the current of state machine State corresponding next state and to the action in requisition for execution under conditions of input.According to the state machine determined The corresponding next state of current state and corresponding action, state of a control machine jump to what is determined from current state Next state, and perform the corresponding actions determined.
In another embodiment of the present invention, stateful it is defined as state machine in the institute by involved in operation flow Institute it is stateful before further include:Configure in spring frames current state, condition and next state, corresponding action Between correspondence, formed mapping table;Correspondingly, the current state according to state machine and the condition of input, determine The current state next state under the described conditions and corresponding action specifically include:According to the state machine determined Current state and input condition, matched, determined and current state and input in the mapping table The corresponding next state of condition and corresponding action.
Due in state of a control machine from during current state jumps to another state, it is thus necessary to determine that current state exists Corresponding next state under different conditions, in the present embodiment, configures current state, condition under spring frames in advance Correspondence between next state, corresponding action, forms mapping table.A such as order in form ordering system To be paid is a state, and it is successfully a condition to pay, and next state corresponds to pay, and corresponding action is to send short messages Inform that user pays successfully.
After having configured mapping table in spring frames, according to the current state of state machine, and according to input Condition, the next state and corresponding action detailed process for determining current state be, by the current state of state machine and The condition of input is matched in mapping table, finds corresponding next state and corresponding action.Then can Next state is jumped to from current state with state of a control machine and performs corresponding action.
In one embodiment of the invention, the state machine includes original state and done state, and the method is also Including:When the current state is done state, state of a control machine stops redirecting;And the state that the basis is determined The current state of machine and the condition of input, are matched in the mapping table, are obtained and current state and input The corresponding next state of condition and corresponding action further include:When the current state and the condition of input according to state machine, It can not find the next state to match and action in the mapping table, then state of a control machine stops redirecting.
For an operation flow, all there are an original state and a done state, the initial of state machine is also served as State and done state, since operation flow has original state and done state, the state machine of selection is finite state Machine, wherein, finite state machine (Finite-state machine, FSM), also known as finite-state automata, abbreviation state machine, is Represent the mathematical model of the behaviors such as limited a state and transfer between these states and action.
When the next state for the state machine that the current state according to state machine and condition are determined is done state When, after state of a control machine jumps to the done state and performs corresponding action, just terminate flow.In addition, when according to state machine Current state and input condition, the next state to match and action are can not find in mapping table, then is shown It fails to match, then terminates flow.
In another embodiment of the present invention, the current state according to state machine and the condition of input, determine institute State current state next state under the described conditions and corresponding action specifically includes:Condition will be manually entered as tactile Signal, according to the trigger signal, the current state of state machine is determined, according to the current state of state machine and the bar of input Part, determines next state of the current state and corresponding action.
During each different conditions of state machine are circulated, triggering manually can be used, when being manually entered bar During part, using the condition being manually entered as trigger signal, according to trigger signal, the current state of state machine is determined, then basis The current state of state machine and the condition being manually entered, according to mapping table determine the corresponding next state of state machine with And corresponding action.According to the next state determined, state of a control machine jumps to next state from current state, when State machine is redirected afterwards, it is necessary to again according to the condition being manually entered, and could carry out redirecting for state, i.e. state machine each time again State redirects, and is required to trigger manually.
In one embodiment of the invention, the current state according to state machine and the condition of input, determine described Current state next state under the described conditions and corresponding action specifically include:According to the current state of state machine with And the correspondence between current state, condition and next state, corresponding action, since the current state of state machine, Automatic control state machine is redirected according to execution sequence between different states, and is performed and redirected rear corresponding action, directly Current state to state machine is done state.
Previous embodiment is described to circulate according to triggering state of a control machine manually between different states, this implementation Introduce automatic control state machine in example and redirected between different states, it is first determined the current state of state machine and pre- The different condition of the current state first configured, since current state, determines current state in different condition according to different condition Under next state, and automatic control state machine jumps to next state from current state, wherein, condition is different, next A state is different.For next state, using identical method again according to sequentially jumping to the next of next state State, until jumping to done state, complete it is stateful between redirect procedure.
The present embodiment is redirecting between the different conditions by automated execution state machine, that is, is automatically performed complicated business stream Journey, and previous embodiment needs triggering manually to perform, and belongs to the two ways of state machine realization.
In one embodiment of the invention, the corresponding action includes the son action of multiple levels, and the basis is true The next state fixed, state of a control machine jumps to next state from the current state, and performs phase The action answered specifically includes:According to the next state determined, state of a control machine jumps to described from the current state Next state, and perform all sons action under corresponding actions or part son action.
Each state is corresponding with corresponding action, when state of a control machine jumps to next state from current state, Perform the corresponding action of the next state.Wherein, action herein can be composite move, i.e., can be included in one action The son action of multiple levels, when according to the next state determined, state of a control machine jumps to next from current state During state, perform that the next state is corresponding to act all sons action included or part son action.Herein, whole is performed Son action or the action of enforcement division molecule, can be configured in spring frames, such as, can be with according to different conditions Configuration performs different son actions.
In another embodiment of the present invention, the state machine can be multiple to be closed between multiple state machines to inherit System, forms parent status machine and sub-state machine, by the operation flow that parent status machine is realized in sub-state machine.
When complex business process is converted to visualization view by adoption status machine, the state machine that uses can be it is multiple, it is more It can be inheritance between a state machine, form parent status machine and sub-state machine, parent status machine is realized in sub-state machine Operation flow, so can easily realize the process that multiple small business are realized in one big business, can be with during specific implementation A corresponding parent status machine is respectively configured for multiple small business, is then whole one sub-state machine of business configuration, sub- state Machine inherits parent status machine, it becomes possible to the operation flow of multiple parent status machines is realized in sub-state machine.
The whole thought that adoption status machine realizes complex business process is described below, reference can be made to Fig. 3, in operation flow It is related to 7 different states, 10 different conditions altogether, each state has corresponding action.With reference to Fig. 2 and Fig. 3, Each state corresponds to different conditions, and corresponding next state is different, and therefore, it is necessary to the current shape according to state machine State and the corresponding conditions of input determine next state of current state and corresponding action, then state of a control machine is from working as Preceding state transition performs corresponding action to next state.Realization is stateful successively redirects, until jumping to state The done state of machine.
Referring to Fig. 4, there is provided the state machine of one embodiment of the invention realizes system, including definition module 41, determines Module 42 and control module 43.
Wherein, definition module 41, for by involved in operation flow the stateful state for being defined as state machine.
Determining module 42, for determining the current state of state machine, and the condition according to input, determines the current shape State next state under the described conditions and corresponding action.
Control module 43, for according to next state for determining, state of a control machine is from the current state Next state is jumped to, and performs corresponding action.
Referring to Fig. 5, there is provided the state machine of another embodiment of the present invention realizes system, including definition module 21, really Cover half block 22, control module 23 and configuration module 24.
Wherein, definition module 21, for defining the state of operation flow for state machine.
Determining module 22, for determining the current state of state machine, according to the current state of state machine and input condition, Determine the current state next state under the described conditions and corresponding action.
Control module 23, for according to next state for determining, state of a control machine is from the current state Next state is jumped to, and performs corresponding action.
Configuration module 24, for configuring current state, condition and next state, corresponding action in spring frames Between correspondence, formed mapping table.Correspondingly, determining module 22, for according to the current of the state machine determined State and the condition of input, are matched in the mapping table, are determined and current state and input condition pair The next state answered and corresponding action.
Wherein it is determined that module 22, is specifically used for:Condition will be manually entered as trigger signal, according to the trigger signal, really Determine the current state of state machine, according to the current state of state machine and the condition of input, determine the next of the current state A state and corresponding action.
Foregoing state machine includes original state and done state, and control module 23 is additionally operable to:When the current state is During done state, state of a control machine stops redirecting;And when the current state and the condition of input according to state machine, in institute State and can not find the next state to match and action in mapping table, then state of a control machine stops redirecting.
Control module 23, is additionally operable to:According to the current state of state machine and current state, condition and next state, Correspondence between corresponding action, since the current state of state machine, automatic control state machine exists according to execution sequence Redirected between different states, and perform and redirect rear corresponding action, until the current state of state machine is done state.
Foregoing action can include the son action of multiple levels, and control module 23, is additionally operable to:According to determining down One state, state of a control machine jumps to next state from the current state, and performs the whole under corresponding actions Son action or part son action.
It is the equipment of the implementation method of the state machine of one embodiment of the invention referring to Fig. 6, the implementation method of state machine Equipment includes:Processor (processor) 601, memory (memory) 602 and bus 603;Wherein, 601 He of processor Memory 602 completes mutual communication by the bus 603.
The processor 601 is used to call the programmed instruction in the memory 602, to perform above-mentioned each method embodiment The method provided, such as including:By involved in operation flow it is stateful be defined as state machine institute it is stateful;Determine shape The current state of state machine, according to the current state of state machine and the condition of input, determines the current state under the described conditions Next state and corresponding action;According to the next state determined, state of a control machine is from described current State transition performs corresponding action to next state.
The present invention discloses a kind of computer program product, which can including being stored in non-transient computer The computer program on storage medium is read, which includes programmed instruction, when programmed instruction is computer-executed, meter Calculation machine be able to carry out that above-mentioned corresponding embodiment provided it is live in prevent the method for brush popularity behavior, such as including:By business Involved in flow it is stateful be defined as state machine institute it is stateful;The current state of state machine is determined, according to state machine Current state and the condition of input, determine the current state next state under the described conditions and corresponding action; According to the next state determined, state of a control machine jumps to next state from the current state, and Perform corresponding action.
The present invention also provides a kind of non-transient computer readable storage medium storing program for executing, which deposits Store up computer instruction, the computer instruction make that computer performs that above-mentioned corresponding embodiment provided it is live in prevent brush popularity row For method, such as including:By involved in operation flow it is stateful be defined as state machine institute it is stateful;Determine state machine Current state, according to the current state of state machine and input condition, under determining the current state under the described conditions One state and corresponding action;According to the next state determined, state of a control machine is from the current state Next state is jumped to, and performs corresponding action.
One of ordinary skill in the art will appreciate that:Realizing all or part of step of above method embodiment can pass through The relevant hardware of programmed instruction is completed, and foregoing program can be stored in a computer read/write memory medium, the program Upon execution, the step of execution includes above method embodiment;And foregoing storage medium includes:ROM, RAM, magnetic disc or light Disk etc. is various can be with the medium of store program codes.
The embodiments such as the equipment of the implementation method of state machine described above are only schematical, wherein as separation The unit of part description may or may not be it is physically separate, can be as the component that unit is shown or It can not be physical location, you can with positioned at a place, or can also be distributed in multiple network unit.Can be according to reality Border needs to select some or all of module therein to realize the purpose of this embodiment scheme.Those of ordinary skill in the art In the case where not paying performing creative labour, you can to understand and implement.
Through the above description of the embodiments, those skilled in the art can be understood that each embodiment can Realized by the mode of software plus required general hardware platform, naturally it is also possible to pass through hardware.Based on such understanding, on The part that technical solution substantially in other words contributes to the prior art is stated to embody in the form of software product, should Computer software product can store in a computer-readable storage medium, such as ROM/RAM, magnetic disc, CD, including some fingers Order is used so that a computer equipment (can be personal computer, server, or network equipment etc.) performs each implementation Some Part Methods of example or embodiment.
A kind of realization method and system of state machine of present invention offer, the characteristic of use state machine, by operation flow not Showed with bifurcation state with visualization view, simplify the complexity of whole operation flow, it is easy to maintain, avoid existing An operation flow in there is the complexity brought of numerous condition analysis, the visualization view that use state machine is formed is very clear Understand.
Finally, the present processes are only preferable embodiment, are not intended to limit the scope of the present invention.It is all Within the spirit and principles in the present invention, any modification, equivalent replacement, improvement and so on, should be included in the protection of the present invention Within the scope of.

Claims (10)

  1. A kind of 1. implementation method of state machine, it is characterised in that including:
    By involved in operation flow the stateful state for being defined as state machine;
    Determine the current state of state machine, according to the current state of state machine and the condition of input, determine that the current state exists Next state and corresponding action under the conditions of described;
    According to the next state determined, state of a control machine jumps to next shape from the current state State, and perform the corresponding action.
  2. 2. the implementation method of state machine as claimed in claim 1, it is characterised in that in the institute by involved in operation flow Further included before the stateful state for being defined as state machine:
    Correspondence in spring frames between configuration current state, condition and next state, corresponding action, forms Mapping table;
    Correspondingly, the current state according to state machine and the condition of input, determine the current state under the described conditions Next state and it is corresponding action specifically include:
    According to the current state for the state machine determined and the condition of input, inquired about in the mapping table, really Make next state corresponding with current state and input condition and corresponding action.
  3. 3. the implementation method of state machine as claimed in claim 2, it is characterised in that the state machine includes original state and knot Pencil state, the method further include:
    When the current state is done state, state of a control machine stops redirecting;And
    The current state for the state machine that the basis is determined and the condition of input, are looked into the mapping table Ask, determine that next state corresponding with current state and input condition and corresponding action further include:
    When the current state and the condition of input according to state machine, can not find in the mapping table match it is next A state and corresponding action, then state of a control machine stopping redirect.
  4. 4. the implementation method of state machine as claimed in claim 2, it is characterised in that the current state according to state machine and The condition of input, determines that the current state next state under the described conditions and corresponding action specifically include:
    Condition will be manually entered as trigger signal, according to the trigger signal, the current state of state machine is determined, according to state machine Current state and input condition, determine next state of the current state and corresponding action.
  5. 5. the implementation method of state machine as claimed in claim 2, it is characterised in that the current state according to state machine and The condition of input, determines that the current state next state under the described conditions and corresponding action specifically include:
    According to the corresponding pass between the current state of state machine and current state, condition and next state, corresponding action System, since the current state of state machine, automatic control state machine is redirected according to execution sequence between different states, And perform and redirect rear corresponding action, until the current state of state machine is done state.
  6. 6. such as the implementation method of claim 1-5 any one of them state machines, it is characterised in that the corresponding action includes The son action of multiple levels, next state that the basis is determined, state of a control machine are jumped from the current state Next state is gone to, and performs corresponding action and specifically includes:
    According to the next state determined, state of a control machine jumps to next state from the current state, and Perform the action of all sons or part son action under corresponding actions.
  7. 7. such as the implementation method of claim 1-5 any one of them state machines, it is characterised in that the state machine can be more It is a, it is inheritance between multiple state machines, parent status machine and sub-state machine is formed, by realizing parent status in sub-state machine The operation flow of machine.
  8. 8. the implementation method of state machine as claimed in claim 6, it is characterised in that the state machine can be it is multiple, it is multiple It is inheritance between state machine, parent status machine and sub-state machine is formed, by the industry that parent status machine is realized in sub-state machine Business flow.
  9. 9. a kind of state machine realizes system, it is characterised in that including:
    Definition module, for by involved in operation flow the stateful state for being defined as state machine;
    Determining module, for determining the current state of state machine, according to the current state of state machine and the condition of input, determines institute State current state next state under the described conditions and corresponding action;
    Control module, for being jumped to according to the next state determined, state of a control machine from the current state Next state, and perform the corresponding action.
  10. 10. a kind of non-transient computer readable storage medium storing program for executing, it is characterised in that the non-transient computer readable storage medium storing program for executing is deposited Computer instruction is stored up, the computer instruction makes the computer perform the method as described in claim 1-8 is any.
CN201711192780.4A 2017-11-24 2017-11-24 A kind of realization method and system of state machine Pending CN107992332A (en)

Priority Applications (1)

Application Number Priority Date Filing Date Title
CN201711192780.4A CN107992332A (en) 2017-11-24 2017-11-24 A kind of realization method and system of state machine

Applications Claiming Priority (1)

Application Number Priority Date Filing Date Title
CN201711192780.4A CN107992332A (en) 2017-11-24 2017-11-24 A kind of realization method and system of state machine

Publications (1)

Publication Number Publication Date
CN107992332A true CN107992332A (en) 2018-05-04

Family

ID=62033183

Family Applications (1)

Application Number Title Priority Date Filing Date
CN201711192780.4A Pending CN107992332A (en) 2017-11-24 2017-11-24 A kind of realization method and system of state machine

Country Status (1)

Country Link
CN (1) CN107992332A (en)

Cited By (5)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110503334A (en) * 2019-08-23 2019-11-26 行吟信息科技(上海)有限公司 A kind of state machine control method and system
CN111142975A (en) * 2019-12-12 2020-05-12 贝壳技术有限公司 State machine persistence method and state machine persistence system
CN112802164A (en) * 2021-04-06 2021-05-14 成都完美时空网络技术有限公司 Method and device for realizing animation state machine, storage medium and electronic device
CN112907198A (en) * 2021-01-15 2021-06-04 浙江大搜车融资租赁有限公司 Service state circulation maintenance method and device and electronic equipment
WO2023050863A1 (en) * 2021-09-29 2023-04-06 深圳大普微电子科技有限公司 Driving signal generation method and apparatus, device and readable storage medium

Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7020850B2 (en) * 2001-05-02 2006-03-28 The Mathworks, Inc. Event-based temporal logic
CN101957751A (en) * 2010-06-04 2011-01-26 福建星网锐捷网络有限公司 Method and device for realizing state machine
CN106997293A (en) * 2016-01-26 2017-08-01 上海大唐移动通信设备有限公司 The implementation method and device of finite state machine
CN107357592A (en) * 2017-07-27 2017-11-17 郑州云海信息技术有限公司 A kind of event-handling method and device based on state machine mechanism

Patent Citations (4)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
US7020850B2 (en) * 2001-05-02 2006-03-28 The Mathworks, Inc. Event-based temporal logic
CN101957751A (en) * 2010-06-04 2011-01-26 福建星网锐捷网络有限公司 Method and device for realizing state machine
CN106997293A (en) * 2016-01-26 2017-08-01 上海大唐移动通信设备有限公司 The implementation method and device of finite state machine
CN107357592A (en) * 2017-07-27 2017-11-17 郑州云海信息技术有限公司 A kind of event-handling method and device based on state machine mechanism

Cited By (6)

* Cited by examiner, † Cited by third party
Publication number Priority date Publication date Assignee Title
CN110503334A (en) * 2019-08-23 2019-11-26 行吟信息科技(上海)有限公司 A kind of state machine control method and system
CN111142975A (en) * 2019-12-12 2020-05-12 贝壳技术有限公司 State machine persistence method and state machine persistence system
CN112907198A (en) * 2021-01-15 2021-06-04 浙江大搜车融资租赁有限公司 Service state circulation maintenance method and device and electronic equipment
CN112802164A (en) * 2021-04-06 2021-05-14 成都完美时空网络技术有限公司 Method and device for realizing animation state machine, storage medium and electronic device
CN112802164B (en) * 2021-04-06 2021-08-24 成都完美时空网络技术有限公司 Method and device for realizing animation state machine, storage medium and electronic device
WO2023050863A1 (en) * 2021-09-29 2023-04-06 深圳大普微电子科技有限公司 Driving signal generation method and apparatus, device and readable storage medium

Similar Documents

Publication Publication Date Title
CN107992332A (en) A kind of realization method and system of state machine
JP6755325B2 (en) State control method and equipment
CN109960587A (en) The storage resource distribution method and device of super fusion cloud computing system
CN109155743A (en) Meet the system and method for SLA requirement using machine learning algorithm
CN106201241A (en) The multi-screen display method of terminal screen, device and terminal
CN106897857A (en) A kind of workflow processing method and system
CN104270428B (en) A kind of cloud polymerization and relevant device
CN105573755A (en) Method and device for acquiring application Activity rendering time
CN106600521A (en) Image processing method and terminal device
CN111722842A (en) Pipeline arranging method and device, electronic equipment and storage medium
CN106897858A (en) A kind of workflow processing method and system
CN109710362A (en) Screenshot processing method calculates equipment and computer storage medium
CN110049368A (en) A kind of display methods and relevant device
CN104765596A (en) Request handling method and device
CN107911561A (en) The interactive display method and device that more people individually chat
CN109634714A (en) A kind of method and device of intelligent scheduling
CN109522086B (en) Operation method and device for window, computer device and readable storage medium
CN110020371A (en) A kind of method and device based on the linkage of react-native page layout
CN111258950B (en) Atomic access and storage method, storage medium, computer equipment, device and system
CN104951969A (en) Data processing method and apparatus for virtual resource transfer
CN110362394A (en) Task processing method and device, storage medium, electronic device
CN112843707A (en) Method, apparatus, medium, and product for reloading game object
US20150350007A1 (en) An interface for creating a plan artifact
CN106874782A (en) The seamless application method and mobile terminal of a kind of mobile terminal
CN110750419A (en) Offline task processing method and device, electronic equipment and storage medium

Legal Events

Date Code Title Description
PB01 Publication
PB01 Publication
SE01 Entry into force of request for substantive examination
SE01 Entry into force of request for substantive examination
RJ01 Rejection of invention patent application after publication

Application publication date: 20180504

RJ01 Rejection of invention patent application after publication