|
Rules |
|
|
A rule is an entity tested to determine when a certain condition is verified. Rules are Java objects subclassed from the abstract class com.hite.xbm.chains.Rule and user may define its own rules (see plugin chapter). Following rules are supplied by default with XBM:
(1) if "*" is specified any item matches selection. IN condition allows to check more than one possible value, simply specifying one or more values delimited by "," (comma) or ranges, delimited by "-" (minus). I.e.
|