continueDyn(Integer) method

Helper method in state development.

Syntax

SmappState continueDyn ( Integer value ) throws DBException

Parameters

Returns

SmappState of the FAIL follow-up transition

Exceptions

Usage

This method will attempt to find the dynamic follow-up transition that matched the input

Integer

parameter and return the corresponding follow-up state.

If not found, it will return the follow-up state from the

continueFail()

.

When error occurs, the return will be null.

SmappState of the FAIL follow-up transition