Uses of Interface
com.kuka.roboticsAPI.persistenceModel.IDataSource

Packages that use IDataSource
com.kuka.roboticsAPI.persistenceModel Contains classes for handling the persistence. 
 

Uses of IDataSource in com.kuka.roboticsAPI.persistenceModel
 

Subinterfaces of IDataSource in com.kuka.roboticsAPI.persistenceModel
 interface IApplicationDataSource
          Interface for data source dealing with standard application objects such as frames and tool data.
 interface ISaveableApplicationDataSource
           
 

Classes in com.kuka.roboticsAPI.persistenceModel that implement IDataSource
 class XmlApplicationDataSource
          This data source is able to load frames and tools from a Xml file.
 

Methods in com.kuka.roboticsAPI.persistenceModel with type parameters of type IDataSource
<T extends IDataSource>
T
PersistenceEngine.getDataSource(Class<T> sourceinterface)
          Searches for the first data source class implementing the given interface.
<T extends IDataSource>
T
IPersistenceEngine.getDataSource(Class<T> clazz)
          Searches for the first data source class implementing the given interface.
<T extends IDataSource>
T
PersistenceEngine.getDataSource(Class<T> sourceinterface, String name)
          Searches for the data source class implementing the given interface with the given name.
<T extends IDataSource>
T
IPersistenceEngine.getDataSource(Class<T> sourceinterface, String name)
          Searches for the data source class implementing the given interface with the given name.
 

Methods in com.kuka.roboticsAPI.persistenceModel that return IDataSource
 IDataSource PersistenceEngine.getDefaultDataSource()
          Gets the default data source for all persistence engines.
 IDataSource IPersistenceEngine.getDefaultDataSource()
          Gets the default data source for all persistence engines.
 



Copyright © 2019. All rights reserved.