public class ScoringAction extends AbstractAction
debug| 构造器和说明 |
|---|
ScoringAction(int rowNumber,
String name,
String weight) |
| 限定符和类型 | 方法和说明 |
|---|---|
ActionValue |
execute(Context context,
Object matchedObject,
List<Object> allMatchedObjects,
Map<String,Object> variableMap) |
ActionType |
getActionType() |
String |
getName() |
int |
getRowNumber() |
Value |
getValue() |
String |
getWeight() |
void |
setValue(Value value) |
compareTo, getPriority, setDebug, setPrioritypublic ActionValue execute(Context context, Object matchedObject, List<Object> allMatchedObjects, Map<String,Object> variableMap)
public Value getValue()
public void setValue(Value value)
public String getName()
public String getWeight()
public ActionType getActionType()
public int getRowNumber()
Copyright © 2018 Bstek. All rights reserved.