com.thingmagic
Class StopTriggerReadPlan

java.lang.Object
  extended by com.thingmagic.ReadPlan
      extended by com.thingmagic.SimpleReadPlan
          extended by com.thingmagic.StopTriggerReadPlan

public class StopTriggerReadPlan
extends SimpleReadPlan

A StopTriggerReadPlan is a read plan covering one or more protocol and one or more antennas


Field Summary
 StopOnTagCount stopOnCount
           
 
Fields inherited from class com.thingmagic.SimpleReadPlan
antennas, customAntConfig, filter, Op, perAntFastSearch, protocol, triggerRead, useFastSearch
 
Fields inherited from class com.thingmagic.ReadPlan
enableAutonomousRead, weight
 
Constructor Summary
StopTriggerReadPlan(StopOnTagCount sotc, int[] antennas, TagProtocol protocol)
           
StopTriggerReadPlan(StopOnTagCount sotc, int[] antennas, TagProtocol protocol, boolean useFastSearch)
           
StopTriggerReadPlan(StopOnTagCount sotc, int[] antennas, TagProtocol protocol, TagFilter filter, TagOp op, int weight)
           
 
Method Summary
 
Methods inherited from class com.thingmagic.SimpleReadPlan
toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

stopOnCount

public StopOnTagCount stopOnCount
Constructor Detail

StopTriggerReadPlan

public StopTriggerReadPlan(StopOnTagCount sotc,
                           int[] antennas,
                           TagProtocol protocol)

StopTriggerReadPlan

public StopTriggerReadPlan(StopOnTagCount sotc,
                           int[] antennas,
                           TagProtocol protocol,
                           TagFilter filter,
                           TagOp op,
                           int weight)

StopTriggerReadPlan

public StopTriggerReadPlan(StopOnTagCount sotc,
                           int[] antennas,
                           TagProtocol protocol,
                           boolean useFastSearch)