Package clickDetector

Class TrackedClickGroupLogging


public class TrackedClickGroupLogging extends ClickGroupLogging
  • Constructor Details

  • Method Details

    • fillDataUnit

      protected boolean fillDataUnit(SQLTypes sqlTypes, PamDataUnit pamDetection)
      Description copied from class: PamDetectionLogging
      PamDetection is nearly always overridden (Not sure why it's not declared abstract) so it's quite difficult for createDataUnit to fill and do anything with these in the general class. Therefore, assume that createDataUnit will be overridden in more concrete classes and just provide a function here to fill the data in to a newDataUnit from standard database columns
      Overrides:
      fillDataUnit in class ClickGroupLogging
    • createDataUnit

      protected PamDataUnit createDataUnit(SQLTypes sqlTypes, long timeMilliseconds, int databaseIndex)
      Description copied from class: SQLLogging
      Turn the data, which have been transferred back into the PamTableItems back into a usable data. Don't add to datablock. This will happen in calling function after additional add-ons and annotations have been added to the data unit. .
      Overrides:
      createDataUnit in class SQLLogging
      Returns:
      true if a data unit was successfully created