Interface INewCandidates
-
@Deprecated public interface INewCandidates
Deprecated.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description List<DegreeOfFreedomInstance>
generateDesignDecisions(org.palladiosimulator.solver.models.PCMInstance currentSolution)
Deprecated.The order of the list might represent an ordering of the results, from best to worst.void
setConfiguration(ILaunchConfiguration conf)
Deprecated.
-
-
-
Method Detail
-
generateDesignDecisions
List<DegreeOfFreedomInstance> generateDesignDecisions(org.palladiosimulator.solver.models.PCMInstance currentSolution) throws CoreException
Deprecated.The order of the list might represent an ordering of the results, from best to worst.- Parameters:
currentSolution
-- Returns:
- Throws:
CoreException
-
setConfiguration
void setConfiguration(ILaunchConfiguration conf)
Deprecated.
-
-