Uses of Interface
com.kuka.roboticsAPI.persistenceModel.processDataModel.IProcessData

Packages that use IProcessData
com.kuka.roboticsAPI.applicationModel Contains classes needed for applications using RoboticsAPI. 
com.kuka.roboticsAPI.persistenceModel Contains classes for handling the persistence. 
com.kuka.roboticsAPI.persistenceModel.processDataModel Contains classes for handling the process data. 
 

Uses of IProcessData in com.kuka.roboticsAPI.applicationModel
 

Methods in com.kuka.roboticsAPI.applicationModel that return IProcessData
 IProcessData RoboticsAPIApplicationData.getProcessData(String id)
           
 IProcessData IApplicationData.getProcessData(String id)
          Requests the process data object with the given identifier from the data source.
 IProcessData RoboticsAPIApplicationData.tryGetProcessData(String id)
           
 IProcessData IApplicationData.tryGetProcessData(String id)
          Requests the process data object with the given identifier from the data source.
 

Uses of IProcessData in com.kuka.roboticsAPI.persistenceModel
 

Methods in com.kuka.roboticsAPI.persistenceModel that return IProcessData
 IProcessData XmlApplicationDataSource.loadProcessData(String key)
          Loads a process data object with the specified identifier.
 IProcessData IApplicationDataSource.loadProcessData(String id)
          Loads a process data object with the specified identifier.
 IProcessData XmlApplicationDataSource.tryLoadProcessData(String key)
          Loads a process data object with the specified identifier.
 IProcessData IApplicationDataSource.tryLoadProcessData(String id)
          Loads a process data object with the specified identifier.
 

Methods in com.kuka.roboticsAPI.persistenceModel that return types with arguments of type IProcessData
 Collection<IProcessData> XmlApplicationDataSource.loadAllProcessData()
          Gets all process data elements known to the data source., The process data will not be in any specific order.
 Collection<IProcessData> IApplicationDataSource.loadAllProcessData()
          Gets all process data elements known to the data source., The process data will not be in any specific order.
 

Uses of IProcessData in com.kuka.roboticsAPI.persistenceModel.processDataModel
 

Methods in com.kuka.roboticsAPI.persistenceModel.processDataModel that return IProcessData
 IProcessData ProcessDataContainerWrapper.getProcessData(String id)
          Gets the processData that matches the given identifier.
 

Methods in com.kuka.roboticsAPI.persistenceModel.processDataModel that return types with arguments of type IProcessData
 Collection<IProcessData> ProcessDataContainerWrapper.getAllProcessData()
          Gets all currently loaded process data.
 

Methods in com.kuka.roboticsAPI.persistenceModel.processDataModel with parameters of type IProcessData
 void IProcessDataListener.onProcessDataValueChanged(IProcessData processDataWrapper)
          This method is called in case the value of the process data is changed.
 



Copyright © 2019. All rights reserved.