Package | Description |
---|---|
fi.tut.mei.capabilityQueryLib.model |
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.
|
ParameterAssociation<ParameterObject> |
Capability.getParameterAssociation(String property)
Get parameter association for the given property.
|
Modifier and Type | Method and 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.
|
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.
|
void |
Capability.addParameterAssociationForParameterObject(String property,
ParameterAssociation<ParameterObject> paramAssoc)
Add a parameter association for a object property.
|
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.