jeco.dmm.simulator
Class DMMStructureGF
java.lang.Object
jeco.dmm.simulator.DMMStructureGF
public class DMMStructureGF
- extends java.lang.Object
- Author:
- Ruben
This class is for support the grammar filter. We need to create an structure in which
we store each size and the number of the requests of these sizes.
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
size
public long size
count
public long count
alives
public long alives
DMMStructureGF
public DMMStructureGF(long size,
int count,
int alives)
getSize
public long getSize()
setSize
public void setSize(long size)
getCount
public long getCount()
setCount
public void setCount(long count)
getAlives
public long getAlives()
setAlives
public void setAlives(long alives)
updateCount
public void updateCount()
decreaseCount
public void decreaseCount()
updateAlives
public void updateAlives()
decreaseAlives
public void decreaseAlives()