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

java.lang.Object
  extended by com.kuka.roboticsAPI.controllerModel.sunrise.api.SelectionList
All Implemented Interfaces:
com.kuka.common.IDataEquatable, Iterable<Selection>

public class SelectionList
extends Object
implements Iterable<Selection>, com.kuka.common.IDataEquatable

Class containing the selective fine assignments.

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
SelectionList()
           
 
Method Summary
 Selection getSelection(InPort inport)
          Returns the selection which targets the given inport.
 boolean hasSameDataAs(Object obj)
          
 Iterator<Selection> iterator()
          
 String toString()
          
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SelectionList

public SelectionList()
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.

iterator

public Iterator<Selection> iterator()

Specified by:
iterator in interface Iterable<Selection>
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.

getSelection

public Selection getSelection(InPort inport)
Returns the selection which targets the given inport. Throws an exception if no selection can be found.

Parameters:
inport - The inport for which the selection should be returned.
Returns:
The selection which targets the given 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.

hasSameDataAs

public boolean hasSameDataAs(Object obj)

Specified by:
hasSameDataAs in interface com.kuka.common.IDataEquatable
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.