| Package | Description |
|---|---|
| org.squirrelframework.foundation.fsm | |
| org.squirrelframework.foundation.fsm.impl |
| Modifier and Type | Method and Description |
|---|---|
<T extends UntypedStateMachine> |
UntypedStateMachineBuilder.newUntypedStateMachine(Object initialStateId) |
<T extends UntypedStateMachine> |
UntypedStateMachineBuilder.newUntypedStateMachine(Object initialStateId,
Object... extraParams) |
<T extends UntypedStateMachine> |
UntypedStateMachineBuilder.newUntypedStateMachine(Object initialStateId,
StateMachineConfiguration configuration,
Object... extraParams) |
| Modifier and Type | Method and Description |
|---|---|
static UntypedStateMachineBuilder |
StateMachineBuilderFactory.create(Class<? extends UntypedStateMachine> stateMachineClazz) |
static UntypedStateMachineBuilder |
StateMachineBuilderFactory.create(Class<? extends UntypedStateMachine> stateMachineClazz,
Class<?>... extraConstParamTypes) |
static UntypedStateMachineBuilder |
StateMachineBuilderFactory.create(StateMachineBuilder<UntypedStateMachine,Object,Object,Object> builder) |
| Modifier and Type | Class and Description |
|---|---|
class |
AbstractUntypedStateMachine |
Copyright © 2013–2016. All rights reserved.