|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface IValueEvaluator
The interface for a value evaluator.
| Field Summary | |
|---|---|
static java.lang.String |
XML_COMPONENT_TAG
|
static java.lang.String |
XML_ELEMENT_EVALUATOR_CLASS
|
| Method Summary | |
|---|---|
java.lang.String |
getEvaluationConditionString()
Returns a string that describes the evaluation condition. |
java.lang.String |
getOperatorString()
Returns a string that represents the operator that the evaluator uses for evaluation. |
void |
initializeFromXml(org.w3c.dom.Element node)
|
boolean |
triggerOn(java.lang.Object val)
Returns true if the value of the argument should result in a Notification. |
| Methods inherited from interface com.jrockit.mc.common.xml.XmlEnabled |
|---|
exportToXml, getComponentTag |
| Field Detail |
|---|
static final java.lang.String XML_COMPONENT_TAG
static final java.lang.String XML_ELEMENT_EVALUATOR_CLASS
| Method Detail |
|---|
boolean triggerOn(java.lang.Object val)
val - the value to evaluate.
java.lang.String getOperatorString()
java.lang.String getEvaluationConditionString()
void initializeFromXml(org.w3c.dom.Element node)
initializeFromXml in interface com.jrockit.mc.common.xml.XmlEnabled
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||