Uses of Interface
com.eventgnosis.config.EmmlParmBuilder

Packages that use EmmlParmBuilder
com.eventgnosis.filters   
com.eventgnosis.protocols   
 

Uses of EmmlParmBuilder in com.eventgnosis.filters
 

Classes in com.eventgnosis.filters that implement EmmlParmBuilder
 class ActionList
          Represents set of actions to perform when a filter processes an Event.
 class Condition
          Implements a set of expressions connected by logical operators to be built and evaluated against an incoming event.
Each expression has input values and can utilize operators form the following table.
 class ConditionList
          List of Conditions.
 class ConditionWeightList
          List of Conditions, each with an associate numeric weight value.
 class Expression
          Implements dynamic formating/input of strings, numbers, variables or time(currently only String is implemented).
Allows for the construction of arbitrary strings interspersed with parameter/variable values.
 class FieldNameList
          Holds a list of fieldNames (a simple object).
 class TimeInterval
          Holds a time span, difference between a start time and a stop time, as a long in milliseconds.
For convenience, can be initialized using a number and one of the following unit strings.
 

Uses of EmmlParmBuilder in com.eventgnosis.protocols
 

Classes in com.eventgnosis.protocols that implement EmmlParmBuilder
 class DatabaseLogin
          Contains all the necessary information to make JDBC connection to the database.