public abstract class AbstractRule extends Object implements Rule
Modifier and Type | Field and Description |
---|---|
protected Map<String,Object> |
values |
EMPTY_STRING_ARRAY
Constructor and Description |
---|
AbstractRule() |
Modifier and Type | Method and Description |
---|---|
Object |
getValue(String name)
Permet de recuperer une valeur prealablement stockée avec un
Rule.setValue(String, Object) . |
void |
setValue(String name,
Object value)
Permet de stocker une valeur en fonction d'une cle.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
condition, getDescription, init, postAction, preAction
getNecessaryResult
public Object getValue(String name)
Rule
Rule.setValue(String, Object)
.Copyright © 1999–2020 CodeLutin. All rights reserved.