com.kuka.roboticsAPI.controllerModel.sunrise.api
Class InPort
java.lang.Object
com.kuka.roboticsAPI.controllerModel.sunrise.api.Port
com.kuka.roboticsAPI.controllerModel.sunrise.api.InPort
- All Implemented Interfaces:
- com.kuka.common.IDataEquatable, IExpressionSegment
public class InPort
- extends Port
A inport is a port of a compound which contains input data for the compound
in the data-flow.
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
|
Constructor Summary |
InPort(String name)
Creates a new inport. |
InPort
public InPort(String name)
- Creates a new inport.
- Parameters:
name - The name of the inport.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
toString
public String toString()
-
- Overrides:
toString in class Object
- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
setValue
public final void setValue(Object value)
- Sets the value for this port.
- Parameters:
value - The value for this port.- This element is an undocumented internal feature. It is not intended to be used by applications as it might change or be removed in future versions.
Copyright © 2019. All rights reserved.