|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.kuka.roboticsAPI.controllerModel.recovery.RecoveryEngine
public class RecoveryEngine
Engine used to return the IRecovery interface of the station.
| Constructor Summary | |
|---|---|
RecoveryEngine(IRecovery recovery)
Constructor. |
|
| Method Summary | |
|---|---|
void |
dispose()
Disposes the engine. |
RoboticsAPIContext |
getContext()
Gets the context for this engine. |
Class<? extends IEngine> |
getEngineType()
Gets the type of the engine. |
IRecovery |
getRecovery()
|
void |
initialize()
Initializes the engine. |
void |
setParameters(com.kuka.common.ParameterSet parameters)
Sets the parameters for this engine. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RecoveryEngine(IRecovery recovery)
recovery - the IRecovery interface of the station.| Method Detail |
|---|
public Class<? extends IEngine> getEngineType()
IEngine
getEngineType in interface IEnginepublic IRecovery getRecovery()
IRecovery interface of the station.public void initialize()
IEngine
initialize in interface IEnginepublic void dispose()
IEngine
dispose in interface IEnginepublic RoboticsAPIContext getContext()
IEngine
getContext in interface IEnginepublic void setParameters(com.kuka.common.ParameterSet parameters)
IEngine
setParameters in interface IEngineparameters - The parameters for this engine.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||