Example usage for org.springframework.statemachine.state PseudoState interface-usage

List of usage examples for org.springframework.statemachine.state PseudoState interface-usage

Introduction

In this page you can find the example usage for org.springframework.statemachine.state PseudoState interface-usage.

Usage

From source file org.springframework.statemachine.state.JunctionPseudoState.java

/**
 * Junction implementation of a {@link PseudoState}.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state

From source file org.springframework.statemachine.state.ChoicePseudoState.java

/**
 * Choice implementation of a {@link PseudoState}.
 *
 * @author Janne Valkealahti
 *
 * @param <S> the type of state