smia.behaviours.specific_handle_behaviours.handle_svc_response_behaviour module¶
- class smia.behaviours.specific_handle_behaviours.handle_svc_response_behaviour.HandleSvcResponseBehaviour(agent_object, svc_resp_interaction_type, svc_resp_data)[source]¶
Bases:
OneShotBehaviourThis class implements the behaviour that handles all the service responses that the SMIA has received. This response can arrive from an FIPA-ACL message or from the AAS Core as an interaction message. This is a OneShotBehaviour because it handles an individual service response and then kills itself.
This method handles Asset Related Services. These services are part of I4.0 Application Component (application relevant).
- async handle_aas_infrastructure_svc_response()[source]¶
This method handles AAS Infrastructure Services. These services are part of I4.0 Infrastructure Services ( Systemic relevant). They are necessary to create AASs and make them localizable and are not offered by an AAS, but by the platform (computational infrastructure). These include the AAS Create Service (for creating AASs with unique identifiers), AAS Registry Services (for registering AASs) and AAS Exposure and Discovery Services (for searching for AASs).
- async handle_aas_services_response()[source]¶
This method handles AAS Services. These services serve for the management of asset-related information through a set of infrastructure services provided by the AAS itself. These include Submodel Registry Services (to list and register submodels), Meta-information Management Services (including Classification Services, to check if the interface complies with the specifications; Contextualization Services, to check if they belong together in a context to build a common function; and Restriction of Use Services, divided between access control and usage control) and Exposure and Discovery Services (to search for submodels or asset related services).