python (12.9k questions)
javascript (9.2k questions)
reactjs (4.7k questions)
java (4.2k questions)
java (4.2k questions)
c# (3.5k questions)
c# (3.5k questions)
html (3.3k questions)
Is there an "in state" predicate in Umple's state machines?
In Umple state machines' guards, I'm missing an "in state" predicate that returns true if the state machine is in a given state.
Does this function exists?
alex137
Votes: 0
Answers: 1
how to show periodic call of a state machine in UML state diagram?
I work in the field of embedded software.
In a project, we are using a time-trigged software architecture so that each component is called
periodically (with component's tick accordingly) and the comp...
Anmk
Votes: 0
Answers: 3
Filtering pandas series based on patterns
Happy new year!
I have a quick question: Let's say I have a panda Series with 3 events like this
myEvents = pd.Series(['up', 'down', 'None', 'None, 'up', 'down', 'down', 'up', 'up'])
I would like to ...
frydayyy
Votes: 0
Answers: 2
Relationship between Automata theory and Dynamic programming
I am learning automata theory. I think that there must be some relationship between state machine theory and dynamic programming. for the reason that the essence of dynamic programming is state transi...
UESTCfresh
Votes: 0
Answers: 1