Modifier and Type | Method and Description |
---|---|
static StochasticNet.DistributionType |
StochasticNet.DistributionType.fromString(java.lang.String text) |
static StochasticNet.DistributionType |
StochasticNet.DistributionType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static StochasticNet.DistributionType[] |
StochasticNet.DistributionType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
TimedTransition |
StochasticNet.addTimedTransition(java.lang.String label,
double weight,
StochasticNet.DistributionType type,
double... distributionParameters) |
TimedTransition |
StochasticNet.addTimedTransition(java.lang.String label,
double weight,
StochasticNet.DistributionType type,
java.lang.String trainingData,
double... distributionParameters) |
TimedTransition |
StochasticNet.addTimedTransition(java.lang.String label,
StochasticNet.DistributionType type,
double... distributionParameters) |
Modifier and Type | Field and Description |
---|---|
protected StochasticNet.DistributionType |
TimedTransition.distributionType
The
StochasticNet.DistributionType which determines the
parametric or non-parametric shape of the distribution |
Modifier and Type | Method and Description |
---|---|
StochasticNet.DistributionType |
TimedTransition.getDistributionType() |
Modifier and Type | Method and Description |
---|---|
void |
TimedTransition.setDistributionType(StochasticNet.DistributionType distType) |
Constructor and Description |
---|
TimedTransition(java.lang.String label,
org.processmining.models.graphbased.directed.AbstractDirectedGraph<org.processmining.models.graphbased.directed.petrinet.PetrinetNode,org.processmining.models.graphbased.directed.petrinet.PetrinetEdge<? extends org.processmining.models.graphbased.directed.petrinet.PetrinetNode,? extends org.processmining.models.graphbased.directed.petrinet.PetrinetNode>> net,
org.processmining.models.graphbased.directed.petrinet.elements.ExpandableSubNet parent,
double weight,
int priority,
StochasticNet.DistributionType type,
double... parameters) |
Modifier and Type | Field and Description |
---|---|
static StochasticNet.DistributionType[] |
ToStochasticNet.SUPPORTED_CONVERSION_TYPES |
Modifier and Type | Method and Description |
---|---|
TimedTransition |
StochasticNetImpl.addTimedTransition(java.lang.String label,
double weight,
StochasticNet.DistributionType type,
double... distributionParameters) |
TimedTransition |
StochasticNetImpl.addTimedTransition(java.lang.String label,
double weight,
StochasticNet.DistributionType type,
java.lang.String trainingData,
double... distributionParameters) |
TimedTransition |
StochasticNetImpl.addTimedTransition(java.lang.String label,
StochasticNet.DistributionType type,
double... distributionParameters) |
static java.lang.Object[] |
ToStochasticNet.convertStochasticNetToType(org.processmining.framework.plugin.PluginContext context,
StochasticNet net,
org.processmining.models.semantics.petrinet.Marking marking,
StochasticNet.DistributionType type)
Converts all timed transitions (except immediate and deterministic transitions) to the specified type in the net.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.Object[] |
ConvertDistributionsPlugin.enrichStochasticInformation(org.processmining.framework.plugin.PluginContext context,
org.processmining.models.graphbased.directed.petrinet.Petrinet net,
StochasticNet.DistributionType type) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.DistributionType |
PerformanceEnricherConfig.getType() |
Modifier and Type | Method and Description |
---|---|
java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,StochasticNet.DistributionType> |
TimeConstraints.getTransitionContraints() |
Modifier and Type | Method and Description |
---|---|
void |
PerformanceEnricherConfig.setType(StochasticNet.DistributionType type) |
Modifier and Type | Method and Description |
---|---|
void |
TimeConstraints.setTransitionContraints(java.util.Map<org.processmining.models.graphbased.directed.petrinet.elements.Transition,StochasticNet.DistributionType> transitionContraints) |
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.DistributionType |
PerformanceEnricherExperimentPlugin.DISTRIBUTION_TYPE |
Constructor and Description |
---|
AllocationConfig(java.util.Set<Allocatable> choices,
int numOfAllocatables,
double probability,
Allocation.AllocType type,
StochasticNet.DistributionType distributionType) |
AllocationConfig(java.util.Set<Allocatable> setA,
java.util.Set<Allocatable> setB,
int numA,
int numB,
double probability,
Allocation.AllocType type,
StochasticNet.DistributionType distributionType)
Configure a cross product of two sets
|
Modifier and Type | Method and Description |
---|---|
StochasticNet.DistributionType |
GeneratorConfig.getDistributionType() |
Modifier and Type | Method and Description |
---|---|
double[] |
Generator.getRandomParameters(StochasticNet.DistributionType type)
returns random parameters of distributions, such that
the mean is between 1 and 10 and
the variance is around 2
|
void |
GeneratorConfig.setDistributionType(StochasticNet.DistributionType distributionType) |
Modifier and Type | Method and Description |
---|---|
StochasticNet.DistributionType |
PredictionExperimentConfig.getLearnedDistributionType() |
Modifier and Type | Method and Description |
---|---|
void |
PredictionExperimentConfig.setLearnedDistributionType(StochasticNet.DistributionType learnedDistributionType) |