org.fosstrak.hal
Class MemoryDescriptor

java.lang.Object
  extended by org.fosstrak.hal.MemoryDescriptor

public class MemoryDescriptor
extends java.lang.Object

The class is a data structure to store information that describes the memory structure of a tag, i.e. the memory banks.

Author:
Matthias Lampe, lampe@acm.org

Field Summary
protected  MemoryBankDescriptor[] memoryBankDescriptors
          The descriptions of the memory banks
 
Constructor Summary
MemoryDescriptor(MemoryBankDescriptor[] memoryBankDescriptors)
          creates a memory descriptor with the given paramter.
 
Method Summary
 MemoryBankDescriptor[] getMemoryBankDescriptors()
          gets the descriptions of the memory banks.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memoryBankDescriptors

protected MemoryBankDescriptor[] memoryBankDescriptors
The descriptions of the memory banks

Constructor Detail

MemoryDescriptor

public MemoryDescriptor(MemoryBankDescriptor[] memoryBankDescriptors)
creates a memory descriptor with the given paramter.

Parameters:
memoryBankDescriptors - the descriptions of the memory banks
Method Detail

getMemoryBankDescriptors

public MemoryBankDescriptor[] getMemoryBankDescriptors()
gets the descriptions of the memory banks.

Returns:
the memory bank descriptors


Copyright © 2008. All Rights Reserved.