|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.sunrise.api.CompoundInfo
public final class CompoundInfo
Information about the compound.
| Method Summary | |
|---|---|
static List<CompoundInfo> |
createFromMessage(Message getSystemModuleListResponse)
Creates a list of compound information from a response message of the SSR getSystemModuleList. |
int |
getCompoundFrameworkMajorVersion()
Gets the compound framework major version. |
int |
getCompoundFrameworkMinorVersion()
Gets the compound framework minor version. |
String |
getCompoundFrameworkName()
Gets the compound framework name. |
int |
getCompoundMajorVersion()
Gets the compounds major version. |
int |
getCompoundMinorVersion()
Gets the compounds minor version. |
String |
getModuleName()
Gets the name of the module. |
String |
getObjectName()
Gets the name of the object file. |
CompoundAnchorState |
getState()
Gets the state of the module. |
boolean |
isRTP()
Indicates whether the module runs in RTP context or not. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static List<CompoundInfo> createFromMessage(Message getSystemModuleListResponse)
getSystemModuleListResponse - response message of the SSR getSystemModuleList
public String getModuleName()
public String getObjectName()
public CompoundAnchorState getState()
public boolean isRTP()
public int getCompoundMajorVersion()
public int getCompoundMinorVersion()
public int getCompoundFrameworkMajorVersion()
public int getCompoundFrameworkMinorVersion()
public String getCompoundFrameworkName()
public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||