Class LowOccurrencesFilterConnection
- java.lang.Object
-
- org.processmining.framework.connections.impl.AbstractConnection
-
- org.processmining.log.connections.LowOccurrencesFilterConnection
-
- All Implemented Interfaces:
org.processmining.framework.connections.Connection
public class LowOccurrencesFilterConnection extends org.processmining.framework.connections.impl.AbstractConnection
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringFILTEREDLOGstatic java.lang.StringLOG
-
Constructor Summary
Constructors Constructor Description LowOccurrencesFilterConnection(org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XLog filteredLog, LowOccurrencesFilterParameters parameters)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LowOccurrencesFilterParametersgetParameters()
-
-
-
Field Detail
-
LOG
public static final java.lang.String LOG
- See Also:
- Constant Field Values
-
FILTEREDLOG
public static final java.lang.String FILTEREDLOG
- See Also:
- Constant Field Values
-
-
Constructor Detail
-
LowOccurrencesFilterConnection
public LowOccurrencesFilterConnection(org.deckfour.xes.model.XLog log, org.deckfour.xes.model.XLog filteredLog, LowOccurrencesFilterParameters parameters)
-
-
Method Detail
-
getParameters
public LowOccurrencesFilterParameters getParameters()
-
-