Uses of Class
fi.tut.mei.capabilityQueryLib.model.ParameterAssociation
-
Packages that use ParameterAssociation Package Description fi.tut.mei.capabilityQueryLib.model -
-
Uses of ParameterAssociation in fi.tut.mei.capabilityQueryLib.model
Methods in fi.tut.mei.capabilityQueryLib.model that return ParameterAssociation Modifier and Type Method Description ParameterAssociation<Parameter>
Capability. getParameterAssociation(Parameter param)
Get parameter association for the given parameter.ParameterAssociation<ParameterObject>
Capability. getParameterAssociation(String property)
Get parameter association for the given property.ParameterAssociation<Parameter>
ParameterObject. getParameterAssociation(Parameter param)
Get a parameter association for the given parameter.Methods in fi.tut.mei.capabilityQueryLib.model that return types with arguments of type ParameterAssociation Modifier and Type Method Description 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.Methods in fi.tut.mei.capabilityQueryLib.model with parameters of type ParameterAssociation 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.void
Capability. addParameterAssociationForParameterObject(String property, ParameterAssociation<ParameterObject> paramAssoc)
Add a parameter association for a object property.
-