Interface XLogReader
-
- All Superinterfaces:
org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,org.deckfour.xes.model.XLog>
- All Known Implementing Classes:
XLogReaderImpl
public interface XLogReader extends org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,org.deckfour.xes.model.XLog>
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description static org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.File,org.deckfour.xes.model.XLog>fromFile()static org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.lang.String,org.deckfour.xes.model.XLog>fromFileName()static XLogReaderfromInputStream()org.deckfour.xes.model.XLogread(java.io.InputStream source)
-
-
-
Method Detail
-
fromInputStream
static XLogReader fromInputStream()
-
fromFile
static org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.File,org.deckfour.xes.model.XLog> fromFile()
-
fromFileName
static org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.lang.String,org.deckfour.xes.model.XLog> fromFileName()
-
read
org.deckfour.xes.model.XLog read(java.io.InputStream source) throws java.lang.Exception- Specified by:
readin interfaceorg.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,org.deckfour.xes.model.XLog>- Throws:
java.lang.Exception
-
-