Uses of Interface
com.kuka.roboticsAPI.controllerModel.recovery.IRecovery

Packages that use IRecovery
com.kuka.roboticsAPI.applicationModel Contains classes needed for applications using RoboticsAPI. 
com.kuka.roboticsAPI.applicationModel.tasks Contains interfaces and classes needed for tasks using RoboticsAPI. 
com.kuka.roboticsAPI.controllerModel Contains the controller classes for accessing a controller and it's services. 
com.kuka.roboticsAPI.controllerModel.recovery This package contains classes for the recovery of robots for paused applications. 
 

Uses of IRecovery in com.kuka.roboticsAPI.applicationModel
 

Methods in com.kuka.roboticsAPI.applicationModel that return IRecovery
 IRecovery RoboticsAPIApplication.getRecovery()
          Gets the interface for recovery.
 

Uses of IRecovery in com.kuka.roboticsAPI.applicationModel.tasks
 

Methods in com.kuka.roboticsAPI.applicationModel.tasks that return IRecovery
protected  IRecovery RoboticsAPITask.getRecovery()
          Gets the application recovery interface for the application or background task.
 

Uses of IRecovery in com.kuka.roboticsAPI.controllerModel
 

Methods in com.kuka.roboticsAPI.controllerModel that return IRecovery
 IRecovery IPausableExecutionService.getRecovery()
          Gets the recovery information to determine whether recovery is necessary to resume an application and then yes, how to recover.
 

Uses of IRecovery in com.kuka.roboticsAPI.controllerModel.recovery
 

Classes in com.kuka.roboticsAPI.controllerModel.recovery that implement IRecovery
 class RecoveryManager
          Features which provides and stores all information needed to resume an application, given that it is possible to resume the application.
 

Methods in com.kuka.roboticsAPI.controllerModel.recovery that return IRecovery
 IRecovery RecoveryEngine.getRecovery()
           
 

Constructors in com.kuka.roboticsAPI.controllerModel.recovery with parameters of type IRecovery
RecoveryEngine(IRecovery recovery)
          Constructor.
 



Copyright © 2019. All rights reserved.