|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.fosstrak.hal.TagDescriptor
public class TagDescriptor
The class is a data structure to store information that describes a tag such as tag id type and memory structure.
| 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 |
|---|
protected MemoryDescriptor memoryDescriptor
| Constructor Detail |
|---|
public TagDescriptor(IDType idType,
MemoryDescriptor memoryDescriptor)
idType - the type of the ID of the tagmemoryDescriptor - the description of the memory| Method Detail |
|---|
public MemoryDescriptor getMemoryDescriptor()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||