Class LogToSensorIntervalConverter
- java.lang.Object
-
- org.processmining.plugins.stochasticpetrinet.external.sensor.LogToSensorIntervalConverter
-
public class LogToSensorIntervalConverter extends java.lang.ObjectGiven a rich log with resources and locations for events (and start-and complete transitions), we can generate intervals of where the resources are located.assumption: a resource can idle between two activities: the resource can stay in the previous activity's location, or move to the next activity's location, or with low probability, go to a random location.
another assumption: resources have all distinct names!
- Author:
- Andreas Rogge-Solti
-
-
Constructor Summary
Constructors Constructor Description LogToSensorIntervalConverter()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static SortedSensorIntervalsconvertLog(org.deckfour.xes.model.XLog log, StochasticNet.TimeUnit timeUnit, boolean fillGapsRandomly, long seed)
-
-
-
Method Detail
-
convertLog
public static SortedSensorIntervals convertLog(org.deckfour.xes.model.XLog log, StochasticNet.TimeUnit timeUnit, boolean fillGapsRandomly, long seed)
-
-