Interface LPMDiscovery
-
- All Known Implementing Classes:
PlaceBasedLPMDiscovery
public interface LPMDiscovery
-
-
Method Summary
All Methods Static Methods Instance Methods Abstract Methods Modifier and Type Method Description LPMDiscoveryResultfrom(org.deckfour.xes.model.XLog log)static LPMDiscoverygetInstance()static LPMDiscoveryplaceBased(PlacesProvider placesProvider, int placeLimit)
-
-
-
Method Detail
-
getInstance
static LPMDiscovery getInstance()
-
placeBased
static LPMDiscovery placeBased(PlacesProvider placesProvider, int placeLimit)
-
from
LPMDiscoveryResult from(org.deckfour.xes.model.XLog log)
-
-