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 98 deletions
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -26,9 +24,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter; ...@@ -26,9 +24,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter;
* initialization to derive a "valid" mapping. * initialization to derive a "valid" mapping.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: A8BBB8FC82364F1AD4D6FB187F51156D
*/ */
public class AbstractTaskMappingEntry extends TaskMappingEntry implements Cloneable { public class AbstractTaskMappingEntry extends TaskMappingEntry implements Cloneable {
......
InternalReplicationConstraint.java 821a3cc4d96c3aa5b006d96a198088199be758e0 RED
InternalSeparationConstraint.java 66f09eca62e267c5d6b8e2e81f43a2f4d9fdc6ce 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 org.fortiss.af3.exploration.model.ExplorationTarget; ...@@ -32,9 +30,6 @@ import org.fortiss.af3.exploration.model.ExplorationTarget;
* the EMM for this task. * the EMM for this task.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: B0DECAF3E8F577A789C92EE5B5730E57
*/ */
@SuppressWarnings("javadoc") @SuppressWarnings("javadoc")
public class InternalReplicationConstraint extends EObjectImpl public class InternalReplicationConstraint extends EObjectImpl
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -36,9 +34,6 @@ import org.fortiss.af3.platform.model.IPlatformResource; ...@@ -36,9 +34,6 @@ import org.fortiss.af3.platform.model.IPlatformResource;
* the EMM for this task. * the EMM for this task.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: B3F05A763AD1A0D86111248365E5B88E
*/ */
@SuppressWarnings("javadoc") @SuppressWarnings("javadoc")
public class InternalSeparationConstraint extends EObjectImpl public class InternalSeparationConstraint extends EObjectImpl
......
FailSilentTaskMappingEncoding.java ad1c0eb9db77712128aa47a2ecc8a90721f099a1 RED
FailSilentTaskMappingEntry.java 435b3a8b9ae5cf180707958aa5df81d74a7d6f2f RED
FaultDetectionVotingTaskMappingEncoding.java 1f6f2cfc1382d054c022a607e88e9471893a7121 RED
FaultDetectionVotingTaskMappingEntry.java 6e0e0bb80e3ee225cfb8e50bb212ebbfdd9cbd0f RED
InstantiatedTaskMappingEncoding.java 88862b6e5960cbd5be316d409621ac22c288ed78 RED
InstantiatedTaskMappingEntry.java d0d09aaeffabbeede9424e1eaad94dac43e345da 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. |
...@@ -32,9 +30,6 @@ import org.fortiss.af3.exploration.moea.model.DseSpecification; ...@@ -32,9 +30,6 @@ import org.fortiss.af3.exploration.moea.model.DseSpecification;
* Problem encoding consisting of redundant {@link TaskMappingEntry}s with fail-silent assumption. * Problem encoding consisting of redundant {@link TaskMappingEntry}s with fail-silent assumption.
* *
* @author huang * @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 2E62819824C7A9E09F87A17227A6F9A0
*/ */
public class FailSilentTaskMappingEncoding public class FailSilentTaskMappingEncoding
extends InstantiatedTaskMappingEncoding<FailSilentTaskMappingEntry> { extends InstantiatedTaskMappingEncoding<FailSilentTaskMappingEntry> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -28,9 +26,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter; ...@@ -28,9 +26,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter;
* fail-silent assumption) * fail-silent assumption)
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 0846ADC9D6ECEB2917FAD88D690AE7F9
*/ */
public class FailSilentTaskMappingEntry extends InstantiatedTaskMappingEntry implements Cloneable { public class FailSilentTaskMappingEntry extends InstantiatedTaskMappingEntry implements Cloneable {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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 org.fortiss.af3.exploration.moea.model.DseSpecification; ...@@ -32,9 +30,6 @@ import org.fortiss.af3.exploration.moea.model.DseSpecification;
* Problem encoding of redundant {@link TaskMappingEncoding}s with fault detection and voting. * Problem encoding of redundant {@link TaskMappingEncoding}s with fault detection and voting.
* *
* @author huang * @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: FA6FA791FAE971C740953A0A9F1BCFC6
*/ */
public class FaultDetectionVotingTaskMappingEncoding extends public class FaultDetectionVotingTaskMappingEncoding extends
InstantiatedTaskMappingEncoding<FaultDetectionVotingTaskMappingEntry> implements Cloneable { InstantiatedTaskMappingEncoding<FaultDetectionVotingTaskMappingEntry> implements Cloneable {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -28,9 +26,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter; ...@@ -28,9 +26,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.IExecutionUnitAdapter;
* {@link FaultDetectionVotingTaskMappingEncoding}s what consider fault detection and voting. * {@link FaultDetectionVotingTaskMappingEncoding}s what consider fault detection and voting.
* *
* @author barner * @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 5D45A4A9867B9CB8400DCC920B17A135
*/ */
public class FaultDetectionVotingTaskMappingEntry extends InstantiatedTaskMappingEntry implements public class FaultDetectionVotingTaskMappingEntry extends InstantiatedTaskMappingEntry implements
Cloneable { Cloneable {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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 org.opt4j.core.Genotype; ...@@ -39,9 +37,6 @@ import org.opt4j.core.Genotype;
* {@link AbstractTaskMappingEncoding}. * {@link AbstractTaskMappingEncoding}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: F60E78EB982ECF95126490321C384FF3
*/ */
public abstract class InstantiatedTaskMappingEncoding<T extends InstantiatedTaskMappingEntry> public abstract class InstantiatedTaskMappingEncoding<T extends InstantiatedTaskMappingEntry>
extends TaskMappingEncoding<T> { extends TaskMappingEncoding<T> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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 org.fortiss.af3.exploration.alg.dse.sysmodel.random.RandomExploration; ...@@ -32,9 +30,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.random.RandomExploration;
* already instantiated {@link IDeployableComponentAdapter}s. * already instantiated {@link IDeployableComponentAdapter}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: CBD09B1B0B5F0D70EDEAEDFF0136C555
*/ */
public abstract class InstantiatedTaskMappingEntry extends TaskMappingEntry implements Cloneable { public abstract class InstantiatedTaskMappingEntry extends TaskMappingEntry implements Cloneable {
......
ComposableCreator.java cd9c6cb7087d42e8b24ad53601e683f0d557d56f RED
ComposableCreatorBase.java 5b3e9f56d5be8108c461df516cbe55a0b332c42c RED
CompositeCreator.java 65ab9f283191b081e40e8587431fd0a95f1daca6 RED
CompositeCreatorBase.java 9745357269c56c95fed0b92b8eb702f0834fe3fa 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. |
...@@ -39,9 +37,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -39,9 +37,6 @@ import org.opt4j.core.problem.Decoder;
* {@link CompositeGenotype}. * {@link CompositeGenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 9EB2DB98720AF14D93B9B9B43BCF11E5
*/ */
public interface ComposableCreator<G extends ComposableGenotype> { public interface ComposableCreator<G extends ComposableGenotype> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Decoder; ...@@ -46,9 +44,6 @@ import org.opt4j.core.problem.Decoder;
* {@link Genotype} by launching the registered {@link Decoder}s. * {@link Genotype} by launching the registered {@link Decoder}s.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 10ADB9907718BFF00670CC67B888C643
*/ */
public abstract class ComposableCreatorBase<G extends ComposableGenotype> implements public abstract class ComposableCreatorBase<G extends ComposableGenotype> implements
ComposableCreator<G> { ComposableCreator<G> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -28,9 +26,6 @@ import org.opt4j.core.problem.Creator; ...@@ -28,9 +26,6 @@ import org.opt4j.core.problem.Creator;
* comprising the {@link CompositeGenotype} must be handled by implementing classes. * comprising the {@link CompositeGenotype} must be handled by implementing classes.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 312EB4EED46ACC4AA728A8567C0AF7D2
*/ */
public interface CompositeCreator<G extends CompositeGenotype<Class<? extends ComposableGenotype>, ? extends ComposableGenotype>> public interface CompositeCreator<G extends CompositeGenotype<Class<? extends ComposableGenotype>, ? extends ComposableGenotype>>
extends Creator<G> { extends Creator<G> {
......
/*--------------------------------------------------------------------------+ /*-------------------------------------------------------------------------+
$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. |
...@@ -38,9 +36,6 @@ import com.google.inject.Inject; ...@@ -38,9 +36,6 @@ import com.google.inject.Inject;
* {@link ComposableGenotype}s comprising this {@link CompositeGenotype}. * {@link ComposableGenotype}s comprising this {@link CompositeGenotype}.
* *
* @author diewald * @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 4C185ED1B08430018EAEEC420BDA566C
*/ */
public abstract class CompositeCreatorBase<G extends CompositeGenotype<Class<? extends ComposableGenotype>, ComposableGenotype>> public abstract class CompositeCreatorBase<G extends CompositeGenotype<Class<? extends ComposableGenotype>, ComposableGenotype>>
implements CompositeCreator<G> { implements CompositeCreator<G> {
......
ComposableDecoder.java 95f1e8f3b8d60c52704c9f003f9772fe3897c1cf RED
ComposableDecoderBase.java 4f366cc6c0f8ca929cac43d9c5de675cbafbb132 RED
CompositeDecoder.java 9d34dd0b342e6433ab894974f9430531ce2de39a RED
CompositeDecoderBase.java aaeca798f88c1abb7aeed9843a7fb41c5935653f RED
PhenotypeDecoder.java 44079e8545aaf8b8729919f0b07c774c3ca0df06 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. |
...@@ -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: 62C4D78593B24C20FEC7B1D4BC3AEF56
*/ */
public interface ComposableDecoder<G extends ComposableGenotype, P extends ComposablePhenotype<?>> public interface ComposableDecoder<G extends ComposableGenotype, P extends ComposablePhenotype<?>>
extends IDependencyModule<IExplorationEncoding, P> { extends IDependencyModule<IExplorationEncoding, P> {
......
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