Package org.jupnp.util.statemachine
Klasse StateMachineBuilder
java.lang.Object
org.jupnp.util.statemachine.StateMachineBuilder
- Autor:
- Christian Bauer - Initial Contribution, Amit Kumar Mondal - Code Refactoring
-
Konstruktorübersicht
Konstruktoren -
Methodenübersicht
Modifizierer und TypMethodeBeschreibungstatic <T extends StateMachine>
Tstatic <T extends StateMachine>
Tbuild(Class<T> stateMachine, Class<?> initialState, Class<?>[] constructorArgumentTypes, Object[] constructorArguments)
-
Konstruktordetails
-
StateMachineBuilder
public StateMachineBuilder()
-
-
Methodendetails
-
build
-
build
public static <T extends StateMachine> T build(Class<T> stateMachine, Class<?> initialState, Class<?>[] constructorArgumentTypes, Object[] constructorArguments)
-