|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.nav.robot.MobileRobotFilters
public final class MobileRobotFilters
This class provides some simple filters for mobile robots.
| Method Summary | ||
|---|---|---|
static
|
id(int value)
Creates a filter that selects only mobile robots with a certain id. |
|
static
|
map(int id)
Creates a filter that selects only mobile robots on a certain map. |
|
static
|
name(String name)
Creates a filter that selects only mobile robots with a certain name. |
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
|---|
public static <T extends MobileRobot> ResourceFacadeFilter<T> id(int value)
T - a mobile robot typevalue - a robot id
public static <T extends MobileRobot> ResourceFacadeFilter<T> name(String name)
T - a mobile robot typename - a robot name
public static <T extends MobileRobot> ResourceFacadeFilter<T> map(int id)
T - a mobile robot typeid - the id of the map
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||