All Classes Interface Summary Class Summary Enum Summary Exception Summary
| Class |
Description |
| AbstractAllocation |
|
| AbstractEntropyCalculator |
|
| AbstractionLevel |
|
| AbstractMeasure<T extends java.lang.Number> |
|
| AbstractMiner |
Created by andreas on 9/15/16.
|
| AbstractPNMLElement |
|
| AbstractTimePredictor |
|
| AccurateNoiseFilter |
This noise filter adds noise to an event log by randomly removing events and adding events.
|
| Activity |
|
| AdvancedSimulator |
Event based simulator.
|
| Aggregate |
|
| Aggregate.Function<T,R> |
|
| Allocatable |
|
| Allocation |
|
| Allocation.AllocType |
|
| AllocationBasedNetGenerator |
|
| AllocationBasedNetGenerator.ObsType |
|
| AllocationConfig |
|
| AllocationDistribution |
A distribution of possible allocation options for some activity/task in a process.
|
| AnomalousIntervalsComputer |
|
| AnomalousIntervalsComputerPlugin |
|
| AnomalyIntervals |
Simple container class to store temporal anomaly regions (intervals),
which correspond to duration outliers of transitions in a StochasticNet
|
| AnotherAbstractRealDistribution |
|
| ApproximateDensityDistribution |
|
| ARMATimeSeries |
|
| AutoArimaTimeSeries |
|
| AverageMethodTimeSeries |
The simplest form of model to fit to a data set is the average.
|
| BellmanFordDistance<V,E> |
Simple implementation of the Bellman Ford distance computation.
|
| BernsteinExponentialApproximation |
Implementation of the expolynomial distribution class presented in:
|
| Building |
|
| CaseStatistics |
Case statistics for an individual case in a log.
|
| CaseStatisticsAnalyzer |
Provides statistical analysis for outliers using non-parametric density estimations
with foundations in:
|
| CaseStatisticsConnection |
|
| CaseStatisticsList |
|
| CaseTimeSeries |
|
| ComparablePair<K extends java.lang.Comparable<K>,V> |
|
| Compartment |
|
| ComputedMeasures |
|
| ConstrainedHistogramDistribution |
Constrains a histogram to only use the part that is consistent with the constraint.
|
| ConvertDistributionsPlugin |
Converts all timed distributions of a StochasticNet to a given distribution type (except for immediate and deterministic transitions)
|
| ConvolutionHelper |
|
| CostFunction |
|
| DiagonalDistribution |
A diagonal parallel to the line y = -x is defined by the sum of x and y.
|
| DiracDeltaDistribution |
This is the distribution for a random variable emitting a deterministic value.
|
| DirectAllocation |
|
| Distance |
The score of a candidate Log-Model pair vs.
|
| DistanceFunction |
|
| DistributionUtils |
|
| DriftMethodTimeSeries |
The drift method extrapolates a line through the first observation and the last observation
for computing the next forecast.
|
| EfficientDiscreteStochasticNetSemanticsImpl |
Stores a marking encoding temporal states in a discrete domain.
|
| EfficientStochasticNetSemanticsImpl |
Hopefully more efficient implementation of the semantics...
|
| EfficientTimedMarking |
|
| Entity |
General superclass of everything that can be related to process models.
|
| EntropyCalculatorApproximate |
|
| EntropyCalculatorExact |
|
| EntropyCalculatorQuantile |
Created by andreas on 6/7/17.
|
| EntropyMeasure |
A class that captures the entropy of a net.
|
| ExportLogLikelihoodPlugin |
|
| FastDensityFunction |
|
| GaussianKernelDistribution |
Simple gaussian kernel estimator.
|
| GaussianReflectionKernelDistribution |
Very plain boundary reflection kernel estimator.
|
| Generator |
Generates block-structured Petri nets with an iterative mechanism.
|
| GeneratorConfig |
Configuration settings for the stochastic Petri net generator Generator.
|
| GeneratorConfigPanel |
|
| GeneratorPlugin |
|
| GradientDescent |
|
| GreedyAnomalyResolver |
Greedily resolves anomalies in Sensor data.
|
| Interaction |
An interaction candidate that is created by looking at different combinations of SensorInterval s.
|
| JaccardSimilarity |
|
| LastObservationTimeSeries |
|
| LikelihoodAnalyzer |
|
| LikelihoodAnalyzerPlugin |
|
| LimitedQueue<K> |
A data structure that is limited in size and otherwise works as a queue
(but can also access the latest/youngest element at the tail)
|
| LimitedTreeMap<K,V> |
A TreeMap limited in upper size...
|
| LimitedTreeMap<K,V> |
A TreeMap limited in upper size...
|
| LimitedTreeSet<E> |
A TreeSet with an upper bound on size (if an element will be inserted, the lowest value will be removed)
|
| LimitedTreeSet<E> |
A TreeSet with an upper bound on size (if an element will be inserted, the lowest value will be removed)
|
| ListAbstractionLevel |
Not really abstracting.
|
| LoadAnnotationPlugin |
This is very basic.
|
| LocalSearchMiner<M> |
|
| Location |
|
| LocationChange |
|
| LogLocationDelayInducer |
This class takes a location unaware log and transforms it into a location
aware log.
|
| LogToSensorIntervalConverter |
Given a rich log with resources and locations for events (and start-and complete transitions),
we can generate intervals of where the resources are located.
|
| LoopsLinearizerPlugin |
Goes through all the traces in a log and numbers occurrences of repeated events,
such that repetitions get numbered and distinguished.
|
| LoopsNotSupportedException |
|
| MarkingBasedSelectionWeightCostFunction |
|
| MeanCorrectedReflectionKernelDistribution |
|
| MeasureConfig |
|
| MeasurePlugin |
|
| MeasureProvider<T extends AbstractMeasure<?>> |
|
| MemorylessTruncatedWrapper |
When truncating an exponential function left (setting a lower constraint),
the result is the same exponential function offset by the constraint
|
| ModelComparisonResult |
|
| MultiSetAbstractionLevel |
Abstracting from permutations, but still keeping count of executions
|
| NaiveMethodTimeSeries |
The naive predictor for a time series simply returns the latest value as the predictor for the next one.
|
| NoiseLogFilter |
Introduces noise into an event log by randomly removing items, or adding duplicate events.
|
| NoiseLogFilter.NoiseLogFilterParameters |
|
| NoiseLogFilter.NoiseTypes |
|
| NonConvergenceException |
It might be, that the EM-fitting algorithm used to fit densities to data values might not converge.
|
| NormalizedMarkingCache |
|
| NormalizedPositiveGradientDescent |
|
| Observation<H> |
An individual historical observation on which to base future predictions.
|
| OnlineNormalEstimator |
An OnlineNormalEstimator provides an object that estimates means,
variances, and standard deviations for a stream of numbers presented one at a
time.
|
| OptimalMiner<M> |
|
| Outcome |
The outcome of an abstraction of a trace
|
| OutlierVisualizer |
|
| OverfitChoiceMiner |
Assumes the log to have dedicated start and end events embracing each trace.
|
| OverfitMiner |
|
| OverfitMinerPlugin |
|
| PerformanceEnricher |
|
| PerformanceEnricherConfig |
Configuration to be used for the net to be mined.
|
| PerformanceEnricherExperimentPlugin |
Performs a round-trip: model -> log -> model
1.
|
| PerformanceEnricherExperimentPlugin.ExperimentType |
|
| PerformanceEnricherExperimentResult |
|
| PerformanceEnricherPlugin |
|
| PerformanceVisualization |
|
| PerformingResource |
|
| Person |
|
| PetrinetLSMiner |
Created by andreas on 3/22/17.
|
| PetrinetModelAllocations |
|
| PetrinetWithMapping |
|
| Plot |
Plot to display the probability functions.
|
| PlotPanelFreeChart |
|
| PNMLArc |
|
| PNMLDimension |
|
| PnmlExportStochasticNet |
|
| PNMLFill |
|
| PNMLFinalMarkings |
|
| PNMLGraphics |
|
| PnmlImportStochasticNet |
|
| PNMLMarking |
|
| PNMLModule |
|
| PNMLName |
|
| PNMLNet |
|
| PNMLPage |
|
| PNMLParameter |
The default way of Prom to import PNML files is to scale them by a factor of
2.0 (see PnmlPosition.SCALE) We do not want
to change this, so that we are compatible with importing and exporting PNML
files
|
| PNMLPlace |
|
| PNMLPlaceRef |
|
| PNMLPoint |
|
| PNMLRoot |
|
| PNMLText |
|
| PNMLToolSpecific |
|
| PNMLTransition |
|
| PNSimulator |
Very plain simulator only used for evaluation of the evaluation of the mining of stochastic Petri nets
and the repair-log plug-in.
|
| PNSimulatorConfig |
Configuration parameters for the simple simulation of (stochastic) Petri Nets.
|
| PNSimulatorConfigUI |
A configuration window containing properties for the configuration
of the simple simulator PNSimulator.
|
| PNSimulatorPlugin |
Deprecated.
|
| PNTimeSeriesSimulator |
A stochastic Petri net simulator that replaces each timed transition's distribution with a
time series predictor.
|
| PNUnfoldedSimulator |
Idea: Use one unfolded model for multiple traces.
|
| PNUnroller |
|
| PoissonAllocation |
|
| PrecisionAligner |
|
| Prediction<T> |
|
| PredictionData |
|
| PredictionExperimentConfig |
|
| PredictionExperimentPlugin |
|
| PredictionExperimentResult |
|
| PreprocessLogFilter |
Created by andreas on 2/15/17.
|
| ProbabilisticAlignmentPlugin |
|
| ProbabilisticAllocation |
|
| QualityCriterion |
|
| RAbstractDistribution |
|
| RCensoredLogSplineDistribution |
Wraps the logspline density estimation for data that is randomly right-censored.
|
| Record |
|
| RejectionWrapper |
A wrapper around a distribution that cuts off a part below a certain threshold RejectionWrapper.constraint
and rescales the rest of the distribution to become a valid one again.
|
| ReliableInvisibleTransitionPerfCounter |
This class behaves as the ReliablePerfCounter class,
but allows invisible transitions in the model and assumes that these do not take time.
|
| ReplayStep |
A Replay Step with the duration and
probabilistic information like density p(A=a | Model)
according to the probabilistic Model used in replay.
|
| ReplayStepDensityFunction |
|
| Resource |
|
| RGaussianKernelDistribution |
|
| RLogSplineDistribution |
Logspline density fitting to data using the logspline package in R.
|
| Role |
|
| Room |
A representation of a room which can be allocated to activities.
|
| RProvider |
|
| RTimeSeries<H> |
|
| ScheduleDrivenDiscoveryPlugin |
|
| SeasonalNaiveMethodTimeSeries |
A naive seasonal forecast (forecasts the same value as the one observed in the last season)
|
| SensorInterval |
|
| SensorIntervalVisualization |
|
| SensorIntervalVisualization.IntervalVisualizer |
|
| SetAbstractionLevel |
Abstracts from sequences and only retains the set of elements in the sequence, disregards permutations and also frequencies.
|
| ShiftedDistribution |
We shift the distribution downwards so that the outliers are below zero.
|
| SimpleDistanceFunction |
|
| SimpleHeuristicFilter |
|
| SimpleHistogramDistribution |
|
| SinusoidalSeries |
|
| SliceSampler |
|
| SortedPair<K extends java.lang.Comparable<K>,V> |
|
| SortedSensorIntervals |
|
| SortedSetComparator<E extends java.lang.Comparable<E>> |
|
| StatefulTimeseriesDistribution |
This is a "stateful" distribution that knows it's current time.
|
| StochasticManifestCollector |
Simple analyzer for a manifest based replay.
|
| StochasticMinerPlugin |
Not yet implemented.
|
| StochasticNet |
"stochastic Petri net" = Petri net with annotated stochastic information.
|
| StochasticNet.DistributionType |
Supported parametric and non-parametric distributions
|
| StochasticNet.ExecutionPolicy |
Execution policy of the network.
|
| StochasticNet.TimeUnit |
Enumeration specifying in which time unit the parameters of the net are given.
|
| StochasticNetDeserializer |
|
| StochasticNetImpl |
|
| StochasticNetSemantics |
|
| StochasticNetSemanticsImpl |
|
| StochasticNetSemanticsProvider |
|
| StochasticNetToPNMLConverter |
|
| StochasticNetUtils |
|
| StochasticNetUtils.DummyConnectionManager |
|
| StochasticNetUtils.DummyConsolePluginContext |
|
| StochasticNetUtils.FakePluginContext |
Created by andreas on 25/01/2017.
|
| StochasticNetUtils.Renamer |
|
| TemporalAnalyzer |
|
| TemporalConnection |
|
| TemporalMiner |
|
| TemporalMinerPlugin |
|
| TemporalModel |
|
| TemporalModelPanel |
|
| TemporalModelVizualizer |
|
| TemporalNode |
|
| TemporalProfile |
|
| TemporalProfileOptimizer |
|
| TemporalRelation |
|
| TemporalRelations |
|
| TemporalSample |
|
| TemporalTraces |
|
| TimeConstraints |
|
| TimeConstraints.TimeAssumption |
|
| TimeConstraintsPanel |
|
| TimedTransition |
A timed transition to be used in
Stochastic Petri Nets
with arbitrary distributions
|
| TimePredictor |
|
| TimePredictorPlugin |
This is a simple time predictor based on a stochastic model.
|
| TimeSeries<H> |
A time series of values (might be durations, might be rates, might be anything)
|
| TimeSeriesAlignmentPlugin |
|
| TimeSeriesComparer |
|
| TimeSeriesConfiguration |
|
| TimeSeriesConfiguration.AvailableScripts |
|
| TimeSeriesConfiguration.MissingDataHandling |
Different strategies to try for handling missing data (replacement almost always introduces a bias (mean replacement underestimates the variance)
It might be better to keep them as missing values and let R figure out how to deal with them...
|
| TimeSeriesConfiguration.TimeSeriesType |
|
| TimeSeriesConverter |
|
| TimeSeriesPanel |
|
| TimeseriesPredictor |
|
| TopologyLayout<V,E> |
|
| ToStochasticNet |
|
| Triple<K,L,M> |
|
| TruncatedDistributionFactory |
|
| TruncatedWrapper |
A wrapper around a distribution that cuts off a part below a certain threshold RejectionWrapper.constraint
and rescales the rest of the distribution to become a valid one again.
|
| UniformAllocation |
|
| UniformSetAllocation |
|
| VisitState |
A State to visit during exploration
TODO: make more compact (e.g.
|
| VisualControls |
|
| WeightsOptimizer |
|
| WorldConfiguration |
|