public class ParameterValue extends Object
Constructor and Description |
---|
ParameterValue(Parameter parameter,
Capability capability)
Create a new ParameterValue for a capability.
|
Modifier and Type | Method and Description |
---|---|
void |
addValue(Object value)
Add a value for the parameter
|
Capability |
getCapability()
Get the capability to which these parameter values are related to
|
Parameter |
getParameter()
Return information about the parameter whose values this represents.
|
String |
getValue()
Combine the different values into a string separated by commas.
|
List<Object> |
getValues()
Give the values for the parameter.
|
public ParameterValue(Parameter parameter, Capability capability)
parameter
- the parametercapability
- the capability this value is related topublic Parameter getParameter()
public String getValue()
public void addValue(Object value)
value
- the valuepublic Capability getCapability()
Copyright © 2017 Tampere University of Technology (TUT) / Laboratory of Mechanical Engineering and Industrial Systems (MEI). All rights reserved.