|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.softevo.ample.eval.XMLPatternFileReader
public class XMLPatternFileReader
Nested Class Summary | |
---|---|
protected class |
XMLPatternFileReader.ParseHandler
The handler used to parse the file. |
Field Summary | |
---|---|
protected java.util.HashMap |
classToMethodsMap
|
protected java.util.HashMap |
classToPatternSetMap
The result of the parse. |
private java.lang.String |
fileName
The name of the xml pattern file. |
private int |
traceLength
The total number of trace entries. |
private int |
windowSize
The window size of the run. |
Constructor Summary | |
---|---|
XMLPatternFileReader(java.lang.String fileName)
Creates a new reader for a pattern file. |
Method Summary | |
---|---|
java.util.HashMap |
getCalledMethodsMap()
|
java.util.HashMap |
getClassToPatternSetMap()
Gets the patterns read. |
int |
getTraceLength()
Gets the trace length. |
int |
getWindowSize()
Gets the window size. |
static void |
main(java.lang.String[] argv)
|
void |
parseFile()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
protected java.util.HashMap classToPatternSetMap
protected java.util.HashMap classToMethodsMap
private java.lang.String fileName
private int traceLength
private int windowSize
Constructor Detail |
---|
public XMLPatternFileReader(java.lang.String fileName)
fileName
- the name of the fileMethod Detail |
---|
public java.util.HashMap getCalledMethodsMap()
public static void main(java.lang.String[] argv) throws java.lang.Exception
java.lang.Exception
public void parseFile() throws AnalysisException
AnalysisException
public java.util.HashMap getClassToPatternSetMap()
public int getWindowSize()
public int getTraceLength()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |