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

Exploration.alg: Renamve DSE extension: pkg contribution -> backend.

refs 3254
parent 4af5d1bb
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ Export-Package: com.google.common.annotations,
com.google.common.xml,
com.google.thirdparty.publicsuffix,
org.fortiss.af3.exploration.alg,
org.fortiss.af3.exploration.alg.contribution,
org.fortiss.af3.exploration.alg.backend,
org.fortiss.af3.exploration.alg.dse,
org.fortiss.af3.exploration.alg.dse.backend.opt4j.encoding.comm,
org.fortiss.af3.exploration.alg.dse.backend.opt4j.encoding.safetyfunctionarch,
......
......@@ -19,7 +19,7 @@ import static org.fortiss.af3.exploration.alg.ExplorationAlgActivator.getDefault
import static org.fortiss.af3.exploration.alg.service.ExplorationService.getService;
import org.eclipse.ui.IStartup;
import org.fortiss.af3.exploration.alg.contribution.Opt4JDseBackend;
import org.fortiss.af3.exploration.alg.backend.Opt4JDseBackend;
import org.fortiss.af3.exploration.alg.service.IExplorationConstraintTransformationService;
import org.fortiss.af3.exploration.alg.service.IExplorationEvaluatationService;
import org.fortiss.af3.exploration.alg.service.IExplorationRepairService;
......
Opt4JDseBackend.java a20d2749e8001bbc6e437b7f8422b73db6478be8 RED
......@@ -13,7 +13,7 @@
| See the License for the specific language governing permissions and |
| limitations under the License. |
+--------------------------------------------------------------------------*/
package org.fortiss.af3.exploration.alg.contribution;
package org.fortiss.af3.exploration.alg.backend;
import static org.fortiss.af3.exploration.alg.port.DSEPortingUtils.createSystemParameterContainer;
import static org.fortiss.af3.exploration.alg.util.DesignSpaceExplorationModelElementFactory.createDefaultDesignSpaceExploration;
......
Opt4JDseBackend.java 10829afdc8b0cfc58ac2dcfbc9564b6d38f0c5d1 RED
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