- generate(String, State, int) - Method in class com.mifmif.common.regex.Generex
-
- Generex - Class in com.mifmif.common.regex
-
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 .
- Generex(String) - Constructor for class com.mifmif.common.regex.Generex
-
- Generex(Automaton) - Constructor for class com.mifmif.common.regex.Generex
-
- GenerexIterator - Class in com.mifmif.common.regex
-
An implementation of Iterator class that iterate over the list of Strings that matches a given Regex.
- GenerexIterator(State) - Constructor for class com.mifmif.common.regex.GenerexIterator
-
- GenerexIterator.Step - Class in com.mifmif.common.regex
-
A step, in the iteration process, to build a string using States.
- GenerexIterator.Step(State) - Constructor for class com.mifmif.common.regex.GenerexIterator.Step
-
- getAllMatchedStrings() - Method in class com.mifmif.common.regex.Generex
-
Generate all Strings that matches the given Regex.
- getFirstMatch() - Method in class com.mifmif.common.regex.Generex
-
- getMatchedString(int) - Method in class com.mifmif.common.regex.Generex
-
- getMatchedStrings(int) - Method in class com.mifmif.common.regex.Generex
-
Generate subList with a size of limit of Strings that matches the given Regex. the Strings are ordered in lexicographical order.
- getMaxChar() - Method in class com.mifmif.common.regex.Node
-
- getMinChar() - Method in class com.mifmif.common.regex.Node
-
- getNbrChar() - Method in class com.mifmif.common.regex.Node
-
- getNbrMatchedString() - Method in class com.mifmif.common.regex.Node
-
- getNextNodes() - Method in class com.mifmif.common.regex.Node
-