|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.Selection
public class Selection
Class containing the selective fine assignments.
| Constructor Summary | |
|---|---|
Selection()
|
|
| Method Summary | ||
|---|---|---|
void |
addAdditionalDestination(InPort port)
Sets an additional destination port for this selection. |
|
|
addParameter(String name,
T value)
Adds a new parameter to this compound. |
|
int |
getChecksum()
Returns the checksum for the segment. |
|
String |
getComponentType()
Gets the type of this component. |
|
String |
getComponentVersion()
Gets the version of this component. |
|
Iterable<InPort> |
getDestinations()
Gets the destinations of this selection. |
|
Parameter<?> |
getParameter(String name)
Gets the parameter with the specified name. |
|
ParameterList |
getParameterList()
Gets the parameter list of this compound. |
|
Iterable<SelectiveAssignment> |
getSelectiveAssignments()
Gets the selective assignments of this selection. |
|
boolean |
hasSameDataAs(Object obj)
|
|
String |
toString()
|
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public Selection()
| Method Detail |
|---|
public Iterable<InPort> getDestinations()
public Iterable<SelectiveAssignment> getSelectiveAssignments()
public void addAdditionalDestination(InPort port)
port - The additional destination port for this selection.
public final <T> Parameter<T> addParameter(String name,
T value)
T - The type of the parameter.name - The name of the parameter.value - The value of the parameter.
public final ParameterList getParameterList()
public final Parameter<?> getParameter(String name)
name - The name of the parameter. null is not allowed.
public String toString()
toString in class Objectpublic int getChecksum()
getChecksum in interface ISegmentpublic String getComponentType()
getComponentType in interface ISegmentpublic String getComponentVersion()
getComponentVersion in interface ISegmentpublic boolean hasSameDataAs(Object obj)
hasSameDataAs in interface com.kuka.common.IDataEquatable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||