Skip to content
Snippets Groups Projects
Commit fd5087aa authored by Jürgen Walter's avatar Jürgen Walter
Browse files

minor

parent e1f0220e
No related branches found
No related tags found
No related merge requests found
......@@ -50,10 +50,8 @@ import kieker.tools.traceAnalysis.systemModel.TraceInformation;
import kieker.tools.traceAnalysis.systemModel.repository.SystemModelRepository;
import kieker.tools.traceAnalysis.systemModel.util.AllocationComponentOperationPair;
import tools.descartes.pmx.builder.CSVBuilder;
import tools.descartes.pmx.builder.CombinedBuilder;
import tools.descartes.pmx.builder.IModelBuilder;
import tools.descartes.pmx.builder.ModelBuilder;
import tools.descartes.pmx.builder.dml.DMLBuilder;
import tools.descartes.pmx.builder.pcm.PCMBuilder;
import tools.descartes.pmx.filter.controlflow.CallDecoration;
import tools.descartes.pmx.filter.controlflow.ExternalCall;
......
......@@ -31,7 +31,7 @@ import org.apache.log4j.Logger;
import tools.descartes.librede.algorithm.IKalmanFilterAlgorithm;
import tools.descartes.librede.approach.ResponseTimeApproximationApproach;
import tools.descartes.librede.approach.ServiceDemandLawApproach;
import tools.descartes.librede.approach.ZhangKalmanFilterApproach;
import tools.descartes.librede.approach.WangKalmanFilterApproach;
import tools.descartes.librede.configuration.ConfigurationFactory;
import tools.descartes.librede.configuration.EstimationAlgorithmConfiguration;
import tools.descartes.librede.configuration.EstimationApproachConfiguration;
......@@ -146,7 +146,7 @@ public class EstimationSpecificationFactory {
EstimationSpecification estimationSpecification) {
EstimationApproachConfiguration estimationApproachConfiguration = ConfigurationFactory.eINSTANCE
.createEstimationApproachConfiguration();
estimationApproachConfiguration.setType(ZhangKalmanFilterApproach.class
estimationApproachConfiguration.setType(WangKalmanFilterApproach.class
.getCanonicalName());
estimationSpecification.getApproaches().add(
estimationApproachConfiguration);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment