public class EventRowRegexNFAViewUtil extends Object
Constructor and Description |
---|
EventRowRegexNFAViewUtil() |
Modifier and Type | Method and Description |
---|---|
protected static EventBean[] |
getMultimatchArray(int[] multimatchStreamNumToVariable,
RegexNFAStateEntry state,
int stream) |
protected static void |
print(List<RegexNFAState> states,
PrintWriter writer,
int indent,
Stack<RegexNFAState> currentStack) |
protected static String |
print(RegexNFAState[] states) |
protected static String |
printStates(List<RegexNFAStateEntry> states,
Map<Integer,String> streamsVariables,
LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams,
int[] multimatchStreamNumToVariable) |
protected static EventBean[] getMultimatchArray(int[] multimatchStreamNumToVariable, RegexNFAStateEntry state, int stream)
protected static String printStates(List<RegexNFAStateEntry> states, Map<Integer,String> streamsVariables, LinkedHashMap<String,Pair<Integer,Boolean>> variableStreams, int[] multimatchStreamNumToVariable)
protected static String print(RegexNFAState[] states)
protected static void print(List<RegexNFAState> states, PrintWriter writer, int indent, Stack<RegexNFAState> currentStack)