ThingMagic/Emulator Architecture

From RifidiWiki

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