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 40 additions and 97 deletions
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2015 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -25,9 +23,6 @@ import org.opt4j.core.genotype.CompositeGenotype;
* an architectural exloration problem.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D4E881E2ACB8E1514E8C63551C1A67D9
*/
public class ArchitectureExplorationEncoding extends
CompositeGenotype<Class<? extends ComposableGenotype>, ComposableGenotype> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
/*-------------------------------------------------------------------------+
| Copyright 2017 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
......@@ -25,9 +23,6 @@ import org.opt4j.core.Genotype;
* Marker interface for porting: Genotypes which allocate one request to a resource.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 298556A355FC9E862B27E67AD8422A26
*/
public interface MappingEncoding<G extends Genotype>
extends ComposablePhenotype<G>, IMappingEncoding {
......
MessageEncoding.java 43b80e6e3d26c01f73ac493062a646026279c61d RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -33,9 +31,6 @@ import org.fortiss.af3.exploration.backend.IDseInputContainer.SignalType;
* platform subject to some mapping.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: D73F50975A4BFD2A37976B86FB3F37CE
*/
public class MessageEncoding<S extends TaskMappingEntry, T extends TaskMappingEncoding<S>>
implements IExplorationEncoding, ComposablePhenotype<T> {
......
InternalIsolatedCommunicationSet.java 3957bb1e915e770b731e671900913a135b78b475 RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -36,9 +34,6 @@ import org.fortiss.af3.exploration.model.ExplorationTarget;
* other {@link InternalIsolatedCommunicationSet}.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 3FBA33610B5E09FCD89E8CAE0FADA17B
*/
// TODO: Clarify the internal ExplorationConstraint concept to allow for a cleaner implementation.
@SuppressWarnings("javadoc")
......
SafetyFunctionArchEncoding.java 08787ff7cf5544ad80b1ff85c953ab6c51a9881a RED
SafetyFunctionArchEntry.java ec95cc0ef4c297fa97555cbcf803049e53039fad RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -41,9 +39,6 @@ import org.opt4j.core.Genotype;
* of the {@link SafetyFunctionArchEntry}s of all identified safety function of the input model.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: AF50E8B9D777FA0BB274BB4E0227FFB4
*/
public class SafetyFunctionArchEncoding<C> implements IExplorationEncoding, ComposableGenotype,
ComposablePhenotype<SafetyFunctionArchEncoding<C>>, Cloneable {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -29,9 +27,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.ISafetyFunctionAdapter;
* <li>Presence of a diagnostic unit connected to the output unit/voter.</li>
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 65CE739775A71C4BD65E5BAE492C1A83
*/
public class SafetyFunctionArchEntry<C> implements Cloneable {
......
AbstractTaskGraphEncoding.java cb575233524890c6687479dc65d782b5836c0858 RED
InstantiatedAcyclicTaskGraphEncoding.java 1af9264d3486603df67ac8cd223348429566d81c RED
InstantiatedTaskGraphEncoding.java 7b2e02e92ec82f8c6a796d19c01de6ff82f12cfc RED
SafeTaskGraphEncoding.java 49f4c06f6db45e7751794bcc7e3892570c8daa29 RED
TaskGraphEncoding.java 96dee6e872b408cef6630b700da2ee91eb5e2853 RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (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.taskgraph.TaskGraph;
* i.e. tasks that need to be instantiated with <i>concrete</i> tasks from a library.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 1E871574CDBA7188AB4D369D0E7CD98A
*/
public class AbstractTaskGraphEncoding<G extends ComposableGenotype, C> extends
TaskGraphEncoding<G, C, DefaultTaskGraph> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -33,9 +31,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.taskgraph.TaskGraph;
* for schedulers.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: E42FC40C8CDDF9ADDC642CA42B18F49A
*/
public class InstantiatedAcyclicTaskGraphEncoding<T extends InstantiatedTaskMappingEntry, C>
extends TaskGraphEncoding<InstantiatedTaskMappingEncoding<T>, C, AcyclicTaskGraph> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -30,9 +28,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.taskgraph.TaskGraph;
* {@link TaskGraphEncoding} for {@link TaskGraph}s that contain <i>concrete</i> tasks exclusively.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 8EF5A4473BDCFD72A3AED1A40E8ACBBF
*/
public class InstantiatedTaskGraphEncoding<T extends InstantiatedTaskMappingEntry, C> extends
TaskGraphEncoding<InstantiatedTaskMappingEncoding<T>, C, DefaultTaskGraph> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -27,9 +25,6 @@ import org.fortiss.af3.exploration.alg.dse.sysmodel.arch.taskgraph.TaskGraph;
* functions that are encoded by a {@link SafetyFunctionArchEncoding}.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 62C48EEC73FEB8FB565197D21B2E4E04
*/
public class SafeTaskGraphEncoding<C> extends
AbstractTaskGraphEncoding<SafetyFunctionArchEncoding<C>, C> {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2016 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2016 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -40,9 +38,6 @@ import org.opt4j.core.Genotype;
* mapped to {@link IExecutionUnitAdapter}s by the DSE.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: ACAC81CFC026063D5266CBF1AC4DB252
*/
public class TaskGraphEncoding<G extends Genotype, C, T extends TaskGraph> implements
IExplorationEncoding, ComposablePhenotype<G>, Cloneable {
......
TaskMappingEncoding.java 63e7c46c9e87d75607485c038a334451b3377da8 RED
TaskMappingEntry.java 85323fa9744439fd16f0cc26f2561240301a294a RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2014 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -67,9 +65,6 @@ import com.google.common.collect.Multimap;
* Problem encoding of a task mapping (with redundancy).
*
* @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 129E21888EFC52D5087485E78545F6EC
*/
public abstract class TaskMappingEncoding<T extends TaskMappingEntry>
implements IMappingEncoding, ComposableGenotype, MappingEncoding, ArchExpSubEncoding,
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2014 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2014 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -31,9 +29,6 @@ import com.google.common.collect.MutableClassToInstanceMap;
* {@link IDeployableComponentAdapter} to an {@link IExecutionUnitAdapter}.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: F8C230B31908566B664F04AB75D67435
*/
public abstract class TaskMappingEntry implements IMappingEntry {
/** Deployment target to which task is mapped */
......
AbstractTaskMappingEncoding.java 3c2bb2a8862aa9db67d83ec7b1372a580a087a4e RED
AbstractTaskMappingEntry.java cdaa531e62a88ccbd0644e2737b71526fde682d1 RED
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2015 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2015 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -38,9 +36,6 @@ import org.opt4j.core.Genotype;
* {@link TaskMappingEntry}s which are required to be initialized.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: EAAACC15E879B0C7E7CA91E953D6F505
*/
public class AbstractTaskMappingEncoding extends TaskMappingEncoding<AbstractTaskMappingEntry> {
......
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