jeco.dmm.sim2.util
Class ManagersCreator

java.lang.Object
  extended by jeco.dmm.sim2.util.ManagersCreator

public class ManagersCreator
extends java.lang.Object

Author:
jlrisco

Constructor Summary
ManagersCreator()
           
 
Method Summary
static DynamicMemoryManager buildManagerFromPhenotype(ProfilingReport report, Individuals.Phenotype phenotype)
           
static void buildSeveralFreeLists(int n, SegregatedFreeList allocator, FreeList.DATA_STRUCTURE dataStructure, FreeList.ALLOCATION_MECHANISM fitAlgorithm, FreeList.ALLOCATION_POLICY policy)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ManagersCreator

public ManagersCreator()
Method Detail

buildSeveralFreeLists

public static void buildSeveralFreeLists(int n,
                                         SegregatedFreeList allocator,
                                         FreeList.DATA_STRUCTURE dataStructure,
                                         FreeList.ALLOCATION_MECHANISM fitAlgorithm,
                                         FreeList.ALLOCATION_POLICY policy)

buildManagerFromPhenotype

public static DynamicMemoryManager buildManagerFromPhenotype(ProfilingReport report,
                                                             Individuals.Phenotype phenotype)