org.fosstrak.hal
Class TagDescriptor

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

public class TagDescriptor
extends java.lang.Object

The class is a data structure to store information that describes a tag such as tag id type and memory structure.

Author:
Matthias Lampe, lampe@acm.org

Field Summary
protected  MemoryDescriptor memoryDescriptor
          The descriptions of the memory
 
Constructor Summary
TagDescriptor(IDType idType, MemoryDescriptor memoryDescriptor)
          creates a tag descriptor with the given paramters.
 
Method Summary
 MemoryDescriptor getMemoryDescriptor()
          gets the descriptions of the memory.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

memoryDescriptor

protected MemoryDescriptor memoryDescriptor
The descriptions of the memory

Constructor Detail

TagDescriptor

public TagDescriptor(IDType idType,
                     MemoryDescriptor memoryDescriptor)
creates a tag descriptor with the given paramters.

Parameters:
idType - the type of the ID of the tag
memoryDescriptor - the description of the memory
Method Detail

getMemoryDescriptor

public MemoryDescriptor getMemoryDescriptor()
gets the descriptions of the memory.

Returns:
the memory descriptor


Copyright © 2008. All Rights Reserved.