Class CSVInputParameters
- java.lang.Object
-
- org.processmining.objectcentricconstraintchecking.algorithms.ocel.importers.CSVInputParameters
-
public class CSVInputParameters extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description CSVInputParameters()CSVInputParameters(java.io.InputStream input)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidcompute()java.lang.StringgetFileContent()OcelEventLogobtainEventLog()
-
-
-
Method Detail
-
getFileContent
public java.lang.String getFileContent()
-
compute
public void compute()
-
obtainEventLog
public OcelEventLog obtainEventLog()
-
-