Interface CSVRowEvent
-
- All Superinterfaces:
Event,Observation,ProperlyHashable,ProperlyPrintable
- All Known Implementing Classes:
BatchedExecutionResult,SPECppEvaluationInfo,SPECppModelInfo,SPECppPerformanceInfo
public interface CSVRowEvent extends Event
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description java.lang.String[]getColumnNames()java.lang.String[]toRow()-
Methods inherited from interface org.processmining.specpp.traits.ProperlyHashable
hashCode
-
Methods inherited from interface org.processmining.specpp.traits.ProperlyPrintable
toString
-
-