Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib | |
fi.tut.mei.capabilityQueryLib.model |
Modifier and Type | Method and Description |
---|---|
Parameter |
Client.getParameter(String name)
Get capability parameter with the given name.
|
Modifier and Type | Method and Description |
---|---|
Parameter |
ParameterValue.getParameter()
Return information about the parameter whose values this represents.
|
Modifier and Type | Method and Description |
---|---|
ParameterAssociation<Parameter> |
ParameterObject.getParameterAssociation(Parameter param)
Get a parameter association for the given parameter.
|
ParameterAssociation<Parameter> |
Capability.getParameterAssociation(Parameter param)
Get 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.
|
Collection<Parameter> |
ParameterObject.getParameters()
Deprecated.
Consider using
ParameterObject.getParameterAssociations() instead |
Set<Parameter> |
Capability.getParameters()
Deprecated.
consider using
Capability.getParameterAssociationsForParameters() instead. You get the parameters via the ParameterAssociations and cardinality information. |
Modifier and Type | Method and Description |
---|---|
void |
ResourceCapability.addParameterValue(Parameter param,
Object value)
Add a value for the given capability parameter.
|
void |
IndividualDevice.addParameterValue(Parameter param,
Object value,
Capability capability)
This has not yet been implemented for this subclass.
|
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 |
ParameterObjectValue.addValue(Parameter param,
Object value)
Add a value for one of the parameter object's members.
|
ParameterAssociation<Parameter> |
ParameterObject.getParameterAssociation(Parameter param)
Get a parameter association for the given parameter.
|
ParameterAssociation<Parameter> |
Capability.getParameterAssociation(Parameter param)
Get 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.
|
Modifier and Type | Method and 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.
|
Constructor and Description |
---|
ParameterValue(Parameter parameter,
Capability capability)
Create a new ParameterValue for a capability.
|
Copyright © 2021 Tampere University (TAU) / Faculty of Engineering and Natural Sciences (ENS) / Automation Technology and Mechanical Engineering (ATME) / Manufacturing and Production Automation. All rights reserved.