Uses of Interface
com.esprow.oapi.repository.OapiState
Packages that use OapiState
-
Uses of OapiState in com.esprow.oapi.repository
Methods in com.esprow.oapi.repository that return OapiStateModifier and TypeMethodDescriptionOapiRepositoryFactory.createState()
Returns a new object of class 'State'.OapiStateMachine.getInitial()
Returns the initial state of the state machine.Methods in com.esprow.oapi.repository that return types with arguments of type OapiStateMethods in com.esprow.oapi.repository with parameters of type OapiStateModifier and TypeMethodDescriptionvoid
OapiStateMachine.setInitial
(OapiState value) Set the initial state of the state machine.