|
||||||||
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
|
CustomAntConfig |
customAntConfig
|
TagFilter |
filter
|
TagOp |
Op
Tag Operation |
boolean |
perAntFastSearch
|
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. |
|
SimpleReadPlan(int[] antennaList,
TagProtocol protocol,
TagOp op,
int weight,
CustomAntConfig customAntConfig)
Create a SimpleReadPlan with a list of protocols, a list of antennas,a tagop, a weight and custom antenna configuration for LLRP readers. |
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 boolean perAntFastSearch
public Trigger triggerRead
public CustomAntConfig customAntConfig
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 planpublic 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 functionalitypublic 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 planpublic 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 functionalitypublic 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 planpublic 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 functionalitypublic SimpleReadPlan(int[] antennaList, TagProtocol protocol, TagOp op, int weight, CustomAntConfig customAntConfig)
antennaList
- the antennas to include in the read planprotocol
- the protocol to include in the read planop
- operation modeweight
- the weight of this read plan relative to others, when included in another plancustomAntConfig
- set session, target and filter per antennaMethod 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 |