Class ReallocateForReduceLinkUsage

    • Field Detail

      • logger

        protected static org.apache.log4j.Logger logger
    • Constructor Detail

    • Method Detail

      • getHeuristicCandidates

        public List<TacticsResultCandidate> getHeuristicCandidates​(DSEIndividual individual,
                                                                   UtilisationResultCacheAndHelper resultsCache)
        Description copied from interface: ITactic
        Generates improved individuals based on heuristic and given individual. Candidates must only use model objects from the design decision model, they must not refer to model elements from the PCM model (as these may not be identical Java objects even if they represent the same EMF object).
        Parameters:
        individual - The individual that should be improved
        Returns:
        Collection of improved individuals