|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.DefaultAssignment
public class DefaultAssignment
A default assignment between two compounds.
| Constructor Summary | |
|---|---|
DefaultAssignment(SPRComponent destination,
SPRComponent source)
Creates a new default assignment. |
|
DefaultAssignment(SPRComponent destination,
SPRComponent source,
boolean isLoose)
Creates a new default assignment. |
|
| Method Summary | |
|---|---|
int |
getChecksum()
Returns the checksum for the segment. |
String |
getComponentType()
Gets the type of this component. |
String |
getComponentVersion()
Gets the version of this component. |
SPRComponent |
getDestinationCompound()
Returns the compound of this default assignment whose inports will be connected. |
SPRComponent |
getSourceCompound()
Returns the compound of this default assignment whose outports will be connected. |
boolean |
hasSameDataAs(Object obj)
|
boolean |
isLoose()
Returns whether this assignment is loose (true) or not. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public DefaultAssignment(SPRComponent destination,
SPRComponent source)
destination - The compound with the inports.source - The compound with the outports.
public DefaultAssignment(SPRComponent destination,
SPRComponent source,
boolean isLoose)
destination - The compound with the inports.source - The compound with the outports.isLoose - Flag to determine if the assignment should be delayed to the
next SPR cycle. True: delay the assignment, false: otherwise.| Method Detail |
|---|
public SPRComponent getDestinationCompound()
public SPRComponent getSourceCompound()
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.IDataEquatablepublic boolean isLoose()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||