From e1e294fbbac2de109cb278f63d144303a6cf7779 Mon Sep 17 00:00:00 2001
From: Alexander Diewald <diewald@fortiss.org>
Date: Fri, 3 Mar 2017 15:37:23 +0000
Subject: [PATCH] - Cleanup the Opt4J DSE backend's parameter container.

---
 .../alg/contribution/Opt4JDseBackend.java     | 20 +------------------
 1 file changed, 1 insertion(+), 19 deletions(-)

diff --git a/org.fortiss.af3.exploration.alg/trunk/src/org/fortiss/af3/exploration/alg/contribution/Opt4JDseBackend.java b/org.fortiss.af3.exploration.alg/trunk/src/org/fortiss/af3/exploration/alg/contribution/Opt4JDseBackend.java
index dac70f7f..a36f6efc 100644
--- a/org.fortiss.af3.exploration.alg/trunk/src/org/fortiss/af3/exploration/alg/contribution/Opt4JDseBackend.java
+++ b/org.fortiss.af3.exploration.alg/trunk/src/org/fortiss/af3/exploration/alg/contribution/Opt4JDseBackend.java
@@ -116,24 +116,6 @@ public class Opt4JDseBackend implements IDseBackend {
 
 	/** Defines the required input parameters of this DSE backend. */
 	protected class Opt4JDSEInputParameters extends DseInputParametersBase {
-		/** References the input {@link ComponentArchitecture} for the DSE. */
-		private ComponentArchitecture componentArchitecture;
-
-		/** References the input {@link PlatformArchitecture} for the DSE. */
-		private PlatformArchitecture platformArchitecture;
-
-		/** Holds the extracted parameters needed for the MOEA DSE. */
-		SystemParameterContainer systemParameterContainer;
-
-		/** Holds Opt4J DSE parameters. */
-		private DseSpecification dseModel;
-
-		/** Constructor. */
-		public Opt4JDSEInputParameters() {
-			putInputParameterType(ComponentArchitecture.class, componentArchitecture);
-			putInputParameterType(PlatformArchitecture.class, platformArchitecture);
-			putInputParameterType(SystemParameterContainer.class, systemParameterContainer);
-			putInputParameterType(DseSpecification.class, dseModel);
-		}
+		// Parameter container wrapping a standard java map.
 	}
 }
-- 
GitLab