Technical Documentation LogProcessor

From PatioWiki

Jump to: navigation, search

In the LogProcessor module we have implemented the analysis of the Log of the exercises and the exportation of the produced results to a CSV file. Besides, you can produce graphs and pattern analyses of some type of exercises.

Contents


Use Case

In the use case diagram you can visualize the available actions that you can perform with this module, such as Analyse a log, Export analysis to a CSV file, Analyse patterns or Produce graphs using data form Log files of the exercises.

Case use diagram of the processor of logs

Class Diagram of the Log Reader

In the class diagram of the log reader you can visualize the AbstractCommonLogGraph class which is used to produce graphs (CommonLogGraph) and the pattern analyses (CommonLogPattern). The diagram also contains the AbstractCommonLogProcessor class which is used to read logs from the database (CommonLogProcessor) or from a disk file (CommonFileLogProcessor).

Class diagram of the log reader

Class Diagram of the Log Events

In the class diagram of the log events you can visualize the events hierarchy that the program use. As you can see, there is a division between events of the pointing device (AbstractPointerEvent) and the exercise events (LogEvent).

Class diagram of the log events

Class Diagram of the Log Processor

In the class diagram of the log processor you can visualize the existing division between the processors of the exercises of the Aprendo module (AbstractAprendoProcessor) and the exercises of the Leo module (AbstractLeoProcessor). Note that, there is a specific class for processing logs of each type of exercise.

Class diagram of the log processor

Class Diagram of the Graphs of Logs

In the class diagram of the graphs of logs you can visualize several classes (DirectionalGraph, PointsDensityGraph y AllPointsGraph) which can be included into the container panel of graphs GraphPanel. Note that the panel of graphs can also be included into the panel of pattern analysis (PatternStudyPanel) which contains the pattern lists (PatternList) and (PatternUserList) too.

Class diagram of the graphs of logs

Class Diagram of the Results Exporter

In the class diagram of the results exporter you can visualize a division between the classes of the exercises of the Aprendo module (They inherit from AbstractAprendoExporter) and the Leo ones (They inherit from AbstractLeoExporter).

Class diagram of the results exporter

Class Diagram of the Log Player

In the class diagram of the log player you can visualize a division between the classes of the exercises of the Aprendo (AbstractAprendoPlayer) and the Leo ones (AbstractLeoPlayer). Then, each exercise has got a specific class that implements the proper engine for the player. Note that the class used for replaying exercise events (AbstractExercisePlayer) and for pointing device events (MouseEventsGlassPane) inherit from the class AbstractPlayerComponent.

Class diagrama of the log player

Personal tools
In other languages