Package | Description |
---|---|
monq.jfa.actions |
contains general purpose classes to be used as callbacks in
finite automata created with package
monq.jfa . |
Modifier and Type | Method and Description |
---|---|
Verifier |
Count.ge(int threshold)
returns a
Verifier which returns true if
the counter is greater than or equal to the given
threshold. |
Constructor and Description |
---|
If(Verifier v,
FaAction thendo,
FaAction elsedo) |