Uses of Interface
com.cmpware.cmp.memory.MemoryInterface

Packages that use MemoryInterface
com.cmpware.cmp   
com.cmpware.cmp.memory   
 

Uses of MemoryInterface in com.cmpware.cmp
 

Methods in com.cmpware.cmp with parameters of type MemoryInterface
 void Memory.addMemory(MemoryInterface m)
          This method adds a Memory to the memory manager.
static java.lang.String MpMon.dumpMemoryProfile(MemoryInterface m)
          This method returns a string representation of the memory profile table.
 void Memory.removeMemory(MemoryInterface m)
          This method removes a bank of memory from the memory manager.
 

Uses of MemoryInterface in com.cmpware.cmp.memory
 

Classes in com.cmpware.cmp.memory that implement MemoryInterface
 class BigEndianMemory
          This class implements the Big Endian memory module.
 class LittleEndianMemory
          This class implements the Little Endian memory module.
 class LocalMemory
          This class implements the Local Memory.
 class SharedMemory
          This class implements Shared Memory.
 

Methods in com.cmpware.cmp.memory that return MemoryInterface
 MemoryInterface MemoryManager.get(int addr)
          This method returns the memory associated with an address.
 MemoryInterface[] MemoryManager.getMemories()
          This method returns an array of Memories.
 

Methods in com.cmpware.cmp.memory with parameters of type MemoryInterface
 void MemoryManager.add(MemoryInterface m)
          This method adds a Memory to the Memory manager.
 void MemoryManager.remove(MemoryInterface m)
          This method removes a Memory from the Memory Manager.