Uses of Class
com.kuka.roboticsAPI.persistenceModel.measurementModel.MeasurementMethod

Packages that use MeasurementMethod
com.kuka.roboticsAPI.persistenceModel Contains classes for handling the persistence. 
com.kuka.roboticsAPI.persistenceModel.measurementModel Contains classes for handling measurement information. 
 

Uses of MeasurementMethod in com.kuka.roboticsAPI.persistenceModel
 

Methods in com.kuka.roboticsAPI.persistenceModel with parameters of type MeasurementMethod
 FrameTemplate XmlApplicationDataSource.applyFrameTemplateMeasurement(FrameTemplate frameTemplate, Transformation newTransformation, MeasurementType measurementType, MeasurementMethod measurementMethod, Double calculationError, boolean doSave)
           
 

Uses of MeasurementMethod in com.kuka.roboticsAPI.persistenceModel.measurementModel
 

Methods in com.kuka.roboticsAPI.persistenceModel.measurementModel that return MeasurementMethod
static MeasurementMethod MeasurementMethod.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static MeasurementMethod[] MeasurementMethod.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 



Copyright © 2019. All rights reserved.