|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.SunriseDeviceList
public class SunriseDeviceList
The list containing the devices for the Sunrise controller.
| Constructor Summary | |
|---|---|
SunriseDeviceList(SunriseRequestService requestService)
Creates a new Sunrise-device list. |
|
SunriseDeviceList(SunriseRequestService requestService,
Controller controller)
Creates a new Sunrise-device list. |
|
| Method Summary | |
|---|---|
Iterable<com.kuka.common.ParameterSet> |
getInvalidDevices()
Returns all devices that are not valid. |
Iterator<Device> |
iterator()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public SunriseDeviceList(SunriseRequestService requestService)
requestService - The request service which will be used to access to
controller.
public SunriseDeviceList(SunriseRequestService requestService,
Controller controller)
requestService - The request service which will be used to access to
controller.controller - The controller to which the devices are attached.| Method Detail |
|---|
public Iterator<Device> iterator()
iterator in interface Iterable<Device>public Iterable<com.kuka.common.ParameterSet> getInvalidDevices()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||