Package ai.libs.jaicore.components.model
Class RefinementConfiguredSoftwareConfigurationProblem<V extends java.lang.Comparable<V>>
- java.lang.Object
-
- ai.libs.jaicore.components.model.SoftwareConfigurationProblem<V>
-
- ai.libs.jaicore.components.model.RefinementConfiguredSoftwareConfigurationProblem<V>
-
- Type Parameters:
V-
public class RefinementConfiguredSoftwareConfigurationProblem<V extends java.lang.Comparable<V>> extends SoftwareConfigurationProblem<V>
In this problem, the core software configuration problem is extended by predefining how the the parameters may be refined
-
-
Constructor Summary
Constructors Constructor Description RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, java.lang.String requiredInterface)RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, java.util.Collection<Component> components, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> evaluator)RefinementConfiguredSoftwareConfigurationProblem(SoftwareConfigurationProblem<V> coreProblem, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)RefinementConfiguredSoftwareConfigurationProblem(java.io.File configurationFile, java.lang.String requiredInterface, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> compositionEvaluator)RefinementConfiguredSoftwareConfigurationProblem(java.util.Collection<Component> components, java.lang.String requiredInterface, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> compositionEvaluator, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>>getParamRefinementConfig()inthashCode()-
Methods inherited from class ai.libs.jaicore.components.model.SoftwareConfigurationProblem
getComponents, getCompositionEvaluator, getRequiredInterface, toString
-
-
-
-
Constructor Detail
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(java.util.Collection<Component> components, java.lang.String requiredInterface, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> compositionEvaluator, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, java.util.Collection<Component> components, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> evaluator)
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(RefinementConfiguredSoftwareConfigurationProblem<V> problemTemplate, java.lang.String requiredInterface)
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(java.io.File configurationFile, java.lang.String requiredInterface, org.api4.java.common.attributedobjects.IObjectEvaluator<ComponentInstance,V> compositionEvaluator) throws java.io.IOException- Throws:
java.io.IOException
-
RefinementConfiguredSoftwareConfigurationProblem
public RefinementConfiguredSoftwareConfigurationProblem(SoftwareConfigurationProblem<V> coreProblem, java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> paramRefinementConfig)
-
-
Method Detail
-
getParamRefinementConfig
public java.util.Map<Component,java.util.Map<Parameter,ParameterRefinementConfiguration>> getParamRefinementConfig()
-
hashCode
public int hashCode()
- Overrides:
hashCodein classSoftwareConfigurationProblem<V extends java.lang.Comparable<V>>
-
equals
public boolean equals(java.lang.Object obj)
- Overrides:
equalsin classSoftwareConfigurationProblem<V extends java.lang.Comparable<V>>
-
-