Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
ParameterValue |
ResourceCapability.getParameterValueFor(Parameter parameter)
Get a ParameterValue for the given Parameter.
|
ParameterValue |
ParameterObjectValue.getValue(String name)
Get the value for a parameter object's member by name
|
Modifier and Type | Method and Description |
---|---|
Collection<ParameterValue> |
ResourceCapability.getParameters()
Get all parameter values related to the capability.
|
Collection<ParameterValue> |
IndividualDevice.getParameters()
Gets parameters from the device's blueprint.
|
Collection<ParameterValue> |
DeviceWithCapabilities.getParameters()
Get parameters and their values for this device.
|
abstract Collection<ParameterValue> |
Device.getParameters()
Get parameters and their values for this device.
|
Set<ParameterValue> |
IndividualDevice.getParameterValuesForCapability(Capability capability)
Gets parameter values from the blueprint.
|
Set<ParameterValue> |
DeviceWithCapabilities.getParameterValuesForCapability(Capability capability)
Get parameter values related to given capability for this device.
|
abstract Set<ParameterValue> |
Device.getParameterValuesForCapability(Capability capability)
Get parameter values related to given capability for this device.
|
Collection<ParameterValue> |
ParameterObjectValue.getValues()
Get all parameter values for the parameter object's members.
|
Modifier and Type | Method and Description |
---|---|
void |
ParameterObjectValue.addValue(ParameterValue value)
Add a parameter value that has a value for one of the ParameterObject's members
|
Copyright © 2017 Tampere University of Technology (TUT) / Laboratory of Mechanical Engineering and Industrial Systems (MEI). All rights reserved.