Uses of Class
org.processmining.plugins.stochasticpetrinet.external.interaction.Record
-
-
Uses of Record in org.processmining.plugins.stochasticpetrinet.external.anomaly
Methods in org.processmining.plugins.stochasticpetrinet.external.anomaly that return types with arguments of type Record Modifier and Type Method Description com.google.common.collect.SortedMultiset<Record>GreedyAnomalyResolver. getImputedRecords(com.google.common.collect.SortedMultiset<Record> data)Method parameters in org.processmining.plugins.stochasticpetrinet.external.anomaly with type arguments of type Record Modifier and Type Method Description com.google.common.collect.SortedMultiset<Record>GreedyAnomalyResolver. getImputedRecords(com.google.common.collect.SortedMultiset<Record> data) -
Uses of Record in org.processmining.plugins.stochasticpetrinet.external.interaction
Methods in org.processmining.plugins.stochasticpetrinet.external.interaction with parameters of type Record Modifier and Type Method Description intRecord. compareTo(Record o)longRecord. getIntersectTime(Record r2)booleanRecord. temporallyContains(Record r) -
Uses of Record in org.processmining.plugins.stochasticpetrinet.simulator
Method parameters in org.processmining.plugins.stochasticpetrinet.simulator with type arguments of type Record Modifier and Type Method Description protected voidLogLocationDelayInducer. writeRecordsToFile(com.google.common.collect.SortedMultiset<Record> sortedRecords, java.lang.String fileName)
-