Class EventGapExtractor
- java.lang.Object
-
- org.processmining.lpm.efficientlog.extractors.EventGapExtractor
-
- All Implemented Interfaces:
EfficientLogExtractor
public class EventGapExtractor extends java.lang.Object implements EfficientLogExtractor
-
-
Field Summary
Fields Modifier and Type Field Description intmax_consecutive_nonfittinglongmax_consecutive_timedif_millis
-
Constructor Summary
Constructors Constructor Description EventGapExtractor(int max_consecutive_nonfitting, long max_consecutive_timedif_millis)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description org.deckfour.xes.model.XLogextract(EfficientEventSet set, org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)intgetMax_consecutive_nonfitting()longgetMax_consecutive_timedif_millis()java.lang.StringhashEquals(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)java.util.Set<java.lang.String>requiredAttributes()voidsetMax_consecutive_nonfitting(int max_consecutive_nonfitting)voidsetMax_consecutive_timedif_millis(long max_consecutive_timedif_millis)
-
-
-
Method Detail
-
extract
public org.deckfour.xes.model.XLog extract(EfficientEventSet set, org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)
- Specified by:
extractin interfaceEfficientLogExtractor
-
hashEquals
public java.lang.String hashEquals(org.processmining.acceptingpetrinet.models.AcceptingPetriNet apn)
- Specified by:
hashEqualsin interfaceEfficientLogExtractor
-
requiredAttributes
public java.util.Set<java.lang.String> requiredAttributes()
- Specified by:
requiredAttributesin interfaceEfficientLogExtractor
-
getMax_consecutive_nonfitting
public int getMax_consecutive_nonfitting()
-
setMax_consecutive_nonfitting
public void setMax_consecutive_nonfitting(int max_consecutive_nonfitting)
-
getMax_consecutive_timedif_millis
public long getMax_consecutive_timedif_millis()
-
setMax_consecutive_timedif_millis
public void setMax_consecutive_timedif_millis(long max_consecutive_timedif_millis)
-
-