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 45 additions and 105 deletions
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -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
* Base class for {@link ComposableDecoder}s. * Base class for {@link ComposableDecoder}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 378ECE4AEA793F48379C243CF11D0831
*/ */
public abstract class ComposableDecoderBase<G extends ComposableGenotype, P extends ComposablePhenotype<?>> public abstract class ComposableDecoderBase<G extends ComposableGenotype, P extends ComposablePhenotype<?>>
implements ComposableDecoder<G, P> { implements ComposableDecoder<G, P> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -33,9 +31,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -33,9 +31,6 @@ import org.opt4j.core.problem.Decoder;
* implementing class. * implementing class.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: DAFC23705A3B35179489C6AF4798408F
*/ */
public interface CompositeDecoder<C extends CompositeGenotype<Class<? extends ComposableGenotype>, ? extends ComposableGenotype>, P extends CompositePhenotype<? extends Genotype>> public interface CompositeDecoder<C extends CompositeGenotype<Class<? extends ComposableGenotype>, ? extends ComposableGenotype>, P extends CompositePhenotype<? extends Genotype>>
extends Decoder<C, P> { extends Decoder<C, P> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Decoder;
* the sub-{@link ComposableGenotype}s that form the {@link CompositeGenotype}. * the sub-{@link ComposableGenotype}s that form the {@link CompositeGenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 29B7EB1096C939A3B9322F7DD992F588
*/ */
public abstract class CompositeDecoderBase<C extends CompositeGenotype<Class<? extends ComposableGenotype>, ComposableGenotype>, P extends CompositePhenotype<?>> public abstract class CompositeDecoderBase<C extends CompositeGenotype<Class<? extends ComposableGenotype>, ComposableGenotype>, P extends CompositePhenotype<?>>
implements CompositeDecoder<C, P> { implements CompositeDecoder<C, P> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -34,9 +32,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -34,9 +32,6 @@ import org.opt4j.core.problem.Decoder;
* solved automatically. * solved automatically.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D77A904562FFDE311FE44C006A0E67B0
*/ */
public interface PhenotypeDecoder<P extends Phenotype> { public interface PhenotypeDecoder<P extends Phenotype> {
......
ComposableEvaluator.java 5882908b5b90aa31bcf806cbfca047d2d0725640 RED
CompositeEvaluator.java 185b9a6776a419ce0fc2adae31eced97c0d756d5 RED
CompositeEvaluatorBase.java a9eceb013909352357df569d11d4a781d339a66e 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. |
...@@ -30,9 +28,6 @@ import com.google.common.collect.ClassToInstanceMap; ...@@ -30,9 +28,6 @@ import com.google.common.collect.ClassToInstanceMap;
* Common interface of {@link Evaluator}s of {@link ComposablePhenotype}s. * Common interface of {@link Evaluator}s of {@link ComposablePhenotype}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D47347505A968014F1004269C3099AD5
*/ */
public interface ComposableEvaluator<P extends Object> { public interface ComposableEvaluator<P extends Object> {
/** /**
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -33,9 +31,6 @@ import org.opt4j.core.problem.Evaluator; ...@@ -33,9 +31,6 @@ import org.opt4j.core.problem.Evaluator;
* {@link ComposablePhenotype}s are merged into a {@link CompositePhenotype}. * {@link ComposablePhenotype}s are merged into a {@link CompositePhenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: E54D706B912A419F3F8127FD5FACEABB
*/ */
public interface CompositeEvaluator<P> extends Evaluator<P> { public interface CompositeEvaluator<P> extends Evaluator<P> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -56,9 +54,6 @@ import com.google.common.collect.MutableClassToInstanceMap; ...@@ -56,9 +54,6 @@ import com.google.common.collect.MutableClassToInstanceMap;
* Base class for Evaluators of {@link CompositePhenotype}s. * Base class for Evaluators of {@link CompositePhenotype}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 9922EBB4CFBD0A4E271732AD49D4B9C3
*/ */
public abstract class CompositeEvaluatorBase<P extends CompositePhenotype<?>> public abstract class CompositeEvaluatorBase<P extends CompositePhenotype<?>>
implements CompositeEvaluator<P> { implements CompositeEvaluator<P> {
......
DecodingException.java 7d04410f9bc0652f03acf60ad9daed294baed4cc RED
DependencyException.java 5e32c3f8f4dbc4d38e7ef3df74ee211def0892c4 RED
MissingDependencyException.java 72bfd2b179c32015bb1c3eeb330a890e2db06b4c 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. |
...@@ -26,9 +24,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -26,9 +24,6 @@ import org.opt4j.core.problem.Decoder;
* Container for exceptions thrown in the decoding steps. * Container for exceptions thrown in the decoding steps.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 3C84B0252388D8EADFEF818C0F2910DB
*/ */
public class DecodingException extends ExplorationException { public class DecodingException extends ExplorationException {
/** Constructor specialized for decoding errors. */ /** Constructor specialized for decoding errors. */
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.exception.ExplorationException; ...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.exception.ExplorationException;
* required input encoding is missing. * required input encoding is missing.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: A28B31975B79BEDA5BB28FFD02E26120
*/ */
public class DependencyException extends ExplorationException { public class DependencyException extends ExplorationException {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.service.IExplorationEncoding; ...@@ -24,9 +22,6 @@ import org.fortiss.af3.exploration.alg.service.IExplorationEncoding;
* Exception to be thrown whenever a some dependency in the DSE cannot be satisfied * Exception to be thrown whenever a some dependency in the DSE cannot be satisfied
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 980CBA6940BEF3047411EF9EF005BADC
*/ */
public class MissingDependencyException extends DependencyException { public class MissingDependencyException extends DependencyException {
......
ComposableGenotype.java 585499a88ff7df6255ca21aae4d05c2e828fabc6 RED
FlatGenotypeMap.java 441a0f20f5d73932537e9a031d7a9408a8f2e96b 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.opt4j.core.genotype.CompositeGenotype; ...@@ -24,9 +22,6 @@ import org.opt4j.core.genotype.CompositeGenotype;
* Interface for {@link Genotype}s that compose a {@link CompositeGenotype}. * Interface for {@link Genotype}s that compose a {@link CompositeGenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D8B5AFBB8BFDDAC1265E90086AC67A4D
*/ */
public interface ComposableGenotype extends Genotype { public interface ComposableGenotype extends Genotype {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -29,9 +27,6 @@ import org.opt4j.core.genotype.CompositeGenotype; ...@@ -29,9 +27,6 @@ import org.opt4j.core.genotype.CompositeGenotype;
* unintended read/write operations. * unintended read/write operations.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: F18EE4BF8BD55B14AFED72D10A129213
*/ */
public class FlatGenotypeMap extends CompositeGenotype<Class<? extends Genotype>, Genotype> { public class FlatGenotypeMap extends CompositeGenotype<Class<? extends Genotype>, Genotype> {
// No "real" implementation required. The base class does this job. // No "real" implementation required. The base class does this job.
......
DecoderDependencyGraph.java 6fb00c0c57d1da052b5193f029408c561fc1e2a6 RED
DecoderEdge.java 364767c6d4b15b02830e1c58a47f28f6e3bf3fcb 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. |
...@@ -38,9 +36,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -38,9 +36,6 @@ import org.opt4j.core.problem.Decoder;
* Defines the Execution order of {@link Decoder}s / {@link Creator}s etc. * Defines the Execution order of {@link Decoder}s / {@link Creator}s etc.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: F21C1E8B3019427B78789FD3EE968BA7
*/ */
public class DecoderDependencyGraph public class DecoderDependencyGraph
extends extends
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -26,9 +24,6 @@ import org.fortiss.af3.exploration.alg.graph.DependencyEdge; ...@@ -26,9 +24,6 @@ import org.fortiss.af3.exploration.alg.graph.DependencyEdge;
* Wrapper for the edges in the {@link DecoderDependencyGraph} --> {@link ComposableDecoder}s. * Wrapper for the edges in the {@link DecoderDependencyGraph} --> {@link ComposableDecoder}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 64E3C97868042CCA97F591E915895C14
*/ */
public class DecoderEdge<G extends ComposableGenotype, P extends ComposablePhenotype<?>> extends public class DecoderEdge<G extends ComposableGenotype, P extends ComposablePhenotype<?>> extends
DependencyEdge<ComposableDecoder<G, P>> { DependencyEdge<ComposableDecoder<G, P>> {
......
ComposablePhenotype.java c480ccbf2ed93bdb5a0ec5461629475bff033e18 RED
CompositePhenotype.java 8706a2d636e49472dd5160dc8a0c871801f4fb69 RED
CompositePhenotypeBase.java dc30951b9b55fef23ba657c54fef512a8886ec93 RED
FlatPhenotypeMap.java ee0b3709282c84911292c6d73b3fe06f35c1b62c RED
Phenotype.java 3b01d5fc912747b3409fe2868447f395dafd860c 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. |
...@@ -25,9 +23,6 @@ import org.opt4j.core.Genotype; ...@@ -25,9 +23,6 @@ import org.opt4j.core.Genotype;
* {@link ComposableGenotype}. * {@link ComposableGenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: E7831730F898048117BBACDB1CA242B0
*/ */
public interface ComposablePhenotype<G extends Genotype> extends Phenotype { public interface ComposablePhenotype<G extends Genotype> extends Phenotype {
......
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