Class XLogReaderImpl

  • All Implemented Interfaces:
    XLogReader, org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,​org.deckfour.xes.model.XLog>

    public class XLogReaderImpl
    extends java.lang.Object
    implements XLogReader
    • Constructor Summary

      Constructors 
      Constructor Description
      XLogReaderImpl()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.deckfour.xes.model.XLog read​(java.io.InputStream inputStream)  
      org.deckfour.xes.model.XLog read​(java.io.InputStream inputStream, java.lang.String s)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • XLogReaderImpl

        public XLogReaderImpl()
    • Method Detail

      • read

        public org.deckfour.xes.model.XLog read​(java.io.InputStream inputStream)
                                         throws java.lang.Exception
        Specified by:
        read in interface org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,​org.deckfour.xes.model.XLog>
        Specified by:
        read in interface XLogReader
        Throws:
        java.lang.Exception
      • read

        public org.deckfour.xes.model.XLog read​(java.io.InputStream inputStream,
                                                java.lang.String s)
                                         throws java.lang.Exception
        Specified by:
        read in interface org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,​org.deckfour.xes.model.XLog>
        Throws:
        java.lang.Exception