F
F
Femistoklov2015-03-30 10:52:34
Mathematics
Femistoklov, 2015-03-30 10:52:34

What are the frameworks/libraries for implementing a state machine under .NET?

Good day to all. Please tell me if there are any frameworks/libraries for the state machine for .NET (C#). We need basic functions for FSA - building, checking, editing, executing, maybe converting NFA to DFA and minimizing. It should also be possible to extend - to fasten frequencies / probabilities to transitions, restrictions on cycles (such as quantifiers in RE), objects as input symbols, etc. (or maybe there is already something with similar functionality?). Or at least similar examples.

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Alexey Romanovsky, 2015-08-07
@Femistoklov

Perhaps, "at least similar examples."
The state machine is in WWF - https://msdn.microsoft.com/en-us/library/ee264171%...
This is not exactly what you need, although it may be possible to pull it.
And it's worth looking at the libraries in Nuget
https://www.nuget.org/packages/StateMachineToolkit/
https://www.nuget.org/packages/StaMa.StateMachine/

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question