public interface Action extends Comparable<Action>
| 限定符和类型 | 方法和说明 |
|---|---|
ActionValue |
execute(Context context,
Object matchedObject,
List<Object> allMatchedObjects,
Map<String,Object> variableMap) |
ActionType |
getActionType() |
int |
getPriority() |
void |
setDebug(boolean debug) |
compareToActionValue execute(Context context, Object matchedObject, List<Object> allMatchedObjects, Map<String,Object> variableMap)
ActionType getActionType()
int getPriority()
void setDebug(boolean debug)
Copyright © 2018 Bstek. All rights reserved.