Uses of Interface
com.kuka.parameters.IParameter

Packages that use IParameter
com.kuka.parameters Contains classes and interfaces providing infrastructure for parameterizing of commands. 
 

Uses of IParameter in com.kuka.parameters
 

Classes in com.kuka.parameters with type parameters of type IParameter
 interface IParameterList<T extends IParameter>
          Represents a list of parameters of the same type.
 

Subinterfaces of IParameter in com.kuka.parameters
 interface IParameterList<T extends IParameter>
          Represents a list of parameters of the same type.
 interface IParameterMap
          Represents a map containing all parameter of a IParameterizable object.
 interface IValueParameter<T>
          Represents a parameter with a value.
 

Methods in com.kuka.parameters with type parameters of type IParameter
<T extends IParameter>
T
IParameterMap.get(String key, Class<T> clazz)
          Gets the parameter of the specified class associated with the specified key.
<T extends IParameter>
T
IParameterMap.tryGet(String key, Class<T> clazz)
          Gets the parameter of the specified class associated with the specified key.
 

Methods in com.kuka.parameters that return IParameter
 IParameter IParameter.copy()
          Provides a deep copy of the parameter.
 IParameter IParameterMap.get(String key)
          Gets a parameter stored in the map under the specified key.
 IParameter IParameterMap.remove(String key)
          Removes the parameter assigned to the specified key from the map.
 IParameter IParameterMap.replace(String key, IParameter param)
          Replaces the parameter stored in the map under the specified key with the specified parameter instance.
 IParameter IParameterMap.tryGet(String key)
          Gets the parameter associated with the specified key.
 

Methods in com.kuka.parameters with parameters of type IParameter
 void IParameterMap.put(String key, IParameter parameter)
          Stores the specified parameter under the specified key in the map.
 IParameter IParameterMap.replace(String key, IParameter param)
          Replaces the parameter stored in the map under the specified key with the specified parameter instance.
 



Copyright © 2019. All rights reserved.