Interface INewCandidates


@Deprecated public interface INewCandidates
Deprecated.
  • Method Summary

    Modifier and Type
    Method
    Description
    generateDesignDecisions(org.palladiosimulator.solver.core.models.PCMInstance currentSolution)
    Deprecated.
    The order of the list might represent an ordering of the results, from best to worst.
    void
    setConfiguration(org.eclipse.debug.core.ILaunchConfiguration conf)
    Deprecated.
     
  • Method Details

    • generateDesignDecisions

      List<DegreeOfFreedomInstance> generateDesignDecisions(org.palladiosimulator.solver.core.models.PCMInstance currentSolution) throws org.eclipse.core.runtime.CoreException
      Deprecated.
      The order of the list might represent an ordering of the results, from best to worst.
      Parameters:
      currentSolution -
      Returns:
      Throws:
      org.eclipse.core.runtime.CoreException
    • setConfiguration

      void setConfiguration(org.eclipse.debug.core.ILaunchConfiguration conf)
      Deprecated.