Reader
Functions
Finds all models that have a relation to the specified model.
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).
Returns all 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).
Returns a set of external events for the model that are possible given the current state and provided context
Returns a set of external void events for the statemachine that are possible given the provided context
Checks if a normal event is possible
Checks if a void event is possible
List all models that are specified in a Collection. Unauthorized models are removed from the result.