Interface | Description |
---|---|
ITransition<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>,SUBJECT,DATA> |
Encpsulates the logic to be executed when an event arrives for a subject in a particular state.
|
Class | Description |
---|---|
FiniteStateMachine<STATE extends java.lang.Enum<?>,EVENT extends java.lang.Enum<?>,SUBJECT> |
A finite state machine that is based on a matrix of
transitions . |
FiniteStateMachine.FailTransition | Deprecated |
FiniteStateMachine.IgnoreTransition | Deprecated |
Copyright (c) 2004-2019 Eike Stepper (Loehne, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html