Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
ParameterObjectValue |
IndividualDevice.getBasicInformation()
Get the basic information of this device which is the basic information of the blueprint of this device.
|
ParameterObjectValue |
Device.getBasicInformation()
Get basic information about this device.
|
ParameterObjectValue |
Blueprint.getBasicInformation() |
Modifier and Type | Method and Description |
---|---|
Set<ParameterObjectValue> |
IndividualDevice.getParameterObjectValue(Capability capability,
String property) |
Set<ParameterObjectValue> |
DeviceWithCapabilities.getParameterObjectValue(Capability capability,
String property) |
abstract Set<ParameterObjectValue> |
Device.getParameterObjectValue(Capability capability,
String property)
Get ParameterObjectValues related to a capability via the given property.
|
Set<ParameterObjectValue> |
ResourceCapability.getParameterObjectValues(String property)
Get parameter object values for the given property.
|
Modifier and Type | Method and Description |
---|---|
void |
ResourceCapability.addParameterObject(String property,
ParameterObjectValue value)
Add a value for a parameter object.
|
void |
IndividualDevice.addParameterObject(String property,
ParameterObjectValue value,
Capability capability)
This has not yet been implemented for this subclass.
|
void |
DeviceWithCapabilities.addParameterObject(String property,
ParameterObjectValue value,
Capability capability) |
abstract void |
Device.addParameterObject(String property,
ParameterObjectValue value,
Capability capability)
Add a ParameterObjectValue for the device.
|
Copyright © 2017 Tampere University of Technology (TUT) / Laboratory of Mechanical Engineering and Industrial Systems (MEI). All rights reserved.