ThingMagic/Emulator Architecture

From RifidiWiki

Revision as of 23:43, 24 April 2008 by Jmaine (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Here is the UML diagram for the ThingMagic specific parts of the emulator in Rifidi. Thingmagic.png




Here is the flow diagram for the emulator. Thingmagic flow diagram.png

The ETable enum list all the possible tables for the reader and each enum object, table, can return the list of rows it has (also a list of enum objects). Each row implements a Comparator interface that is directly related to it.

The Database uses these enums to find the correct Comparator list to give to the MultiFilter to use in the filtering operation.

Personal tools