org.processmining.framework.models.logabstraction
Class PrefixAbstractionFactory

java.lang.Object
  extended by org.processmining.framework.models.logabstraction.PrefixAbstractionFactory
All Implemented Interfaces:
LogAbstractionFactory

public class PrefixAbstractionFactory
extends java.lang.Object
implements LogAbstractionFactory

Title:

Description:

Copyright: Copyright (c) 2004

Company:

Version:
1.0
Author:
not attributable

Constructor Summary
PrefixAbstractionFactory()
           
 
Method Summary
 LogAbstraction getAbstraction(ProcessInstance pi, ProcessInstanceScale scale)
           
 java.util.List<LogAbstraction> getAbstractions(LogReader log, ProcessInstanceScale scale)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PrefixAbstractionFactory

public PrefixAbstractionFactory()
Method Detail

getAbstractions

public java.util.List<LogAbstraction> getAbstractions(LogReader log,
                                                      ProcessInstanceScale scale)
Specified by:
getAbstractions in interface LogAbstractionFactory

getAbstraction

public LogAbstraction getAbstraction(ProcessInstance pi,
                                     ProcessInstanceScale scale)
Specified by:
getAbstraction in interface LogAbstractionFactory