org.processmining.mining.logabstraction
Class TimeIntervalLogRelationBuilder

java.lang.Object
  extended by org.processmining.mining.logabstraction.TimeIntervalLogRelationBuilder
All Implemented Interfaces:
LogRelationBuilder

public class TimeIntervalLogRelationBuilder
extends java.lang.Object
implements LogRelationBuilder

Version:
1.0
Author:
not attributable

Constructor Summary
TimeIntervalLogRelationBuilder(LogRelations relations, LogReader log, java.lang.String startEvent, java.lang.String finalEvent)
           
 
Method Summary
 LogRelations getLogRelations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimeIntervalLogRelationBuilder

public TimeIntervalLogRelationBuilder(LogRelations relations,
                                      LogReader log,
                                      java.lang.String startEvent,
                                      java.lang.String finalEvent)
Method Detail

getLogRelations

public LogRelations getLogRelations()
Specified by:
getLogRelations in interface LogRelationBuilder