Class SPECppEvaluationInfo
- java.lang.Object
-
- org.processmining.specpp.headless.batch.BatchedExecutionResult
-
- org.processmining.specpp.headless.batch.SPECppEvaluationInfo
-
- All Implemented Interfaces:
CSVRowEvent,Event,Observation,ProperlyHashable,ProperlyPrintable
public class SPECppEvaluationInfo extends BatchedExecutionResult
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.String[]COLUMN_NAMES-
Fields inherited from class org.processmining.specpp.headless.batch.BatchedExecutionResult
resultTypeIdentifier, runIdentifier
-
-
Constructor Summary
Constructors Constructor Description SPECppEvaluationInfo(java.lang.String runIdentifier, double fittingTraces, double alignmentFitness, double etcPrecision, long duration)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String[]getColumnNames()java.lang.String[]toRow()-
Methods inherited from class org.processmining.specpp.headless.batch.BatchedExecutionResult
equals, getRunIdentifier, hashCode, toString
-
-
-
-
Method Detail
-
getColumnNames
public java.lang.String[] getColumnNames()
- Specified by:
getColumnNamesin interfaceCSVRowEvent- Specified by:
getColumnNamesin classBatchedExecutionResult
-
toRow
public java.lang.String[] toRow()
-
-