Package FAtiMA.Core.sensorEffector
Class Parameter
java.lang.Object
FAtiMA.Core.sensorEffector.Parameter
- All Implemented Interfaces:
Serializable,Cloneable
Represents a name-value parameter
- Author:
- Joao Dias
- See Also:
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Parameter
Creates a new Parameter- Parameters:
parameterName- - the name of the parametervalue- - the value of the parameter
-
-
Method Details
-
GetName
Gets the Parameter's name- Returns:
- the parameter's name
-
GetValue
Gets the Parameter's value- Returns:
- - the parameter's value
-
toString
Converts the Parameter to a String -
clone
Creates a new copy of the Parameter
-