Skip to content
Snippets Groups Projects
Commit e1e294fb authored by Alexander Diewald's avatar Alexander Diewald
Browse files

- Cleanup the Opt4J DSE backend's parameter container.

parent 8c699d68
No related branches found
No related tags found
No related merge requests found
......@@ -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.
}
}
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