Uses of Class
com.kuka.roboticsAPI.persistenceModel.templateModel.TemplateElement

Packages that use TemplateElement
com.kuka.roboticsAPI.geometricModel Contains classes describing geometric relations between objects. 
com.kuka.roboticsAPI.persistenceModel Contains classes for handling the persistence. 
com.kuka.roboticsAPI.persistenceModel.templateModel Register XML Adapter for FrameTemplate. 
 

Uses of TemplateElement in com.kuka.roboticsAPI.geometricModel
 

Methods in com.kuka.roboticsAPI.geometricModel with parameters of type TemplateElement
static
<T> T
SceneGraphObjectFactory.createBaseClassInstancefromTemplate(TemplateElement template, RoboticsAPIContext context)
           
static
<T> T
SceneGraphObjectFactory.createInstancefromTemplate(TemplateElement template, RoboticsAPIContext context)
           
 

Uses of TemplateElement in com.kuka.roboticsAPI.persistenceModel
 

Methods in com.kuka.roboticsAPI.persistenceModel that return TemplateElement
 TemplateElement XmlApplicationDataSource.loadTemplate(String name)
          Loads a template with the specified name.
 TemplateElement IApplicationDataSource.loadTemplate(String name)
          Loads a template with the specified name.
protected  TemplateElement XmlApplicationDataSource.renameObjectTemplate(TemplateElement templateElement, String name)
          Changes the name of a template element.
 

Methods in com.kuka.roboticsAPI.persistenceModel that return types with arguments of type TemplateElement
 Map<String,TemplateElement> IXmlApplicationDataConverter.convertTemplateElements(Map<String,TemplateElement> templateElements)
          Converts the given template elements to the target version format.
 Collection<? extends TemplateElement> XmlApplicationDataSource.loadAllTemplates()
          Gets all templates known to the data source.
 Collection<? extends TemplateElement> IApplicationDataSource.loadAllTemplates()
          Gets all templates known to the data source.
 

Methods in com.kuka.roboticsAPI.persistenceModel with parameters of type TemplateElement
 void XmlApplicationDataSource.addObjectTemplate(TemplateElement templateElement)
          Adds an object template to the data source.
 void ISaveableApplicationDataSource.addObjectTemplate(TemplateElement templateElement)
           
static void TemplateAddInfoHelper.removeAddInfo(TemplateElement element, String key)
          Removes an additional information.
static void TemplateAddInfoHelper.removeAddInfo(TemplateElement element, String key, String typeName)
          Removes an additional information.
 void XmlApplicationDataSource.removeObjectTemplate(TemplateElement templateElement)
          Removes an object template from the data source.
protected  TemplateElement XmlApplicationDataSource.renameObjectTemplate(TemplateElement templateElement, String name)
          Changes the name of a template element.
static void TemplateAddInfoHelper.setAddInfoValue(TemplateElement element, String key, String typeName, Collection<String> values)
          Sets multiple additional information values.
static void TemplateAddInfoHelper.setAddInfoValue(TemplateElement element, String key, String typeName, String value)
          Sets an additional information value.
 

Method parameters in com.kuka.roboticsAPI.persistenceModel with type arguments of type TemplateElement
 Map<String,TemplateElement> IXmlApplicationDataConverter.convertTemplateElements(Map<String,TemplateElement> templateElements)
          Converts the given template elements to the target version format.
 

Uses of TemplateElement in com.kuka.roboticsAPI.persistenceModel.templateModel
 

Subclasses of TemplateElement in com.kuka.roboticsAPI.persistenceModel.templateModel
 class GeometricObjectTemplate
           Java class for geometricObjectTemplate complex type.
 class ToolTemplate
           Java class for toolTemplate complex type.
 class WorkpieceTemplate
           Java class for workpieceTemplate complex type.
 

Fields in com.kuka.roboticsAPI.persistenceModel.templateModel with type parameters of type TemplateElement
protected  List<TemplateElement> ObjectTemplate.objectTemplateGroup
           
 

Methods in com.kuka.roboticsAPI.persistenceModel.templateModel that return types with arguments of type TemplateElement
 List<TemplateElement> ObjectTemplate.getObjectTemplateGroup()
          Gets the value of the objectTemplateGroup property.
 



Copyright © 2019. All rights reserved.