|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||

java.lang.Objectcz.cuni.amis.pogamut.usar2004.agent.module.sensor.SuperSensor
cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SensorRange
public class SensorRange
Sensor message representative for Range sensor.
| Field Summary | |
|---|---|
static SensorType |
type
|
| Fields inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SuperSensor |
|---|
lastMessage, sensorType |
| Constructor Summary | |
|---|---|
SensorRange()
Ctor. |
|
| Method Summary | |
|---|---|
double |
getRangeByName(String Name)
Map indexed by string is used to collect data of range sensor. |
Set<String> |
getRangeNames()
Map indexed by string is used to collect data of range sensor. |
Map<String,Double> |
getRanges()
Map indexed by string is used to collect data of range sensor. |
int |
getSize()
Returns size of Ranges. |
| Methods inherited from class cz.cuni.amis.pogamut.usar2004.agent.module.sensor.SuperSensor |
|---|
getName, getSensorType, getTime, getType, isReady, updateMessage |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final SensorType type
| Constructor Detail |
|---|
public SensorRange()
| Method Detail |
|---|
public double getRangeByName(String Name)
Name - String representation of Range Name.
public Set<String> getRangeNames()
public int getSize()
public Map<String,Double> getRanges()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||