| Class | Description |
|---|---|
| Generex |
A Java utility class that help generating string values that match a given
regular expression.It generate all values that are matched by the Regex, a
random value, or you can generate only a specific string based on it's
lexicographical order .
|
| GenerexIterator |
An implementation of
Iterator class that iterate over the list of Strings that matches a given Regex. |
| Main | |
| Node |
Node class is used here to present a position in the Automata state .
|
| TransitionLevel |
This class present a level where we will choose the next path to follow to
build String that matches the Regex.
|
Copyright © 2015. All Rights Reserved.