Uses of Class
fi.tut.mei.capabilityQueryLib.model.ParameterObjectValue
-
Packages that use ParameterObjectValue Package Description fi.tut.mei.capabilityQueryLib.model -
-
Uses of ParameterObjectValue in fi.tut.mei.capabilityQueryLib.model
Methods in fi.tut.mei.capabilityQueryLib.model that return ParameterObjectValue Modifier and Type Method Description ParameterObjectValue
Blueprint. getBasicInformation()
ParameterObjectValue
Device. getBasicInformation()
Get basic information about this device.ParameterObjectValue
IndividualDevice. getBasicInformation()
Get the basic information of this device which is the basic information of the blueprint of this device.ParameterObjectValue
ParameterObject. getValueAlternative(String uri)
Get a value alternative that corresponds to the given uri from the ontology i.e.Methods in fi.tut.mei.capabilityQueryLib.model that return types with arguments of type ParameterObjectValue Modifier and Type Method Description abstract Set<ParameterObjectValue>
Device. getParameterObjectValue(Capability capability, String property)
Get ParameterObjectValues related to a capability via the given property.Set<ParameterObjectValue>
DeviceWithCapabilities. getParameterObjectValue(Capability capability, String property)
Set<ParameterObjectValue>
IndividualDevice. getParameterObjectValue(Capability capability, String property)
Set<ParameterObjectValue>
ResourceCapability. getParameterObjectValues(String property)
Get parameter object values for the given property.Set<ParameterObjectValue>
ParameterObject. getValueAlternatives()
Get the value alternatives.Methods in fi.tut.mei.capabilityQueryLib.model with parameters of type ParameterObjectValue Modifier and Type Method Description abstract void
Device. addParameterObject(String property, ParameterObjectValue value, Capability capability)
Add a ParameterObjectValue for the device.void
DeviceWithCapabilities. addParameterObject(String property, ParameterObjectValue value, Capability capability)
void
IndividualDevice. addParameterObject(String property, ParameterObjectValue value, Capability capability)
This has not yet been implemented for this subclass.void
ResourceCapability. addParameterObject(String property, ParameterObjectValue value)
Add a value for a parameter object.void
ParameterObject. addValueAlternative(ParameterObjectValue alternative)
Add an alternative value for this parameter objectboolean
ResourceCapability. removeParameterObject(String property, ParameterObjectValue value)
Remove the given ParameterObjectValue of the given property.void
Blueprint. setBasicInformation(ParameterObjectValue info)
Set basic resource information for this blueprint.
-