com.kuka.roboticsAPI.controllerModel.sunrise.api
Class InPort

java.lang.Object
  extended by com.kuka.roboticsAPI.controllerModel.sunrise.api.Port
      extended by 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.
 
Method Summary
 void setValue(Object value)
          Sets the value for this port.
 String toString()
          
 
Methods inherited from class com.kuka.roboticsAPI.controllerModel.sunrise.api.Port
getExpressionSegmentString, getFullName, getName, getSerializableType, getSPRComponent, getWrappedValue, hasSameDataAs, hasValue, setInternalValue
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

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.
Method Detail

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.