com.kuka.parameters
Interface IParameterizable

All Known Subinterfaces:
IParameterizableCommand<T,E>

public interface IParameterizable

Interface that should be implemented by classes which are parameterized via parameters.

This interface must be implemented by commands and their components that require its own parameterization.
It is possible to register dedicated mapper for the classes implementing this interface.


Method Summary
 IParameterMap getParameters()
          Gets the map containing all parameters used to set up the implementing class.
 

Method Detail

getParameters

IParameterMap getParameters()
Gets the map containing all parameters used to set up the implementing class.

Returns:
map containing all parameters used to set up the implementing class.
See Also:
IParameterMap


Copyright © 2019. All rights reserved.