|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.mapping.DeviceMappingResult
public class DeviceMappingResult
Contains the result of a device mapping.
| Constructor Summary | |
|---|---|
DeviceMappingResult(PipeWithControlMode pipe,
InPort inport,
RobotObserver observer)
Creates the instance of the DeviceMappingPorts class. |
|
| Method Summary | |
|---|---|
InPort |
getCommandInPort()
Gets the inport of a device. |
RobotObserver |
getObserver()
Gets the observer for device. |
PipeWithControlMode |
getPipe()
Gets the active device used by the mapping. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DeviceMappingResult(PipeWithControlMode pipe,
InPort inport,
RobotObserver observer)
pipe - The pipe used by the mapping.inport - InPort of a device.observer - The pipe observer created through the device mapping.| Method Detail |
|---|
public PipeWithControlMode getPipe()
public InPort getCommandInPort()
public RobotObserver getObserver()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||