Class FromFilePlacesProvider

    • Constructor Summary

      Constructors 
      Constructor Description
      FromFilePlacesProvider​(java.lang.String fileName)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.util.Set<Place> from​(org.deckfour.xes.model.XLog log)  
      • Methods inherited from class java.lang.Object

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

      • FromFilePlacesProvider

        public FromFilePlacesProvider​(java.lang.String fileName)
    • Method Detail

      • from

        public java.util.Set<Place> from​(org.deckfour.xes.model.XLog log)
        Specified by:
        from in interface PlacesProvider