Uses of Class
fi.tut.mei.capabilityQueryLib.model.Parameter
-
Packages that use Parameter Package Description fi.tut.mei.capabilityQueryLib fi.tut.mei.capabilityQueryLib.model -
-
Uses of Parameter in fi.tut.mei.capabilityQueryLib
Methods in fi.tut.mei.capabilityQueryLib that return Parameter Modifier and Type Method Description Parameter
Client. getParameter(String name)
Get capability parameter with the given name. -
Uses of Parameter in fi.tut.mei.capabilityQueryLib.model
Methods in fi.tut.mei.capabilityQueryLib.model that return Parameter Modifier and Type Method Description Parameter
ParameterValue. getParameter()
Return information about the parameter whose values this represents.Methods in fi.tut.mei.capabilityQueryLib.model that return types with arguments of type Parameter Modifier and Type Method Description ParameterAssociation<Parameter>
Capability. getParameterAssociation(Parameter param)
Get parameter association for the given parameter.ParameterAssociation<Parameter>
ParameterObject. getParameterAssociation(Parameter param)
Get a parameter association for the given parameter.Collection<ParameterAssociation<Parameter>>
ParameterObject. getParameterAssociations()
Get all parameter associations of this parameter object.Collection<ParameterAssociation<Parameter>>
Capability. getParameterAssociationsForParameters()
Get information about simple capability parameters such as payload associated with this capability.Set<Parameter>
Capability. getParameters()
Deprecated.consider usingCapability.getParameterAssociationsForParameters()
instead.Collection<Parameter>
ParameterObject. getParameters()
Deprecated.Consider usingParameterObject.getParameterAssociations()
insteadMethods in fi.tut.mei.capabilityQueryLib.model with parameters of type Parameter Modifier and Type Method Description abstract void
Device. addParameterValue(Parameter param, Object value, Capability capability)
Set a value for a parameter.void
DeviceWithCapabilities. addParameterValue(Parameter param, Object value, Capability capability)
void
IndividualDevice. addParameterValue(Parameter param, Object value, Capability capability)
This has not yet been implemented for this subclass.void
ResourceCapability. addParameterValue(Parameter param, Object value)
Add a value for the given capability parameter.void
ParameterObjectValue. addValue(Parameter param, Object value)
Add a value for one of the parameter object's members.ParameterAssociation<Parameter>
Capability. getParameterAssociation(Parameter param)
Get parameter association for the given parameter.ParameterAssociation<Parameter>
ParameterObject. getParameterAssociation(Parameter param)
Get a parameter association for the given parameter.ParameterValue
ResourceCapability. getParameterValueFor(Parameter parameter)
Get a ParameterValue for the given Parameter.boolean
ResourceCapability. removeParameterValue(Parameter parameter)
Removes all values for the given parameter.void
ParameterObjectValue. setValue(Parameter param, Object value)
Set the value of the given parameter.Method parameters in fi.tut.mei.capabilityQueryLib.model with type arguments of type Parameter Modifier and Type Method Description void
ParameterObject. addParameterAssociation(ParameterAssociation<Parameter> paramAssoc)
Add a parameter association that connects a simple capability parameter to this parameter object.void
Capability. addParameterAssociationForParameter(ParameterAssociation<Parameter> paramAssoc)
Add a parameter association to the capability.Constructors in fi.tut.mei.capabilityQueryLib.model with parameters of type Parameter Constructor Description ParameterValue(Parameter parameter, Capability capability)
Create a new ParameterValue for a capability.
-