Uses of Class
com.kuka.roboticsAPI.controllerModel.sunrise.SunriseExecutionService

Packages that use SunriseExecutionService
com.kuka.roboticsAPI.controllerModel.sunrise Contains the controller implementation for the sunrise controller including it's IO interface. 
com.kuka.roboticsAPI.controllerModel.sunrise.conditions Contains the Sunrise implementation of the conditions interface and listener execution. 
com.kuka.roboticsAPI.controllerModel.sunrise.xml Contains the xmlsua implementation. 
 

Uses of SunriseExecutionService in com.kuka.roboticsAPI.controllerModel.sunrise
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise that return SunriseExecutionService
 SunriseExecutionService SunriseController.getExecutionService()
          Gets the service from the controller dealing with execution of commands.
 SunriseExecutionService SunriseApplication.getExecutionService()
          Gets the Sunrise execution service used in this application.
 

Uses of SunriseExecutionService in com.kuka.roboticsAPI.controllerModel.sunrise.conditions
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.conditions with parameters of type SunriseExecutionService
static SunriseConditionObserver SunriseConditionService.createNewObserver(ICondition condition, NotificationType notificationType, IConditionListener edgeListener, SunriseExecutionService executionService, IContainerStateListener containerStateListener, boolean isEnabledOnStart)
          This function is only used by the framework.
 

Uses of SunriseExecutionService in com.kuka.roboticsAPI.controllerModel.sunrise.xml
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.xml that return SunriseExecutionService
 SunriseExecutionService XmlRuntime.getExecutionService()
          Gets the execution service for this runtime.
 

Methods in com.kuka.roboticsAPI.controllerModel.sunrise.xml with parameters of type SunriseExecutionService
static XmlRuntime XmlRuntime.execute(URL resourceUrl, SunriseExecutionService executor)
          Creates a new XmlRuntime and starts it immediately.
 

Constructors in com.kuka.roboticsAPI.controllerModel.sunrise.xml with parameters of type SunriseExecutionService
XmlRuntime(String resourceName, SunriseExecutionService executor)
          Creates a new XmlRuntime class.
XmlRuntime(String resourceName, SunriseExecutionService executor, IReactionListener listener)
          Creates a new XmlRuntime class.
XmlRuntime(URL url, SunriseExecutionService executor)
          Creates a new XmlRuntime class.
XmlRuntime(URL url, SunriseExecutionService executor, IReactionListener listener)
          Creates a new XmlRuntime class.
 



Copyright © 2019. All rights reserved.