Uses of Class
com.kuka.common.ParameterSet

Packages that use ParameterSet
com.kuka.common This package contains common utilities for RoboticsAPI eclipse. 
 

Uses of ParameterSet in com.kuka.common
 

Methods in com.kuka.common with type parameters of type ParameterSet
static
<T extends ParameterSet>
T
ParameterSet.merge(T primary, ParameterSet... sets)
          Merges a parameter set with other sets.
 

Methods in com.kuka.common that return ParameterSet
static ParameterSet ParameterSet.asOne(ParameterSet[] params)
          Converts the given parameter sets into one by merging them.
 ParameterSet ParameterSet.clone()
           
 ParameterSet ParameterSet.copyAndPut(String name, Object value)
          Adds the specified parameter to this set.
static ParameterSet XmlUtil.createParameterSetFromNode(Node node)
          Creates and loads a parameter set out of a Xml node.
 ParameterSet ParameterSet.put(ParameterSet other)
          Adds all parameters of the given set into this one.
 ParameterSet ParameterSet.put(ParameterSet other, boolean override)
          Adds all parameters of the given set into this one.
 ParameterSet ParameterSet.put(String name, Object value)
          Adds the specified parameter to this set.
 

Methods in com.kuka.common with parameters of type ParameterSet
static ParameterSet ParameterSet.asOne(ParameterSet[] params)
          Converts the given parameter sets into one by merging them.
static
<T extends ParameterSet>
T
ParameterSet.merge(T primary, ParameterSet... sets)
          Merges a parameter set with other sets.
 ParameterSet ParameterSet.put(ParameterSet other)
          Adds all parameters of the given set into this one.
 ParameterSet ParameterSet.put(ParameterSet other, boolean override)
          Adds all parameters of the given set into this one.
 



Copyright © 2019. All rights reserved.