brain.moodconroller
Class MemoryUnit

java.lang.Object
  extended by brain.moodconroller.MemoryUnit
Direct Known Subclasses:
MemoryRegister, MemorySlot

public class MemoryUnit
extends java.lang.Object

Author:
nabhoth

Constructor Summary
MemoryUnit(java.lang.Object slot)
           
 
Method Summary
 java.lang.Object getSlot()
           
 void setSlot(java.lang.Object slot)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

MemoryUnit

public MemoryUnit(java.lang.Object slot)
Method Detail

getSlot

public java.lang.Object getSlot()
Returns:
Returns the slot.

setSlot

public void setSlot(java.lang.Object slot)
Parameters:
slot - The slot to set.