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 XLogReader fromInputStream()  
      org.deckfour.xes.model.XLog read​(java.io.InputStream source)  
      • Methods inherited from interface org.processmining.stochasticbpmn.algorithms.reader.ObjectReader

        read
    • 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:
        read in interface org.processmining.stochasticbpmn.algorithms.reader.ObjectReader<java.io.InputStream,​org.deckfour.xes.model.XLog>
        Throws:
        java.lang.Exception