Difference between revisions of "ThingMagic/Emulator Architecture"

From RifidiWiki

Jump to: navigation, search
 
(7 intermediate revisions by the same user not shown)
Line 1: Line 1:
 
Here is the UML diagram for the ThingMagic specific parts of the emulator in Rifidi.
 
Here is the UML diagram for the ThingMagic specific parts of the emulator in Rifidi.
[[Image:Thingmagic.png]]
+
[[Image:Thingmagic.png|800px]]<br /><br />
 +
 
 +
 
 +
<br/><br />
 +
Here is the flow diagram for the emulator.
 +
[[Image:Thingmagic_flow_diagram.png]]<br /><br />
 +
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. <br />
 +
 
 +
The Database uses these enums to find the correct Comparator list to give to the MultiFilter to use in the filtering operation.

Latest revision as of 23:43, 24 April 2008

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