public class LiquorEvaluation extends Object implements Evaluation
| Constructor and Description |
|---|
LiquorEvaluation() |
| Modifier and Type | Method and Description |
|---|---|
void |
runTask(FlowContext context,
String code)
运行任务
|
boolean |
runTest(FlowContext context,
String code)
运行检测
|
public boolean runTest(FlowContext context, String code)
EvaluationrunTest in interface Evaluationcontext - 流上下文code - 条件代码public void runTask(FlowContext context, String code)
EvaluationrunTask in interface Evaluationcontext - 流上下文code - 任务代码Copyright © 2025. All rights reserved.