public abstract class DriftSimulatorAbstr<T> extends java.lang.Object implements DriftSimulator<T>
Modifier and Type | Field and Description |
---|---|
protected org.processmining.framework.plugin.PluginContext |
context |
protected java.util.List<java.util.Date> |
driftPoints |
protected org.deckfour.xes.factory.XFactory |
factory |
protected ConceptDriftSettings |
settings |
protected java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> |
timePoints |
protected java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> |
tracePoints |
Constructor and Description |
---|
DriftSimulatorAbstr(org.processmining.framework.plugin.PluginContext context,
org.deckfour.xes.factory.XFactory factory,
ConceptDriftSettings settings) |
Modifier and Type | Method and Description |
---|---|
java.util.List<java.util.Date> |
getDriftPoints() |
java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> |
getTimePoints() |
java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> |
getTracePoints() |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
simulateDrift
protected org.processmining.framework.plugin.PluginContext context
protected org.deckfour.xes.factory.XFactory factory
protected ConceptDriftSettings settings
protected java.util.List<java.util.Date> driftPoints
protected java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> timePoints
protected java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> tracePoints
public DriftSimulatorAbstr(org.processmining.framework.plugin.PluginContext context, org.deckfour.xes.factory.XFactory factory, ConceptDriftSettings settings)
public java.util.List<java.util.Date> getDriftPoints()
getDriftPoints
in interface DriftSimulator<T>
public java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> getTimePoints()
getTimePoints
in interface DriftSimulator<T>
public java.util.List<org.apache.commons.lang3.tuple.Pair<java.lang.Long,java.lang.Double>> getTracePoints()
getTracePoints
in interface DriftSimulator<T>