Uses of Interface
com.kuka.resource.pool.ResourceFacadeFilter

Packages that use ResourceFacadeFilter
com.kuka.nav.robot Provides interfaces and classes for mobile robots. 
 

Uses of ResourceFacadeFilter in com.kuka.nav.robot
 

Methods in com.kuka.nav.robot that return ResourceFacadeFilter
static
<T extends MobileRobot>
ResourceFacadeFilter<T>
MobileRobotFilters.id(int value)
          Creates a filter that selects only mobile robots with a certain id.
static
<T extends MobileRobot>
ResourceFacadeFilter<T>
MobileRobotFilters.map(int id)
          Creates a filter that selects only mobile robots on a certain map.
static
<T extends MobileRobot>
ResourceFacadeFilter<T>
MobileRobotFilters.name(String name)
          Creates a filter that selects only mobile robots with a certain name.
 



Copyright © 2019. All rights reserved.