|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.thingmagic.ReadPlan
com.thingmagic.SimpleReadPlan
public class SimpleReadPlan
A SimpleReadPlan is a read plan covering one or more protocols and one or more antennas, with all protocols searched on all antennas.
| Field Summary | |
|---|---|
int[] |
antennas
|
TagFilter |
filter
|
TagOp |
Op
Tag Operation |
TagProtocol |
protocol
|
Trigger |
triggerRead
|
boolean |
useFastSearch
|
| Fields inherited from class com.thingmagic.ReadPlan |
|---|
enableAutonomousRead, weight |
| Constructor Summary | |
|---|---|
SimpleReadPlan()
Create a SimpleReadPlan with the default antenna setting (detected), the default protocol, no filter, and the default weight. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol)
Create a SimpleReadPlan with a list of antennas, a protocol, no filter, and the default weight. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
boolean useFastSearch)
Create a SimpleReadPlan with a protocol, a list of antennas,and a useFastSearch. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
int weight)
Create a SimpleReadPlan with a protocol, a list of antennas, a filter, and a weight. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
int weight,
boolean useFastSearch)
Create a SimpleReadPlan with a protocol, a list of antennas, a filter, a weight, and a useFastSearch. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
TagOp op,
int weight)
Create a SimpleReadPlan with a list of protocols, a list of antennas, a filter,a tagop and a weight. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
TagOp op,
int weight,
boolean useFastSearch)
Create a SimpleReadPlan with a list of protocols, a list of antennas, a filter,a tagop, a weight, and a useFastSearch. |
|
| Method Summary | |
|---|---|
java.lang.String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public int[] antennas
public TagProtocol protocol
public TagFilter filter
public boolean useFastSearch
public Trigger triggerRead
public TagOp Op
| Constructor Detail |
|---|
public SimpleReadPlan()
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read plan
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
boolean useFastSearch)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read planuseFastSearch - that enables fast moving tag read functionality
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
int weight)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read planfilter - the filter to include in the read planweight - the weight of this read plan relative to others, when
included in another plan
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
int weight,
boolean useFastSearch)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read planfilter - the filter to include in the read planweight - the weight of this read plan relative to others, when
included in another planuseFastSearch - that enables fast moving tag read functionality
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
TagOp op,
int weight)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read planfilter - the filter to include in the read planop - operation modeweight - the weight of this read plan relative to others, when
included in another plan
public SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagFilter filter,
TagOp op,
int weight,
boolean useFastSearch)
antennaList - the antennas to include in the read planprotocol - the protocol to include in the read planfilter - the filter to include in the read planop - operation modeweight - the weight of this read plan relative to others, when
included in another planuseFastSearch - that enables fast moving tag read functionality| Method Detail |
|---|
public java.lang.String toString()
toString in class java.lang.Object
|
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||