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

Exploration.alg: Fix ReplicationBound annotation registration.

* Use the correct package.
* Also correct the registration of the Opt4J backend.
refs 3264
parent 4704a424
No related branches found
No related tags found
No related merge requests found
...@@ -14,22 +14,19 @@ ...@@ -14,22 +14,19 @@
<annotation binding="org.fortiss.af3.exploration.alg.annotation.valueprovider.ComponentImplDiversityRefValueProvider"> <annotation binding="org.fortiss.af3.exploration.alg.annotation.valueprovider.ComponentImplDiversityRefValueProvider">
<modelElementClass modelElementClass="org.fortiss.af3.component.model.Component"/> <modelElementClass modelElementClass="org.fortiss.af3.component.model.Component"/>
</annotation> </annotation>
<annotation binding="org.fortiss.af3.timing.annotation.valueprovider.MaxReplicationBoundValueProvider"> <annotation binding="org.fortiss.af3.exploration.alg.annotation.valueprovider.MaxReplicationBoundValueProvider">
<modelElementClass modelElementClass="org.fortiss.af3.task.model.Task"/> <modelElementClass modelElementClass="org.fortiss.af3.task.model.Task"/>
</annotation> </annotation>
<annotation binding="org.fortiss.af3.timing.annotation.valueprovider.MinReplicationBoundValueProvider"> <annotation binding="org.fortiss.af3.exploration.alg.annotation.valueprovider.MinReplicationBoundValueProvider">
<modelElementClass modelElementClass="org.fortiss.af3.task.model.Task"/> <modelElementClass modelElementClass="org.fortiss.af3.task.model.Task"/>
</annotation> </annotation>
<annotation binding="org.fortiss.af3.timing.annotation.valueprovider.WcetValueProvider">
<modelElementClass modelElementClass="org.fortiss.af3.deployment.model.DeploymentParameterValue"/>
</annotation>
</extension> </extension>
<extension <extension
id="org.fortiss.af3.exploration.dsebackend" id="org.fortiss.af3.exploration.dsebackend"
point="org.fortiss.af3.exploration.dsebackend"> point="org.fortiss.af3.exploration.dsebackend">
<dsebackend <dsebackend
class="org.fortiss.af3.exploration.alg.contribution.Opt4JDseBackend"> class="org.fortiss.af3.exploration.alg.backend.Opt4JDseBackend">
</dsebackend> </dsebackend>
</extension> </extension>
......
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