org.processmining.analysis.dws
Class LogSketch

java.lang.Object
  extended by org.processmining.analysis.dws.LogSketch

public class LogSketch
extends java.lang.Object

The sketch of the log storing associations between traces Name and ID.

Version:
1.0
Author:
Gianluigi Greco, Antonella Guzzo

Field Summary
 java.util.HashMap m
          Key: Name of the instance; Value: ID of the instance
 
Constructor Summary
LogSketch(LogReader log)
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

m

public java.util.HashMap m
Key: Name of the instance; Value: ID of the instance

Constructor Detail

LogSketch

public LogSketch(LogReader log)
Parameters:
log - Log to be sketched.