org.processmining.mining.logabstraction
Class RemoveOneLoopRelationBuilder

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

public class RemoveOneLoopRelationBuilder
extends java.lang.Object
implements LogRelationBuilder

Removes all one length loop entries in the relations tables.

Version:
1.0
Author:
not attributable

Constructor Summary
RemoveOneLoopRelationBuilder(LogRelations relations)
           
 
Method Summary
 LogRelations getLogRelations()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RemoveOneLoopRelationBuilder

public RemoveOneLoopRelationBuilder(LogRelations relations)
Method Detail

getLogRelations

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