Skip to content
Snippets Groups Projects
Commit ccead9ae authored by Alexander Diewald's avatar Alexander Diewald
Browse files

Align with the relocation of the DSE backend service.

parent 8dabb8a8
No related branches found
No related tags found
1 merge request!53327: DSE Backend Registration
This commit is part of merge request !5. Comments created here will be created in the context of that merge request.
ExplorationAlg.java cd0324896b13b820dbd8c09dea9cef18bd8b249a YELLOW
ExplorationAlg.java d9b858f8144d954985acef1a3086b2c4e942face RED
ExplorationAlgActivator.java 7ccd8c61f3cd761be44cd5b23dc925a1f5da8fbe YELLOW
......@@ -39,8 +39,8 @@ import org.fortiss.af3.exploration.alg.service.internal.ExplorationEvaluationSer
import org.fortiss.af3.exploration.alg.service.internal.ExplorationFeatureService;
import org.fortiss.af3.exploration.alg.service.internal.ExplorationRepairService;
import org.fortiss.af3.exploration.alg.service.internal.ExplorationTransformationService;
import org.fortiss.af3.exploration.backend.IDSEBackendService;
import org.fortiss.af3.exploration.model.ExplorationTarget;
import org.fortiss.af3.exploration.service.IDSEBackendService;
import org.fortiss.af3.exploration.smt.model.SMTObjective;
import org.opt4j.core.DoubleValue;
import org.osgi.framework.BundleContext;
......
Opt4JDseBackend.java 6fb3248fc46b0844b504138b1d1bafdba3cf9404 RED
Opt4JDseBackend.java d199049f0ff92b887e4d7191dc519171157f17c8 RED
......@@ -40,12 +40,12 @@ import org.fortiss.af3.exploration.alg.feature.SafetyArchitectureExploration;
import org.fortiss.af3.exploration.alg.feature.TTScheduleExploration;
import org.fortiss.af3.exploration.alg.feature.TaskMappingExploration;
import org.fortiss.af3.exploration.alg.plot.XYPlotter;
import org.fortiss.af3.exploration.backend.IDSEBackend;
import org.fortiss.af3.exploration.dsl_v2.model.expression.SuperSet;
import org.fortiss.af3.exploration.model.ExplorationSpecification;
import org.fortiss.af3.exploration.model.SuperSetMap;
import org.fortiss.af3.exploration.model.solutions.ExplorationSolution;
import org.fortiss.af3.exploration.moea.model.DseSpecification;
import org.fortiss.af3.exploration.service.IDSEBackend;
import org.fortiss.af3.platform.model.ExecutionUnit;
import org.fortiss.af3.platform.model.PlatformArchitecture;
import org.fortiss.af3.task.model.Signal;
......
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