|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.eventgnosis.filters.ConditionList
List of Conditions.
Condition| Constructor Summary | |
ConditionList()
|
|
| Method Summary | |
java.lang.String |
build(Log log,
com.eventgnosis.config.ConfigurationManager configMgr,
org.w3c.dom.Element elem)
After object is instantiated this method is called to parse the EMML DOM element, setting its internal state to the parsed values. |
Condition |
get(int i)
Gets Condition from the list of Conditions by index |
java.lang.String |
getConfigXml()
|
static ConditionList |
getDefault()
Gets default ConditionList. |
java.util.ArrayList |
getList()
Returns list of Conditions. |
int |
size()
Returns number of Conditions in ConditionList |
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public ConditionList()
| Method Detail |
public java.lang.String build(Log log,
com.eventgnosis.config.ConfigurationManager configMgr,
org.w3c.dom.Element elem)
EmmlParmBuilder
build in interface EmmlParmBuilderlog - logger instance for tracking error, warning and info messages.configMgr - holds configuration data structure used to properly configure runtime setup based on input ECA(s).elem - emml(dom) node to be parsed
public Condition get(int i)
i - index
public java.lang.String getConfigXml()
public static ConditionList getDefault()
public java.util.ArrayList getList()
public int size()
public java.lang.String toString()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||