jeco.dmm.simulator.selectors
Class TrueSelector

java.lang.Object
  extended by jeco.dmm.simulator.selectors.AbstractSelector
      extended by jeco.dmm.simulator.selectors.TrueSelector

public class TrueSelector
extends AbstractSelector

Version:
0.1
Author:
José L. Risco-Martín, Rub�n Gonzalo

Constructor Summary
TrueSelector()
           
 
Method Summary
 boolean getFree(AbstractHeap heap, DMMData dataObject)
           
 boolean getMalloc(AbstractHeap heap, DMMData dataObject)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TrueSelector

public TrueSelector()
Method Detail

getMalloc

public boolean getMalloc(AbstractHeap heap,
                         DMMData dataObject)
Specified by:
getMalloc in class AbstractSelector

getFree

public boolean getFree(AbstractHeap heap,
                       DMMData dataObject)
Specified by:
getFree in class AbstractSelector