Class LogToSensorIntervalConverter


  • public class LogToSensorIntervalConverter
    extends java.lang.Object
    Given 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 Detail

      • LogToSensorIntervalConverter

        public LogToSensorIntervalConverter()