|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.StatePortData
public class StatePortData
Details about the state ports. State ports contains details about the system state, such as error states.
| Nested Class Summary | |
|---|---|
static class |
StatePortData.PropertyState
Details about the state of an state port. |
| Constructor Summary | |
|---|---|
StatePortData(String componentName,
String portName,
String changedProperty,
com.kuka.roboticsAPI.controllerModel.StatePortState portState,
Date timestamp,
String kxrModuleName,
List<StatePortData.PropertyState> states)
Constructor. |
|
| Method Summary | |
|---|---|
boolean |
equals(Object obj)
|
String |
getChangedProperty()
gets the ID of the changed property. |
String |
getComponentName()
the name of the component that owns the state port. |
String |
getKXRTranslationModuleName()
gets the module name of the KXR translation file. |
String |
getPortName()
the name of the state port. |
com.kuka.roboticsAPI.controllerModel.StatePortState |
getPortState()
the overall state of the state port. |
List<StatePortData.PropertyState> |
getStates()
details about the states that lead to the state port change. |
Date |
getTimestamp()
the time when the state port change occurred. |
int |
hashCode()
|
protected void |
resetError()
resets the state port from the error state. |
protected void |
setError(List<StatePortData.PropertyState> states)
Sets the state port to state Error. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public StatePortData(String componentName,
String portName,
String changedProperty,
com.kuka.roboticsAPI.controllerModel.StatePortState portState,
Date timestamp,
String kxrModuleName,
List<StatePortData.PropertyState> states)
componentName - name of the componentportName - name of the portchangedProperty - changed propertyportState - state of the porttimestamp - timekxrModuleName - name of the KXR Translation filestates - property states that lead to the state port state.| Method Detail |
|---|
public int hashCode()
hashCode in class Objectpublic boolean equals(Object obj)
equals in class Objectprotected void setError(List<StatePortData.PropertyState> states)
states - the states that lead to the error state.protected void resetError()
public String getComponentName()
public String getPortName()
public com.kuka.roboticsAPI.controllerModel.StatePortState getPortState()
public String getChangedProperty()
public Date getTimestamp()
public String getKXRTranslationModuleName()
public String toString()
toString in class Objectpublic List<StatePortData.PropertyState> getStates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||