@Preview(value="3.1")
public interface StateRepository
| Modifier and Type | Method and Description |
|---|---|
void |
stateClear(FlowContext context)
状态清空
|
StateType |
stateGet(FlowContext context,
Node node)
状态获取
|
void |
statePut(FlowContext context,
Node node,
StateType state)
状态推入
|
void |
stateRemove(FlowContext context,
Node node)
状态移除
|
StateType stateGet(FlowContext context, Node node)
void statePut(FlowContext context, Node node, StateType state)
void stateRemove(FlowContext context, Node node)
void stateClear(FlowContext context)
Copyright © 2025. All rights reserved.