|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.processmining.mining.geneticmining.analysis.duplicates.CompleteModelReport
public class CompleteModelReport
Title: Complete Model's Report
Description: This class generates a report that contains the number of run in which one of the models proper completes. In other words, at least one individual in the run can parse all the traces in the respective input log.
Copyright: Copyright (c) 2005
Company:
Constructor Summary | |
---|---|
CompleteModelReport(java.lang.String dirResults,
java.lang.String fileWithProperCompletionResults,
int properCompletionHeaderSize,
java.lang.String properCompletionColumnSeparator,
java.lang.String reportName,
java.lang.String reportFieldsSeparator)
|
Method Summary | |
---|---|
void |
generateReport()
This method generates the "complete model" report. |
static void |
main(java.lang.String[] args)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public CompleteModelReport(java.lang.String dirResults, java.lang.String fileWithProperCompletionResults, int properCompletionHeaderSize, java.lang.String properCompletionColumnSeparator, java.lang.String reportName, java.lang.String reportFieldsSeparator) throws java.io.FileNotFoundException
java.io.FileNotFoundException
Method Detail |
---|
public void generateReport()
generateReport
in interface Report
public static void main(java.lang.String[] args) throws java.io.FileNotFoundException
java.io.FileNotFoundException
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |