getPossibleAndImpossibleEvents

Returns all non-void events for the statemachine along with a set of problems for each event given the provided context. Note that even if the set of problems for an event is empty, it doesn't necessarily mean that the event will succeed (e.g. if the provided parameters violates some rule).

See also