Modifier and Type | Method and Description |
---|---|
static StochasticNet.TimeUnit |
StochasticNet.TimeUnit.fromString(java.lang.String s) |
StochasticNet.TimeUnit |
StochasticNet.getTimeUnit()
The time unit used in the stochastic net
|
static StochasticNet.TimeUnit |
StochasticNet.TimeUnit.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StochasticNet.TimeUnit[] |
StochasticNet.TimeUnit.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
StochasticNet.setTimeUnit(StochasticNet.TimeUnit timeUnit)
Sets the time unit of the net
|
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
StochasticNetImpl.getTimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
StochasticNetImpl.setTimeUnit(StochasticNet.TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
PerformanceEnricherConfig.getTimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceEnricherConfig.setUnitFactor(StochasticNet.TimeUnit timeUnit) |
Constructor and Description |
---|
PerformanceEnricherConfig(StochasticNet.DistributionType distType,
StochasticNet.TimeUnit timeUnit,
StochasticNet.ExecutionPolicy executionPolicy,
java.io.File correlationMatrixFile) |
PerformanceEnricherConfig(StochasticNet.DistributionType distType,
StochasticNet.TimeUnit timeUnit,
StochasticNet.ExecutionPolicy executionPolicy,
java.io.File correlationMatrixFile,
boolean collectLoadData) |
Modifier and Type | Field and Description |
---|---|
static StochasticNet.TimeUnit |
PerformanceEnricherExperimentPlugin.UNIT_FACTOR
Use minutes as unit in the model
|
Modifier and Type | Method and Description |
---|---|
static SortedSensorIntervals |
LogToSensorIntervalConverter.convertLog(org.deckfour.xes.model.XLog log,
StochasticNet.TimeUnit timeUnit,
boolean fillGapsRandomly,
long seed) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
GeneratorConfig.getTimeUnit() |
Modifier and Type | Method and Description |
---|---|
void |
GeneratorConfig.setTimeUnit(StochasticNet.TimeUnit timeUnit) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
PredictionExperimentConfig.getTimeUnitFactor() |
Modifier and Type | Method and Description |
---|---|
void |
PredictionExperimentConfig.setTimeUnitFactor(StochasticNet.TimeUnit timeUnitFactor) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
PNSimulatorConfig.getUnitFactor() |
Modifier and Type | Method and Description |
---|---|
protected java.util.Date |
PNSimulator.getNextArrivalDate(java.util.Date lastTime,
StochasticNet.TimeUnit unitFactor) |
long |
PNSimulator.getTransitionRemainingTime(org.processmining.models.graphbased.directed.petrinet.elements.Transition t,
StochasticNet.TimeUnit unitFactor,
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,java.lang.Long> transitionRemainingTimes,
long startOfTransition,
double positiveConstraint,
LimitedTreeMap<java.lang.Integer,java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.apache.commons.math3.distribution.RealDistribution>> cachedDurations,
boolean useOnlyPastTrainingData)
Checks if the transition has already a running task (depending on the memory policy, this can be true) and returns that value, or
samples a new value freshly from the distribution.
|
protected double |
PNSimulator.sampleDurationForTransition(double positiveConstraint,
long startOfTransition,
TimedTransition timedT,
StochasticNet.TimeUnit unitFactor,
LimitedTreeMap<java.lang.Integer,java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.apache.commons.math3.distribution.RealDistribution>> cachedDurations,
boolean useOnlyPastTrainingData) |
protected double |
PNTimeSeriesSimulator.sampleDurationForTransition(double positiveConstraint,
long startOfTransition,
TimedTransition timedT,
StochasticNet.TimeUnit unitFactor,
LimitedTreeMap<java.lang.Integer,java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,org.apache.commons.math3.distribution.RealDistribution>> cachedDurations,
boolean useOnlyPastTrainingData) |
protected void |
LogLocationDelayInducer.visualizeGraph(edu.uci.ics.jung.graph.Graph<Activity,LocationChange> dependencyGraph,
boolean show,
java.util.Map<Activity,java.lang.Number> earliestStartTimes,
StochasticNet.TimeUnit unit,
Activity root) |
Constructor and Description |
---|
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate,
int maxEventsInOneTrace) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate,
int maxEventsInOneTrace,
StochasticNet.ExecutionPolicy policy) |
PNSimulatorConfig(long numberOfTraces,
StochasticNet.TimeUnit unitFactor,
long seed,
double arrivalRate,
int maxEventsInOneTrace,
StochasticNet.ExecutionPolicy policy,
java.lang.String logName) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.TimeUnit |
TemporalModel.getTimeUnit() |
Constructor and Description |
---|
TemporalModel(StochasticNet.TimeUnit unit) |