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 33 additions and 134 deletions
# <copyright>
# </copyright>
#
# $Id$
# (c) 2017 fortiss GmbH
bin.includes = .,\
META-INF/,\
......
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<!--
$Id$
@version $Rev$
@ConQAT.Rating RED Hash: 331113F418B6841EE5FAB58708EE6DEB
-->
<project name="org.fortiss.af3.exploration" default="generate-ecore" basedir="..">
<property name="common.name" value="common" />
<property name="explorationDsl.name" value="explorationDsl" />
<property name="moea.name" value="moea" />
<property name="model.project" value="org.fortiss.af3.exploration.alg" />
<!-- Classpath Definition -->
<buckminster.valuepath id="project.classpath" value="${fs:project.classpath}" />
<path id="classpath">
<path refid="project.classpath"/>
<!-- add src to the classpath as only the bin directory is in the classpath
and some resources such as the workflow or properties file might not yet
have been copied to the bin directory -->
<pathelement location="src"/>
</path>
<!-- Generation Tasks -->
<target name="generate-ecore">
<emf.Ecore2Java
model="model/${explorationDsl.name}.ecore"
genModel="model/${explorationDsl.name}.genmodel"
modelProject="/${model.project}"
modelProjectFragmentPath="generated-src"
reconcileGenModel="reload">
</emf.Ecore2Java>
<emf.Ecore2Java
model="model/${common.name}.ecore"
genModel="model/${common.name}.genmodel"
modelProject="/${model.project}"
modelProjectFragmentPath="generated-src"
reconcileGenModel="reload">
</emf.Ecore2Java>
<emf.Ecore2Java
model="model/${moea.name}.ecore"
genModel="model/${moea.name}.genmodel"
modelProject="/${model.project}"
modelProjectFragmentPath="generated-src"
reconcileGenModel="reload">
</emf.Ecore2Java>
</target>
</project>
\ No newline at end of file
# <copyright>
# </copyright>
#
# $Id$
# (c) 2017 fortiss GmbH
pluginName = Exploration Algorithms
providerName = fortiss GmbH
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.0"?>
<!--
<copyright>
</copyright>
$Id$
-->
<!-- (c) 2017 fortiss GmbH -->
<plugin>
<extension-point id="transformationModule" name="Transformation Module" schema="schema/transformationModule.exsd"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<!--
$Id$
@version $Rev$
@ConQAT.Rating RED Hash: B30979E9B961E43B31496F9F0B8C5D44
-->
<!-- (c) 2017 fortiss GmbH -->
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/xsd/maven-4.0.0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>org.fortiss.af3</groupId>
......
ExplorationAlg.java 9d5bf852819ef34f76d2390829c58b242e3ac06f RED
ExplorationAlgActivator.java d51cc105f23cc84dee0130d36fbd5bbd840c0398 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. |
......@@ -43,9 +41,6 @@ import org.osgi.framework.BundleContext;
* - Start own services.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: F0CF2115E77A7263016DF63FB5469B78
*/
public final class ExplorationAlg implements IStartup {
......
/*--------------------------------------------------------------------------+
$Id$
| |
| Copyright 2013 ForTISS GmbH |
/*-------------------------------------------------------------------------+
| Copyright 2013 fortiss GmbH |
| |
| Licensed under the Apache License, Version 2.0 (the "License"); |
| you may not use this file except in compliance with the License. |
......@@ -24,9 +22,6 @@ import org.osgi.framework.BundleContext;
* The activator class controls the plug-in life cycle.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 2775799EEBECA23B88F232FF162983D8
*/
public class ExplorationAlgActivator extends Plugin {
/** The plug-in ID. */
......
ComponentImplDiversityRefValueProvider.java 76cb8a45b2ca645cddf3956f8206f9280b8d571f 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. |
......@@ -42,9 +40,6 @@ import org.fortiss.tooling.base.model.element.IAnnotatedSpecification;
* {@link ComponentArchitecture}
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 82835CDFD50148F99673264F2C847168
*/
public class ComponentImplDiversityRefValueProvider extends
EStructuralFeatureValueProviderBase<ComponentDiverseImplRef> {
......
Opt4JDseBackend.java d0d8a516267b93c4b32a4af10166f41ac633d219 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. |
......@@ -60,9 +58,6 @@ import org.jfree.ui.RefineryUtilities;
* Contributor class to allow launching this DSE backend from the DSE perspective.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 90A978E0CA71FD190A0BFBD434583612
*/
public class Opt4JDseBackend implements IDseBackend {
......
CompositeExplorationSolution.java 528283a3dd57500539b2e11dd3d3eb35512de9b8 RED
DSEFactory.java 99d95694fc552ded4321753cfe76028650633c98 RED
Explorer.java 367aeeeeb26d22791c640e1b74c0af43277a3037 RED
ImplicitExplorationTargetFactory.java 7ce651a2161c71a2a90acf0f32b1e50ee23f160f RED
SolutionQuantification.java efd31f192c3adbf1a4434452a19eb836a17390e2 RED
TaskMappingFactory.java 046f25f5bc491dd0e775b680fce497b34ddc64e0 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. |
......@@ -40,9 +38,6 @@ import org.opt4j.core.Value;
* for all pareto-optimal {@link IExplorationSolution}s.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: A83203F078C33494DBF92AF8B8EAB15D
*/
public class CompositeExplorationSolution<P extends Phenotype> {
......
/*--------------------------------------------------------------------------+
$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. |
......@@ -63,9 +61,6 @@ import org.fortiss.af3.exploration.moea.model.parameters.ExecutionModel;
* of the chain that define and solve the associated optimization problem.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: E9260E5D55A4A132E1FA84A8C6AB9625
*/
public class DSEFactory {
......
/*--------------------------------------------------------------------------+
$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. |
......@@ -47,9 +45,6 @@ import org.fortiss.tooling.kernel.utils.EcoreUtils;
* Explorer - entry point to architectural exploration
*
* @author huang
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 0F0142E5F251CDCCDBA3E81E68B05402
*/
public class Explorer {
......
/*--------------------------------------------------------------------------+
$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. |
......@@ -35,9 +33,6 @@ import org.fortiss.af3.exploration.util.CommonExplorationTagetModelElementFactor
* Factory for creating implicit Exploration Targets based on the input system model.
*
* @author diewald
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 956089BE9B440F6ADFCE9BA7C6437076
*/
public class ImplicitExplorationTargetFactory {
......
/*--------------------------------------------------------------------------+
$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. |
......@@ -30,9 +28,6 @@ import org.opt4j.core.Value;
* dimensions.
*
* @author barner
* @author $Author$
* @version $Rev$
* @ConQAT.Rating RED Hash: 8946DC6B0F62C2DD67BC1820D00BBC73
*/
public class SolutionQuantification {
......
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