diff --git a/score/mw/com/dependability/software_architectural_design/static_design/lola_binding.puml b/score/mw/com/dependability/software_architectural_design/static_design/lola_binding.puml index c08d0f56d4..76fe73d052 100644 --- a/score/mw/com/dependability/software_architectural_design/static_design/lola_binding.puml +++ b/score/mw/com/dependability/software_architectural_design/static_design/lola_binding.puml @@ -32,18 +32,6 @@ package "Lola Binding" as lola_binding <> { component "ProxyEvent" as lola_proxy_event <> component "ProxyMethod" as lola_proxy_method <> } - - package "GenericSkeletonAndServiceElements" as lola_generic_skeleton_and_service_elements <> { - component "GenericSkeleton" as lola_generic_skeleton <> - component "GenericSkeletonEvent" as lola_generic_skeleton_event <> - component "GenericSkeletonMethod" as lola_generic_skeleton_method <> - } - - package "GenericProxyAndServiceElements" as lola_generic_proxy_and_service_elements <> { - component "GenericProxy" as lola_generic_proxy <> - component "GenericProxyEvent" as lola_generic_proxy_event <> - component "GenericProxyMethod" as lola_generic_proxy_method <> - } } @enduml diff --git a/score/mw/com/dependability/software_architectural_design/static_design/mock_binding.puml b/score/mw/com/dependability/software_architectural_design/static_design/mock_binding.puml index 7b0532cf2e..97e8be56ac 100644 --- a/score/mw/com/dependability/software_architectural_design/static_design/mock_binding.puml +++ b/score/mw/com/dependability/software_architectural_design/static_design/mock_binding.puml @@ -25,18 +25,6 @@ package "Mock Binding" as mock_binding <> { component "ProxyEvent" as mock_binding_proxy_event <> component "ProxyMethod" as mock_binding_proxy_method <> } - - package "GenericSkeletonAndServiceElements" as mock_binding_generic_skeleton_and_service_elements <> { - component "GenericSkeleton" as mock_binding_generic_skeleton <> - component "GenericSkeletonEvent" as mock_binding_generic_skeleton_event <> - component "GenericSkeletonMethod" as mock_binding_generic_skeleton_method <> - } - - package "GenericProxyAndServiceElements" as mock_binding_generic_proxy_and_service_elements <> { - component "GenericProxy" as mock_binding_generic_proxy <> - component "GenericProxyEvent" as mock_binding_generic_proxy_event <> - component "GenericProxyMethod" as mock_binding_generic_proxy_method <> - } } @enduml diff --git a/score/mw/com/dependability/software_architectural_design/static_design/someip_binding.puml b/score/mw/com/dependability/software_architectural_design/static_design/someip_binding.puml index 2e3ea65a65..166f858c76 100644 --- a/score/mw/com/dependability/software_architectural_design/static_design/someip_binding.puml +++ b/score/mw/com/dependability/software_architectural_design/static_design/someip_binding.puml @@ -25,18 +25,6 @@ package "Someip Binding" as someip_binding <> { component "ProxyEvent" as someip_proxy_event <> component "ProxyMethod" as someip_proxy_method <> } - - package "GenericSkeletonAndServiceElements" as someip_generic_skeleton_and_service_elements <> { - component "GenericSkeleton" as someip_generic_skeleton <> - component "GenericSkeletonEvent" as someip_generic_skeleton_event <> - component "GenericSkeletonMethod" as someip_generic_skeleton_method <> - } - - package "GenericProxyAndServiceElements" as someip_generic_proxy_and_service_elements <> { - component "GenericProxy" as someip_generic_proxy <> - component "GenericProxyEvent" as someip_generic_proxy_event <> - component "GenericProxyMethod" as someip_generic_proxy_method <> - } } @enduml