|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | ||
|---|---|---|
|
PersistenceEngine.getDataSource(Class<T> sourceinterface)
Searches for the first data source class implementing the given interface. |
|
|
IPersistenceEngine.getDataSource(Class<T> clazz)
Searches for the first data source class implementing the given interface. |
|
|
PersistenceEngine.getDataSource(Class<T> sourceinterface,
String name)
Searches for the data source class implementing the given interface with the given name. |
|
|
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. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||