org.processmining.framework.models.logabstraction
Class PartialPrefixAbstractionFactory
java.lang.Object
org.processmining.framework.models.logabstraction.PartialPrefixAbstractionFactory
- All Implemented Interfaces:
- LogAbstractionFactory
public class PartialPrefixAbstractionFactory
- extends java.lang.Object
- implements LogAbstractionFactory
Title:
Description:
Copyright: Copyright (c) 2004
Company:
- Version:
- 1.0
- Author:
- not attributable
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
PartialPrefixAbstractionFactory
public PartialPrefixAbstractionFactory()
getAbstractions
public java.util.List<LogAbstraction> getAbstractions(LogReader log,
ProcessInstanceScale scale)
- Specified by:
getAbstractions
in interface LogAbstractionFactory
getAbstractions
public java.util.List<LogAbstraction> getAbstractions(LogReader log,
ProcessInstanceScale scale,
int partialPrefixSize)
getAbstraction
public LogAbstraction getAbstraction(ProcessInstance pi,
ProcessInstanceScale scale)
- Specified by:
getAbstraction
in interface LogAbstractionFactory
getAbstraction
public LogAbstraction getAbstraction(ProcessInstance pi,
ProcessInstanceScale scale,
int partialPrefixSize)