Difference between revisions of "ThingMagic/Emulator Architecture"

From RifidiWiki

Jump to: navigation, search
Line 3: Line 3:
  
 
Here is the flow diagram for the emulator.
 
Here is the flow diagram for the emulator.
[[Image:Thingmagic_flow_diagram.png]]
+
[[Image:Thingmagic_flow_diagram.png]]<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 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.
 
The Database uses these enums to find the correct Comparator list to give to the MultiFilter to use in the filtering operation.

Revision as of 20:41, 17 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