Class SPECppModelInfo
- java.lang.Object
-
- org.processmining.specpp.headless.batch.BatchedExecutionResult
-
- org.processmining.specpp.headless.batch.SPECppModelInfo
-
- All Implemented Interfaces:
CSVRowEvent,Event,Observation,ProperlyHashable,ProperlyPrintable
public class SPECppModelInfo 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 SPECppModelInfo(java.lang.String runIdentifier, int initialPlaceCount, int postProcessedPlaceCount)SPECppModelInfo(java.lang.String runIdentifier, SPECpp<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> specpp)
-
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
-
-
-
-
Constructor Detail
-
SPECppModelInfo
public SPECppModelInfo(java.lang.String runIdentifier, SPECpp<Place,BasePlaceComposition,CollectionOfPlaces,ProMPetrinetWrapper> specpp)
-
SPECppModelInfo
public SPECppModelInfo(java.lang.String runIdentifier, int initialPlaceCount, int postProcessedPlaceCount)
-
-
Method Detail
-
getColumnNames
public java.lang.String[] getColumnNames()
- Specified by:
getColumnNamesin interfaceCSVRowEvent- Specified by:
getColumnNamesin classBatchedExecutionResult
-
toRow
public java.lang.String[] toRow()
-
-