com.kuka.parameters
Interface IParameter

All Known Subinterfaces:
IParameterList<T>, IParameterMap, IValueParameter<T>

public interface IParameter

Represents a general kind of parameter.

The only method of such a parameter is copy() which must provide a deep copy of the parameter.


Method Summary
 IParameter copy()
          Provides a deep copy of the parameter.
 

Method Detail

copy

IParameter copy()
Provides a deep copy of the parameter.

Returns:
a deep copy of this parameter.


Copyright © 2019. All rights reserved.