public abstract class AbstractRule extends Object implements Rule
| 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, waitcondition, getDescription, getNecessaryResult, init, postAction, preActionpublic Object getValue(String name)
RuleRule.setValue(String, Object).Copyright © 1999-2012 CodeLutin. All Rights Reserved.