public class StateMachineBuilder extends Object
| Constructor and Description |
|---|
StateMachineBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static <T extends StateMachine> |
build(Class<T> stateMachine,
Class<?> initialState) |
static <T extends StateMachine> |
build(Class<T> stateMachine,
Class<?> initialState,
Class<?>[] constructorArgumentTypes,
Object[] constructorArguments) |
public static <T extends StateMachine> T build(Class<T> stateMachine, Class<?> initialState)
public static <T extends StateMachine> T build(Class<T> stateMachine, Class<?> initialState, Class<?>[] constructorArgumentTypes, Object[] constructorArguments)
Copyright © 2023 jUPnP.org. All rights reserved.