Skip to content
Snippets Groups Projects
Commit e6f3d275 authored by Simon Barner's avatar Simon Barner
Browse files

- Cleanup file headers (copyright)

- Remove SVN autoprops tags
- Remove unused files
- Move to new code rating
refs 3192,3177
parent 59bb04a5
No related branches found
No related tags found
No related merge requests found
Showing
with 43 additions and 98 deletions
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -64,9 +62,6 @@ import com.google.inject.TypeLiteral; ...@@ -64,9 +62,6 @@ import com.google.inject.TypeLiteral;
* etc.). * etc.).
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 2D023E1211E22DFFA220D6306AC5BE67
*/ */
public abstract class TaskMappingFactory<S extends InstantiatedTaskMappingEntry, T extends InstantiatedTaskMappingEncoding<S>> { public abstract class TaskMappingFactory<S extends InstantiatedTaskMappingEntry, T extends InstantiatedTaskMappingEncoding<S>> {
......
ExplorerBackendBase.java 2e86b95490d6b278ad1c4e9a777b04a5a0552b5d RED
IExplorerBackend.java 92b54d5179ebb9fe969664a215e1fb701ed98d15 RED
SolutionCandidateBase.java d4b54cf5ec00fc62028d75c44068c99261af3a3c RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Evaluator; ...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Evaluator;
* Base class for general optimization backends. * Base class for general optimization backends.
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: A0241D07DF85652C519AE77915BACA05
*/ */
public abstract class ExplorerBackendBase<O extends IOptimizer> implements IExplorerBackend<O> { public abstract class ExplorerBackendBase<O extends IOptimizer> implements IExplorerBackend<O> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.moea.model.parameters.IOptimizer; ...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.moea.model.parameters.IOptimizer;
* Common interface for all optimization backends. * Common interface for all optimization backends.
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 78EE1823181065759CFC4234315FFABC
*/ */
public interface IExplorerBackend<O extends IOptimizer> { public interface IExplorerBackend<O extends IOptimizer> {
/** /**
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -35,9 +33,6 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils; ...@@ -35,9 +33,6 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* Base class to track status information of "individual evolution" during optimization. * Base class to track status information of "individual evolution" during optimization.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 9B7EBC04F6D10D704837B0F60DFBBAE1
*/ */
// TODO: transform this class into a status genotype the track the status information. // TODO: transform this class into a status genotype the track the status information.
// NOTE: This Class is not used at the moment. It ONLY serves as a reference for the genotype // NOTE: This Class is not used at the moment. It ONLY serves as a reference for the genotype
......
Opt4JExplorationSolutionSet.java fd1ca946198990604ea7a521e9d0335bef4ad8e1 RED
Opt4JExplorerBackend.java 461b9a02d7549f775c5e44d6c9e804841b0d1b8c RED
Opt4JSingleExplorationSolution.java 6086e36a5b48b9f3ea68b6e50e2ac20758942d0a RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -34,9 +32,6 @@ import org.opt4j.core.optimizer.Archive; ...@@ -34,9 +32,6 @@ import org.opt4j.core.optimizer.Archive;
* {@link IExplorationSolution}s. * {@link IExplorationSolution}s.
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: EBAB34167BA939EE73D41B47018CDF62
*/ */
public class Opt4JExplorationSolutionSet<P extends Phenotype> extends public class Opt4JExplorationSolutionSet<P extends Phenotype> extends
CompositeExplorationSolution<P> { CompositeExplorationSolution<P> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -73,9 +71,6 @@ import com.google.inject.Module; ...@@ -73,9 +71,6 @@ import com.google.inject.Module;
* defined. Additionally, the optimization task is started here and the results are returned. * defined. Additionally, the optimization task is started here and the results are returned.
* *
* @author huang * @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 7B6DF0A80AA786D2F2A72C3FC95D721F
*/ */
public class Opt4JExplorerBackend extends ExplorerBackendBase<EAOptimizer> { public class Opt4JExplorerBackend extends ExplorerBackendBase<EAOptimizer> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -34,9 +32,6 @@ import org.opt4j.core.Objectives; ...@@ -34,9 +32,6 @@ import org.opt4j.core.Objectives;
* investigated optimization dimensions. * investigated optimization dimensions.
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 1ABAF4492FF41A0E4355A35E524CD9FA
*/ */
public class Opt4JSingleExplorationSolution extends SolutionQuantification { public class Opt4JSingleExplorationSolution extends SolutionQuantification {
......
ArchitectureExplorationCreator.java b549845e58fe36bc77e08e7585343d079b802b24 RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2015 fortiss GmbH |
| |
| Copyright 2015 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -32,9 +30,6 @@ import com.google.inject.Inject; ...@@ -32,9 +30,6 @@ import com.google.inject.Inject;
* documentation. * documentation.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 482A5FC527AD8D2241E2E05FC383B7E7
*/ */
public class ArchitectureExplorationCreator extends public class ArchitectureExplorationCreator extends
CompositeCreatorBase<ArchitectureExplorationEncoding> { CompositeCreatorBase<ArchitectureExplorationEncoding> {
......
SafetyFunctionArchCreator.java ca96b21266c0b68224256a309d788cbc047c1035 RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2016 fortiss GmbH |
| |
| Copyright 2016 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -32,9 +30,6 @@ import com.google.inject.Inject; ...@@ -32,9 +30,6 @@ import com.google.inject.Inject;
* exploration of safety function designs. * exploration of safety function designs.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: BF0E2928922764EA1711587B4803C626
*/ */
public class SafetyFunctionArchCreator<C> public class SafetyFunctionArchCreator<C>
extends ComposableCreatorBase<SafetyFunctionArchEncoding<C>> { extends ComposableCreatorBase<SafetyFunctionArchEncoding<C>> {
......
AbstractTaskMappingCreator.java 3afa3eb3db97f94f11466f558321350ff960930a RED
FailSilentTaskMappingCreator.java eff6f7b5161ecfd749b60eab11c96ac6639e79f7 RED
FaultDetectionVotingTaskMappingCreator.java 2be9871421a7a11d81a628b1ba7215074c5cf955 RED
TaskMappingCreator.java 956021f12777f0269b87adf762bb06aeb4551e75 RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2015 fortiss GmbH |
| |
| Copyright 2015 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -39,9 +37,6 @@ import com.google.inject.Inject; ...@@ -39,9 +37,6 @@ import com.google.inject.Inject;
* refer which need to be instantiated. * refer which need to be instantiated.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: AC689D016362D0D011E4F0DDA015A1D9
*/ */
public class AbstractTaskMappingCreator extends public class AbstractTaskMappingCreator extends
TaskMappingCreator<AbstractTaskMappingEntry, AbstractTaskMappingEncoding> { TaskMappingCreator<AbstractTaskMappingEntry, AbstractTaskMappingEncoding> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -36,9 +34,6 @@ import com.google.inject.Inject; ...@@ -36,9 +34,6 @@ import com.google.inject.Inject;
* Creator of random task mappings for fail-silent execution model * Creator of random task mappings for fail-silent execution model
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: FBB7610F190ED58872736CFAF1638DC9
*/ */
public class FailSilentTaskMappingCreator extends public class FailSilentTaskMappingCreator extends
TaskMappingCreator<FailSilentTaskMappingEntry, FailSilentTaskMappingEncoding> { TaskMappingCreator<FailSilentTaskMappingEntry, FailSilentTaskMappingEncoding> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -36,9 +34,6 @@ import com.google.inject.Inject; ...@@ -36,9 +34,6 @@ import com.google.inject.Inject;
* Creator of random task mappings for fail-silent execution model * Creator of random task mappings for fail-silent execution model
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D1C5107ABD90E34C54B57591F32D0F6C
*/ */
public class FaultDetectionVotingTaskMappingCreator public class FaultDetectionVotingTaskMappingCreator
extends extends
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2014 fortiss GmbH |
| |
| Copyright 2014 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -32,9 +30,6 @@ import com.google.inject.Inject; ...@@ -32,9 +30,6 @@ import com.google.inject.Inject;
* {@link Creator} module for general {@link TaskMappingEncoding}s {@link Genotype}s. * {@link Creator} module for general {@link TaskMappingEncoding}s {@link Genotype}s.
* *
* @author huang * @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 230B229C553CB00B8060D436C8F7E281
*/ */
public abstract class TaskMappingCreator<S extends TaskMappingEntry, T extends TaskMappingEncoding<?>> public abstract class TaskMappingCreator<S extends TaskMappingEntry, T extends TaskMappingEncoding<?>>
......
ArchExpSubEncoding.java 60e13a2cb13bb36e9f8f7149f322dbed5398eafb RED
ArchitectureExplorationEncoding.java e7ff265079ae5838bf84abf9d05712409031a970 RED
MappingEncoding.java 3902cc66c2fe02952ae162cf9f98e4e319922dd0 RED
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$Id$ | Copyright 2015 fortiss GmbH |
| |
| Copyright 2015 ForTISS GmbH |
| | | |
| Licensed under the Apache License, Version 2.0 (the "License"); | | Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. | | you may not use this file except in compliance with the License. |
...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.dse.backend.opt4j.extensions.compositegen ...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.dse.backend.opt4j.extensions.compositegen
* the DSE. All sub encodings must inherit from this interface to be properly recognized. * the DSE. All sub encodings must inherit from this interface to be properly recognized.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 5689F53CFA04401B588CA43875D062C7
*/ */
public interface ArchExpSubEncoding extends ComposableGenotype { public interface ArchExpSubEncoding extends ComposableGenotype {
......
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