update Capella models to version 6.1.0

This commit is contained in:
julien.baclet
2026-05-19 11:41:22 +02:00
parent 1212cc80e8
commit 9751fe8f97
29 changed files with 997 additions and 666 deletions

View File

@@ -0,0 +1,5 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<?eclipse-pydev version="1.0"?><pydev_project>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_INTERPRETER">Default</pydev_property>
<pydev_property name="org.python.pydev.PYTHON_PROJECT_VERSION">python interpreter</pydev_property>
</pydev_project>

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_Pj_RoGYMEeeYC6NJVLZvnQ"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_Pj_RoGYMEeeYC6NJVLZvnQ">
<viewpointReferences id="_PqCPQGYMEeeYC6NJVLZvnQ" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_PqCPQGYMEeeYC6NJVLZvnQ" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
<viewpointReferences id="_nyYmcKy_EeqXA5wdFDfB8g" vpId="org.polarsys.kitalpha.vp.requirements" version="0.13.0"/> <viewpointReferences id="_nyYmcKy_EeqXA5wdFDfB8g" vpId="org.polarsys.kitalpha.vp.requirements" version="0.13.1"/>
<viewpointReferences id="_nzHmQKy_EeqXA5wdFDfB8g" vpId="org.polarsys.capella.vp.requirements" version="0.13.0"/> <viewpointReferences id="_nzHmQKy_EeqXA5wdFDfB8g" vpId="org.polarsys.capella.vp.requirements" version="0.13.1"/>
<viewpointReferences id="_R7cGUCK3Ee262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/> <viewpointReferences id="_R7cGUCK3Ee262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/>
</metadata:Metadata> </metadata:Metadata>

File diff suppressed because it is too large Load Diff

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CapellaRequirements="http://www.polarsys.org/capella/requirements" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:CapellaRequirements="http://www.polarsys.org/capella/requirements"
xmlns:Requirements="http://www.polarsys.org/kitalpha/requirements" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:Requirements="http://www.polarsys.org/kitalpha/requirements" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"

View File

@@ -0,0 +1,8 @@
<?xml version="1.0" encoding="ASCII"?>
<genconf:Generation xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:genconf="http://www.obeonetwork.org/m2doc/genconf/1.0" templateFileName="template0.docx" resultFileName="MyGeneration.generated.docx" validationFileName="MyGeneration.validation.docx">
<definitions xsi:type="genconf:ModelDefinition" key="myCapellaModule">
<value href="AIDA.capella#30f5d910-a53a-4a80-95e4-9c5c9ae2116f"/>
</definitions>
<options name="UpdateFields" value="false"/>
<options name="SiriusSession" value="AIDA.aird"/>
</genconf:Generation>

View File

@@ -0,0 +1,156 @@
# name : Extract a pseudo hierarchy of PA elements to xlsx
# script-type : Python
# description : Extract a pseudo hierarchy of PA elements to xlsx
# popup : enableFor(org.polarsys.capella.core.data.capellacore.CapellaElement)
'''
This script allows to extract a pseudo-hierarchy of elements defined in Physical Architecture starting from the Node PC,
getting the sub-NodePC and deployed BehaviorPV, from the BehaviorPV getting the sub-Behavior PV and allocated functions
It will create a folder result in the selected Capella project with the resulting xlsx file.
'''
# To run it:
# - enable Developer capabilities if not already done (see documentation in the help menu)
# - you can run this script by launching the contextual menu "Run As / EASE Script..."
# on this script.
# - By default, the model selected is IFE sample (aird path of the model written below)
# - you can also run this script according to a configuration (script selected, arguments)
# and modify the configuration by launching the contextual menu "Run As / Run configurations..."
# on this script.
# - create a new "EASE Script" configuration
# - define the name of the configuration: "Export_a_pseudo_hierarchy_of_PA_elements_to_xlsx.py" (for instance)
# - define the Script Source path: "workspace://Python4Capella/sample_scripts/Export_a_pseudo_hierarchy_of_PA_elements_to_xlsx.py"
#
# include needed for the Capella modeller API
include('workspace://Python4Capella_byIRT/simplified_api/capella.py')
if False:
from simplified_api.capella import *
# include needed for utilities
include('workspace://Python4Capella_byIRT/utilities/CapellaPlatform.py')
if False:
from utilities.CapellaPlatform import *
# include needed to read/write xlsx files
from openpyxl import *
from openpyxl.formatting.rule import ColorScaleRule,CellIsRule,FormulaRule
from openpyxl.styles import Alignment, NamedStyle, Font, colors, Color, PatternFill
from openpyxl.styles.differential import DifferentialStyle
from openpyxl.styles.borders import Border, Side
# we define a generic method to retrieve the sub-elements of any kind of element
def getSubElements(ws, i, j, elem):
ws.cell(row = i, column = j).value = elem.get_name()
i = i+1
if (isinstance(elem, NodePC)):
npc = elem
#: :type npc: NodePC
# if we have a NodePC we want the sub-NodePC and deployed BehaviorPC
for subPC in npc.get_owned_physical_components():
i = getSubElements(ws, i, j+1, subPC)
for bpc in npc.get_deployed_behavior_p_cs():
i = getSubElements(ws, i, j+1, bpc)
if isinstance(elem, BehaviorPC):
bpc = elem
#: :type bpc: BehaviorPC
# if we have a BehaviorPC we want the sub-BehaviorPC and allocated Functions
for subPC in bpc.get_owned_physical_components():
i = getSubElements(ws, i, j+1, subPC)
for func in bpc.get_allocated_functions():
i = getSubElements(ws, i, j+1, func)
# we have nothing more to do if we have a function
return i
# Retrieve the Element from the current selection and its aird model path
#selected_elem = CapellaElement(CapellaPlatform.getFirstSelectedElement())
#aird_path = '/'+ CapellaPlatform.getModelPath(selected_elem)
'''
# change this path to execute the script on your model (here is the IFE sample).
# Uncomment it if you want to use the "Run configuration" instead
aird_path = '/In-Flight Entertainment System/In-Flight Entertainment System.aird'
'''
'''
#Here is the "Run Configuration" part to uncomment if you want to use this functionality :
#check parameter numbers
if len(argv) != 1:
# use IFE default values
aird_path = "/In-Flight Entertainment System/In-Flight Entertainment System.aird"
else:
# Load the Capella model from the first argument of the script
aird_path = argv[0]
'''
aird_path = '/AIDA-4.4-single_model/AIDA.aird'
model = CapellaModel()
model.open(aird_path)
# gets the SystemEngineering and print its name
se = model.get_system_engineering()
print('starting export of model ' + se.get_name())
# preparing excel file export
project_name = aird_path[0:(aird_path.index("/", 1) + 1)]
project = CapellaPlatform.getProject(project_name)
folder = CapellaPlatform.getFolder(project, 'results')
xlsx_file_name = CapellaPlatform.getAbsolutePath(folder) + '/' + 'Export_a_pseudo_hierarchy_of_PA_elements_to_xlsx.xlsx'
# create a workbook
workbook = Workbook()
# writing excel file header
worksheet = workbook.active
worksheet.title = 'PA export'
worksheet["A1"] = 'Elem 1'
worksheet["B1"] = 'Elem 2'
worksheet["C1"] = 'Elem 3'
worksheet["D1"] = 'Elem 4'
worksheet["E1"] = 'Elem 5'
worksheet["F1"] = 'Elem 6'
worksheet["G1"] = 'Elem 7'
worksheet["H1"] = 'Elem 8'
worksheet["I1"] = 'Elem 9'
i=2
# retrieving elements from the model
for npc in se.get_physical_architecture().get_physical_system().get_owned_physical_components():
if (isinstance(npc, NodePC)):
i = getSubElements(worksheet, i, 1, npc)
bd = Side(border_style='medium')
chosen_border = Border(left=bd, top=bd,right=bd, bottom=bd)
chosen_alignment = Alignment(wrap_text=True,vertical='top')
first_row = worksheet[1]
Color_font = Font(color= colors.BLUE)
for cell in first_row:
cell.font = Color_font
for row in worksheet.iter_rows():
for cell in row:
cell.alignment = chosen_alignment
cell.border = chosen_border
column_width = 17
worksheet.column_dimensions['A'].width = column_width
worksheet.column_dimensions['B'].width = column_width
worksheet.column_dimensions['C'].width = column_width
worksheet.column_dimensions['D'].width = column_width
worksheet.column_dimensions['E'].width = column_width
worksheet.column_dimensions['F'].width = column_width
worksheet.column_dimensions['G'].width = column_width
worksheet.column_dimensions['H'].width = column_width
worksheet.column_dimensions['I'].width = column_width
# Save the xlsx file
workbook.save(xlsx_file_name)
print('saving excel file')
# refresh
CapellaPlatform.refresh(folder)

View File

@@ -0,0 +1,162 @@
# name : Extract physical component definition
# script-type : Python
# description : Extract a pseudo hierarchy of PA elements to xlsx
# popup : enableFor(org.polarsys.capella.core.data.capellacore.CapellaElement)
'''
This script allows to extract the interfaces of the selected Physical Component (NodePC or Actor),
i.e. the list of physical links, paths, allocated functional exchanges and target components.
It will create a folder "Components_interfaces" in the selected Capella project with the resulting xlsx file.
'''
# To run it:
# - enable Developer capabilities if not already done (see documentation in the help menu)
# - you can run this script by launching the contextual menu "Run As / EASE Script..."
# on this script.
# - By default, the model selected is IFE sample (aird path of the model written below)
# - you can also run this script according to a configuration (script selected, arguments)
# and modify the configuration by launching the contextual menu "Run As / Run configurations..."
# on this script.
# - create a new "EASE Script" configuration
# - define the name of the configuration: "Export_a_pseudo_hierarchy_of_PA_elements_to_xlsx.py" (for instance)
# - define the Script Source path: "workspace://Python4Capella/sample_scripts/Export_a_pseudo_hierarchy_of_PA_elements_to_xlsx.py"
#
# include needed for the Capella modeller API
include('workspace://Python4Capella_byIRT/simplified_api/capella.py')
if False:
from simplified_api.capella import *
# include needed for utilities
include('workspace://Python4Capella_byIRT/utilities/CapellaPlatform.py')
if False:
from utilities.CapellaPlatform import *
# include needed to read/write xlsx files
from openpyxl import *
from openpyxl.formatting.rule import ColorScaleRule,CellIsRule,FormulaRule
from openpyxl.styles import Alignment, NamedStyle, Font, colors, Color, PatternFill
from openpyxl.styles.differential import DifferentialStyle
from openpyxl.styles.borders import Border, Side
# Retrieve the Element from the current selection
try:
elem = NodePC(CapellaPlatform.getFirstSelectedElement())
except:
try:
elem = PhysicalActor(CapellaPlatform.getFirstSelectedElement())
except:
print("The selected element is not a node PC or an actor !")
# create a folder in the project
model_path = CapellaPlatform.getModelPath(elem)
project_name = model_path[0:(model_path.index("/", 1) + 1)]
project = CapellaPlatform.getProject(project_name)
folder = CapellaPlatform.getFolder(project, "Components_interfaces")
# preparing excel file export
xlsx_file_name = CapellaPlatform.getAbsolutePath(folder) + '/' + elem.get_name() + '_interfaces.xlsx'
# create a workbook
workbook = Workbook()
# writing excel file header
worksheet = workbook.active
worksheet.title = 'Interfaces'
worksheet["A1"] = 'Physical link'
worksheet["B1"] = 'Physical path'
worksheet["C1"] = 'Functional exchange'
worksheet["D1"] = 'Direction'
worksheet["E1"] = 'Target component'
# retrieving elements from the model
i=2
if (isinstance(elem, NodePC) or isinstance(elem, PhysicalActor)):
#Browse all physical links
for pp in elem.get_contained_physical_ports():
for pl in pp.get_physical_links():
worksheet.cell(row = i, column = 1).value = pl.get_name()
#Get the other end of the physical link
for pc in pl.get_connected_components():
if pc != elem:
target_pc = pc
break
worksheet.cell(row = i, column = 5).value = target_pc.get_name()
i=i+1
#List all the component exchanges and functional exchanges directly allocated to the physical link
for ce in pl.get_allocated_component_exchanges():
for fe in ce.get_allocated_functional_exchanges():
worksheet.cell(row = i, column = 3).value = fe.get_name()
#Identify if the functional exchange is an input or an output of the component
source_pf = fe.get_source_function()
target_pf = fe.get_target_function()
direction = ''
for bpc in elem.get_deployed_behavior_p_cs():
if source_pf in bpc.get_allocated_functions():
direction = 'out'
elif target_pf in bpc.get_allocated_functions():
direction = 'in'
worksheet.cell(row = i, column = 4).value = direction
i = i+1
#List all the component exchanges and functional exchanges directly allocated a physical path that involve the current physical link
met_ppaths = []
for ppaths in pl.get_involving_physical_paths():
if not (ppaths in met_ppaths): #avoid double apparition of the physical paths, in the case of multiple involvements of the same physical link
met_ppaths.append(ppaths)
worksheet.cell(row = i, column = 2).value = ppaths.get_name()
i=i+1
for ce in ppaths.get_allocated_component_exchanges():
for fe in ce.get_allocated_functional_exchanges():
worksheet.cell(row = i, column = 3).value = fe.get_name()
source_pf = fe.get_source_function()
target_pf = fe.get_target_function()
direction = ''
for bpc in elem.get_deployed_behavior_p_cs():
if source_pf in bpc.get_allocated_functions():
direction = 'out'
elif target_pf in bpc.get_allocated_functions():
direction = 'in'
if direction == '':#Cover the case where the NodePC is only "transfering" the FE, which may happen in the case of physical paths
direction = 'in/out'
worksheet.cell(row = i, column = 4).value = direction
i = i+1
else:
print("The selected element is not a physical node component or a Physical Actor !")
bd = Side(border_style='medium')
chosen_border = Border(left=bd, top=bd,right=bd, bottom=bd)
chosen_alignment = Alignment(wrap_text=True,vertical='top')
first_row = worksheet[1]
Color_font = Font(color= colors.BLUE)
for cell in first_row:
cell.font = Color_font
for row in worksheet.iter_rows():
for cell in row:
cell.alignment = chosen_alignment
cell.border = chosen_border
column_width = 17
worksheet.column_dimensions['A'].width = column_width
worksheet.column_dimensions['B'].width = column_width
worksheet.column_dimensions['C'].width = column_width
worksheet.column_dimensions['D'].width = column_width
worksheet.column_dimensions['E'].width = column_width
# Save the xlsx file
workbook.save(xlsx_file_name)
print('saving excel file')
# refresh
CapellaPlatform.refresh(folder)

Binary file not shown.

View File

@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_Pj_RoGYMEeeYC6NJVLZvnQ"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_Pj_RoGYMEeeYC6NJVLZvnQ">
<viewpointReferences id="_PqCPQGYMEeeYC6NJVLZvnQ" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_PqCPQGYMEeeYC6NJVLZvnQ" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
<viewpointReferences id="_nyYmcKy_EeqXA5wdFDfB8g" vpId="org.polarsys.kitalpha.vp.requirements" version="0.13.0"/> <viewpointReferences id="_nyYmcKy_EeqXA5wdFDfB8g" vpId="org.polarsys.kitalpha.vp.requirements" version="0.13.1"/>
<viewpointReferences id="_nzHmQKy_EeqXA5wdFDfB8g" vpId="org.polarsys.capella.vp.requirements" version="0.13.0"/> <viewpointReferences id="_nzHmQKy_EeqXA5wdFDfB8g" vpId="org.polarsys.capella.vp.requirements" version="0.13.1"/>
<viewpointReferences id="_W0XyECLhEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/> <viewpointReferences id="_W0XyECLhEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_5_QEsLwFEey0bfuR-5-yfA"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_5_QEsLwFEey0bfuR-5-yfA">
<viewpointReferences id="_5_vz8LwFEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_5_vz8LwFEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
<viewpoint:DAnalysis uid="_5_WLULwFEey0bfuR-5-yfA" selectedViews="_6AI1gLwFEey0bfuR-5-yfA _6AuEULwFEey0bfuR-5-yfA _6FJRULwFEey0bfuR-5-yfA _6HaiMLwFEey0bfuR-5-yfA _6PVIELwFEey0bfuR-5-yfA _6RnnELwFEey0bfuR-5-yfA _6SwPgLwFEey0bfuR-5-yfA _6TP-wLwFEey0bfuR-5-yfA" version="15.0.0.202201261500"> <viewpoint:DAnalysis uid="_5_WLULwFEey0bfuR-5-yfA" selectedViews="_6AI1gLwFEey0bfuR-5-yfA _6AuEULwFEey0bfuR-5-yfA _6FJRULwFEey0bfuR-5-yfA _6HaiMLwFEey0bfuR-5-yfA _6PVIELwFEey0bfuR-5-yfA _6RnnELwFEey0bfuR-5-yfA _6SwPgLwFEey0bfuR-5-yfA _6TP-wLwFEey0bfuR-5-yfA" version="15.1.0.202211301600">
<semanticResources>AIDA_control_desk.afm</semanticResources> <semanticResources>AIDA_control_desk.afm</semanticResources>
<semanticResources>AIDA_control_desk.capella</semanticResources> <semanticResources>AIDA_control_desk.capella</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="_6AI1gLwFEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_6AI1gLwFEey0bfuR-5-yfA">
@@ -20,11 +20,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_6RnnELwFEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_6RnnELwFEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_YktkEcJGEeynbv7zySI30A" name="[LDFB] Root Logical Function" repPath="#_YkqgwMJGEeynbv7zySI30A" changeId="809c9130-d20b-434c-8288-b17ebfd0fc89"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_YktkEcJGEeynbv7zySI30A" name="[LDFB] Root Logical Function" repPath="#_YkqgwMJGEeynbv7zySI30A" changeId="1760971274017">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_control_desk.capella#49819666-4fc4-4380-aa83-5085b510ee72"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_control_desk.capella#49819666-4fc4-4380-aa83-5085b510ee72"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_WE-VwcJHEeynbv7zySI30A" name="[LAB] Structure" repPath="#_WE6rYMJHEeynbv7zySI30A" changeId="b7039be0-4446-4d49-9293-a7b95f2e5953"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_WE-VwcJHEeynbv7zySI30A" name="[LAB] Structure" repPath="#_WE6rYMJHEeynbv7zySI30A" changeId="1760971274017">
<eAnnotations xmi:type="description:DAnnotation" uid="_WFAK8MJHEeynbv7zySI30A" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_WFAK8MJHEeynbv7zySI30A" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_WFAyAMJHEeynbv7zySI30A" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_WFAyAMJHEeynbv7zySI30A" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_WFAyAcJHEeynbv7zySI30A" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_WFAyAcJHEeynbv7zySI30A" key="hide.computed.physical.links.filter" value="true"/>
@@ -35,7 +35,7 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_6SwPgLwFEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_6SwPgLwFEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iAa-ocJIEeynbv7zySI30A" name="[PAB] Control desk - node" repPath="#_iAVfEMJIEeynbv7zySI30A" changeId="93f78a27-4dbc-4a12-ad8e-94753b437e93"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iAa-ocJIEeynbv7zySI30A" name="[PAB] Control desk - node" repPath="#_iAVfEMJIEeynbv7zySI30A" changeId="1760971274017">
<eAnnotations xmi:type="description:DAnnotation" uid="_iAcz0MJIEeynbv7zySI30A" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_iAcz0MJIEeynbv7zySI30A" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_iAcz0cJIEeynbv7zySI30A" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_iAcz0cJIEeynbv7zySI30A" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_iAcz0sJIEeynbv7zySI30A" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_iAcz0sJIEeynbv7zySI30A" key="hide.computed.physical.links.filter" value="true"/>
@@ -43,11 +43,11 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_control_desk.capella#376c3e31-5aea-4450-a9ec-8e1afbf5dbe2"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_control_desk.capella#376c3e31-5aea-4450-a9ec-8e1afbf5dbe2"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_dv4C4MrBEeyf6fW20WcVxg" name="[PDFB] Root Physical Function" repPath="#_dvwHEMrBEeyf6fW20WcVxg" changeId="4334b4d9-d21b-4f90-b23c-7fff750fda74"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_dv4C4MrBEeyf6fW20WcVxg" name="[PDFB] Root Physical Function" repPath="#_dvwHEMrBEeyf6fW20WcVxg" changeId="1760971274017">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_control_desk.capella#8cf47db5-c755-4f6c-83c0-11193a6aff92"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_control_desk.capella#8cf47db5-c755-4f6c-83c0-11193a6aff92"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_7H33ocrBEeyf6fW20WcVxg" name="[PAB] Control desk - behaviour" repPath="#_7H00UMrBEeyf6fW20WcVxg" changeId="257ca3b3-3438-4bbb-a780-55f4822f22e5"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_7H33ocrBEeyf6fW20WcVxg" name="[PAB] Control desk - behaviour" repPath="#_7H00UMrBEeyf6fW20WcVxg" changeId="1760971274017">
<eAnnotations xmi:type="description:DAnnotation" uid="_7H5FwMrBEeyf6fW20WcVxg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_7H5FwMrBEeyf6fW20WcVxg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7H5FwcrBEeyf6fW20WcVxg" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7H5FwcrBEeyf6fW20WcVxg" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7H5FwsrBEeyf6fW20WcVxg" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7H5FwsrBEeyf6fW20WcVxg" key="hide.computed.physical.links.filter" value="true"/>
@@ -58,11 +58,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_6TP-wLwFEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_6TP-wLwFEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_a7mVMMJBEeynbv7zySI30A" name="[SDFB] Root System Function" repPath="#_a7bWEMJBEeynbv7zySI30A" changeId="c9119684-c979-4c49-80be-409f92a5f0e1"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_a7mVMMJBEeynbv7zySI30A" name="[SDFB] Root System Function" repPath="#_a7bWEMJBEeynbv7zySI30A" changeId="1760971274017">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_control_desk.capella#f5dfb83e-fed7-4cf9-9683-b0002b0c9ace"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_control_desk.capella#f5dfb83e-fed7-4cf9-9683-b0002b0c9ace"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4vg_AMJDEeynbv7zySI30A" name="[SAB] Structure" repPath="#_4vcGgMJDEeynbv7zySI30A" changeId="bca32e72-de3a-4031-929d-66c5db662bbe"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4vg_AMJDEeynbv7zySI30A" name="[SAB] Structure" repPath="#_4vcGgMJDEeynbv7zySI30A" changeId="1760971274017">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_control_desk.capella#4d406a36-4789-4d30-90a5-e473a5e5f38b"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_control_desk.capella#4d406a36-4789-4d30-90a5-e473a5e5f38b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_nvzNgLwMEey0bfuR-5-yfA"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_nvzNgLwMEey0bfuR-5-yfA">
<viewpointReferences id="_nwUx8LwMEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_nwUx8LwMEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
<viewpointReferences id="_QxRVQCLjEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/> <viewpointReferences id="_QxRVQCLjEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
<viewpoint:DAnalysis uid="_nv5UILwMEey0bfuR-5-yfA" selectedViews="_nwvosLwMEey0bfuR-5-yfA _nxSbQLwMEey0bfuR-5-yfA _n1p94LwMEey0bfuR-5-yfA _n3z6ALwMEey0bfuR-5-yfA _n_xjMLwMEey0bfuR-5-yfA _oCI6sLwMEey0bfuR-5-yfA _oDSKMLwMEey0bfuR-5-yfA _oDwEQLwMEey0bfuR-5-yfA _QxVmsCLjEe262Y-Rk7mvFw" version="15.0.0.202201261500"> <viewpoint:DAnalysis uid="_nv5UILwMEey0bfuR-5-yfA" selectedViews="_nwvosLwMEey0bfuR-5-yfA _nxSbQLwMEey0bfuR-5-yfA _n1p94LwMEey0bfuR-5-yfA _n3z6ALwMEey0bfuR-5-yfA _n_xjMLwMEey0bfuR-5-yfA _oCI6sLwMEey0bfuR-5-yfA _oDSKMLwMEey0bfuR-5-yfA _oDwEQLwMEey0bfuR-5-yfA _QxVmsCLjEe262Y-Rk7mvFw" version="15.1.0.202211301600">
<semanticResources>AIDA_flight_control_system.afm</semanticResources> <semanticResources>AIDA_flight_control_system.afm</semanticResources>
<semanticResources>AIDA_flight_control_system.capella</semanticResources> <semanticResources>AIDA_flight_control_system.capella</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="_nwvosLwMEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_nwvosLwMEey0bfuR-5-yfA">
@@ -17,86 +17,86 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_n_xjMLwMEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_n_xjMLwMEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_X4yzQMxMEeyAIuLYR7kCfw" name="[SFCD] Attitude and altitude control COM" repPath="#_X4vI4MxMEeyAIuLYR7kCfw" changeId="307535a0-da61-4cf5-9b99-b56483a2d692"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_X4yzQMxMEeyAIuLYR7kCfw" name="[SFCD] Attitude and altitude control COM" repPath="#_X4vI4MxMEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#8ee745db-52a9-4d61-a454-f7e24bd8791b"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#8ee745db-52a9-4d61-a454-f7e24bd8791b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_FbWLEcxNEeyAIuLYR7kCfw" name="[SFCD] Attitude and altitude control MON" repPath="#_FbUV4MxNEeyAIuLYR7kCfw" changeId="3743f133-751f-4282-9919-3d218e88db02"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_FbWLEcxNEeyAIuLYR7kCfw" name="[SFCD] Attitude and altitude control MON" repPath="#_FbUV4MxNEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#7e876ccf-32e5-4339-93c3-93382b80b098"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#7e876ccf-32e5-4339-93c3-93382b80b098"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Z51ogcxNEeyAIuLYR7kCfw" name="[SFCD] Manual mode selection path" repPath="#_Z5zzUMxNEeyAIuLYR7kCfw" changeId="c3d3adfa-c846-4281-ac93-46dd84bd7361"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Z51ogcxNEeyAIuLYR7kCfw" name="[SFCD] Manual mode selection path" repPath="#_Z5zzUMxNEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#3f620832-962b-4bcc-8d01-2e92961d6760"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#3f620832-962b-4bcc-8d01-2e92961d6760"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_By02Ec0aEeyxAN-IifTcdg" name="[SFCD] Engine 1 monitoring path" repPath="#_BywkoM0aEeyxAN-IifTcdg" changeId="f55940bf-1cbd-44cd-b874-96db79dfea40"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_By02Ec0aEeyxAN-IifTcdg" name="[SFCD] Engine 1 monitoring path" repPath="#_BywkoM0aEeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#2e72522a-665b-4d93-9f77-7ef7e3b64aab"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_flight_control_system.capella#2e72522a-665b-4d93-9f77-7ef7e3b64aab"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_oCI6sLwMEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_oCI6sLwMEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__IS50MxmEeyAIuLYR7kCfw" name="[LDFB] Root Logical Function" repPath="#__IPPcMxmEeyAIuLYR7kCfw" changeId="92968a89-d727-47f2-96d9-602f1e162983"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__IS50MxmEeyAIuLYR7kCfw" name="[LDFB] Root Logical Function" repPath="#__IPPcMxmEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#3b7c277f-8aeb-4a93-908c-d9eb6b1ade93"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#3b7c277f-8aeb-4a93-908c-d9eb6b1ade93"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_J7IU0cxoEeyAIuLYR7kCfw" name="[LDFB] [SF7] Monitor drone control" repPath="#_J7F4kMxoEeyAIuLYR7kCfw" changeId="fc575a9f-2dda-4c27-b8ee-0a86dc6f783c"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_J7IU0cxoEeyAIuLYR7kCfw" name="[LDFB] [SF7] Monitor drone control" repPath="#_J7F4kMxoEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#a15c86a2-0794-4614-ba82-d363ea274718"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#a15c86a2-0794-4614-ba82-d363ea274718"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_L4eV0MxpEeyAIuLYR7kCfw" name="[LDFB] [SF7.1] Provide drone navigation data MON" repPath="#_L4b5kMxpEeyAIuLYR7kCfw" changeId="d793d9d9-c313-4640-bb96-8fcec513d10f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_L4eV0MxpEeyAIuLYR7kCfw" name="[LDFB] [SF7.1] Provide drone navigation data MON" repPath="#_L4b5kMxpEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#6d22e95e-42c8-46a3-a8a4-edf998701310"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#6d22e95e-42c8-46a3-a8a4-edf998701310"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_MDmLQcxqEeyAIuLYR7kCfw" name="[LDFB] [SF7.2] Control attitude and altitude MON" repPath="#_MDjvAMxqEeyAIuLYR7kCfw" changeId="ebf10b93-1f05-428c-b6f5-f8e4a791f35f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_MDmLQcxqEeyAIuLYR7kCfw" name="[LDFB] [SF7.2] Control attitude and altitude MON" repPath="#_MDjvAMxqEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#f5941e4a-9596-4923-90a0-f2e56215024c"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#f5941e4a-9596-4923-90a0-f2e56215024c"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vlKw4cxrEeyAIuLYR7kCfw" name="[LDFB] [SF7.3] Monitor drone parameters" repPath="#_vlI7sMxrEeyAIuLYR7kCfw" changeId="1b6a57b8-5824-4527-b2c8-96ea31e4021a"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vlKw4cxrEeyAIuLYR7kCfw" name="[LDFB] [SF7.3] Monitor drone parameters" repPath="#_vlI7sMxrEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#df9a45e0-9c84-4e3d-9e8b-b1df6c952c9b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#df9a45e0-9c84-4e3d-9e8b-b1df6c952c9b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_K3AU8cxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.1] Automatically control drone position" repPath="#_K29RoMxtEeyAIuLYR7kCfw" changeId="b53e8575-ac76-49a9-ab38-586e6edd8d64"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_K3AU8cxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.1] Automatically control drone position" repPath="#_K29RoMxtEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#06614c57-ad88-4f75-87a1-8ecec4fbdbe4"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#06614c57-ad88-4f75-87a1-8ecec4fbdbe4"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_u2VqEMxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.2] Acquire pilot orders" repPath="#_u2TN0MxtEeyAIuLYR7kCfw" changeId="a4d23e07-8c70-48b7-a687-a612c51b6c3b"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_u2VqEMxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.2] Acquire pilot orders" repPath="#_u2TN0MxtEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#dcc3ca66-4091-4d46-8f86-31f7d7a50281"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#dcc3ca66-4091-4d46-8f86-31f7d7a50281"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__bOYscxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.3] Control attitude" repPath="#__bL8cMxtEeyAIuLYR7kCfw" changeId="59673121-99ab-44dc-9ffa-e8790a591aa1"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__bOYscxtEeyAIuLYR7kCfw" name="[LDFB] [SF2.3] Control attitude" repPath="#__bL8cMxtEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#84ca5383-65af-4abc-821e-5c6765c2b844"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#84ca5383-65af-4abc-821e-5c6765c2b844"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_urfPgcxuEeyAIuLYR7kCfw" name="[LDFB] [SF2.4] Control altitude" repPath="#_urczQMxuEeyAIuLYR7kCfw" changeId="f2551293-42d7-47d7-acf8-a5e154aff375"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_urfPgcxuEeyAIuLYR7kCfw" name="[LDFB] [SF2.4] Control altitude" repPath="#_urczQMxuEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#e5017d03-647c-4b07-972d-e01fc1e2145e"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#e5017d03-647c-4b07-972d-e01fc1e2145e"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JH0kYcxvEeyAIuLYR7kCfw" name="[LDFB] [SF2.5] Compute motor commands" repPath="#_JHyIIMxvEeyAIuLYR7kCfw" changeId="aedfa3d8-8765-4fd2-a1d9-fb335ce9b0e4"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JH0kYcxvEeyAIuLYR7kCfw" name="[LDFB] [SF2.5] Compute motor commands" repPath="#_JHyIIMxvEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#cec99b79-555b-4435-809d-8736002081f8"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#cec99b79-555b-4435-809d-8736002081f8"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_eAaj4cxvEeyAIuLYR7kCfw" name="[LDFB] [SF2] Control drone attitude and position" repPath="#_eAYHoMxvEeyAIuLYR7kCfw" changeId="26d03b96-b4fc-4cae-9551-b75c9023570b"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_eAaj4cxvEeyAIuLYR7kCfw" name="[LDFB] [SF2] Control drone attitude and position" repPath="#_eAYHoMxvEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#184f644e-b997-4e36-b097-a1584c4466f2"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#184f644e-b997-4e36-b097-a1584c4466f2"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nx9WccxvEeyAIuLYR7kCfw" name="[LDFB] [SF3] Provide drone navigation data" repPath="#_nx7hQMxvEeyAIuLYR7kCfw" changeId="4000a984-f996-4253-a223-7eb00e9a7ca8"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nx9WccxvEeyAIuLYR7kCfw" name="[LDFB] [SF3] Provide drone navigation data" repPath="#_nx7hQMxvEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#d6cd1a5c-b413-4d16-ba0c-a469c1d697f7"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#d6cd1a5c-b413-4d16-ba0c-a469c1d697f7"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_sRF-wcxwEeyAIuLYR7kCfw" name="[LDFB] [SF4] Control drone navigation" repPath="#_sRC7cMxwEeyAIuLYR7kCfw" changeId="6c666759-6dc2-4502-b0c0-49c4969c1fe6"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_sRF-wcxwEeyAIuLYR7kCfw" name="[LDFB] [SF4] Control drone navigation" repPath="#_sRC7cMxwEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#13317518-8d77-43a5-b22e-22eba92a0085"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#13317518-8d77-43a5-b22e-22eba92a0085"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vvYDgMxwEeyAIuLYR7kCfw" name="[LDFB] [SF4.2] Run automatic control" repPath="#_vvVAMMxwEeyAIuLYR7kCfw" changeId="acea09e6-c4a5-401e-ab1e-d613d06bb4f0"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vvYDgMxwEeyAIuLYR7kCfw" name="[LDFB] [SF4.2] Run automatic control" repPath="#_vvVAMMxwEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#59b60f00-408f-4a84-9862-d49a206a347e"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#59b60f00-408f-4a84-9862-d49a206a347e"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iEt04cxxEeyAIuLYR7kCfw" name="[LDFB] [SF4.3] Select control mode" repPath="#_iEqKgMxxEeyAIuLYR7kCfw" changeId="1003f500-02b7-4117-abed-0720dbe68712"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iEt04cxxEeyAIuLYR7kCfw" name="[LDFB] [SF4.3] Select control mode" repPath="#_iEqKgMxxEeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#d1263f11-3625-4876-a9e6-94080c255f92"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#d1263f11-3625-4876-a9e6-94080c255f92"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_6Ag_Ucx0EeyAIuLYR7kCfw" name="[LAB] Flight control system - propulsion units interface" repPath="#_6Ad8AMx0EeyAIuLYR7kCfw" changeId="76e31d79-97af-43d7-a34b-a62be286764e"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_6Ag_Ucx0EeyAIuLYR7kCfw" name="[LAB] Flight control system - propulsion units interface" repPath="#_6Ad8AMx0EeyAIuLYR7kCfw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_6Ai0gMx0EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_6Ai0gMx0EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_6Ai0gcx0EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_6Ai0gcx0EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_6Ai0gsx0EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_6Ai0gsx0EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/>
@@ -104,7 +104,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_W5Z2Mcx1EeyAIuLYR7kCfw" name="[LAB] Propulsion system" repPath="#_W5WL0Mx1EeyAIuLYR7kCfw" changeId="afe517f5-45b1-40f8-b793-1986e381ce12"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_W5Z2Mcx1EeyAIuLYR7kCfw" name="[LAB] Propulsion system" repPath="#_W5WL0Mx1EeyAIuLYR7kCfw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_W5brYMx1EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_W5brYMx1EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_W5brYcx1EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_W5brYcx1EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_W5brYsx1EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_W5brYsx1EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/>
@@ -112,11 +112,11 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponent" href="AIDA_flight_control_system.capella#43161bb2-ca36-4597-a8b0-0926b42d20e2"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponent" href="AIDA_flight_control_system.capella#43161bb2-ca36-4597-a8b0-0926b42d20e2"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-9Gtwcx3EeyAIuLYR7kCfw" name="[LDFB] [SF1] Control drone propulsion" repPath="#_-9ERgMx3EeyAIuLYR7kCfw" changeId="3ceb485d-4ef0-4cc6-8043-83ab36b899db"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-9Gtwcx3EeyAIuLYR7kCfw" name="[LDFB] [SF1] Control drone propulsion" repPath="#_-9ERgMx3EeyAIuLYR7kCfw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#162cc5f7-9a16-438a-838e-36f2e35211e4"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_flight_control_system.capella#162cc5f7-9a16-438a-838e-36f2e35211e4"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UcPTYcx5EeyAIuLYR7kCfw" name="[LAB] Flight control system - internal" repPath="#_UcLB8Mx5EeyAIuLYR7kCfw" changeId="eb8608cb-efe1-4c56-b59a-ed1242f02720"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UcPTYcx5EeyAIuLYR7kCfw" name="[LAB] Flight control system - internal" repPath="#_UcLB8Mx5EeyAIuLYR7kCfw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_UcRIkMx5EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_UcRIkMx5EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UcRIkcx5EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UcRIkcx5EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UcRIksx5EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UcRIksx5EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/>
@@ -124,7 +124,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zv-7wMx8EeyAIuLYR7kCfw" name="[LAB] Flight control system - environnement sensing" repPath="#_zviP0Mx8EeyAIuLYR7kCfw" changeId="d333d7cb-34e0-4079-85a7-f37a056a6e12"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zv-7wMx8EeyAIuLYR7kCfw" name="[LAB] Flight control system - environnement sensing" repPath="#_zviP0Mx8EeyAIuLYR7kCfw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_zvhowMx8EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_zvhowMx8EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zwAJ4Mx8EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zwAJ4Mx8EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zwAJ4cx8EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zwAJ4cx8EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/>
@@ -132,7 +132,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_DyrRYcx_EeyAIuLYR7kCfw" name="[LAB] Flight control system - Pilot control interfaces" repPath="#_DynnAMx_EeyAIuLYR7kCfw" changeId="f4794bdb-4bfd-4727-af67-bea4b49d6399"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_DyrRYcx_EeyAIuLYR7kCfw" name="[LAB] Flight control system - Pilot control interfaces" repPath="#_DynnAMx_EeyAIuLYR7kCfw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_DytGkMx_EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_DytGkMx_EeyAIuLYR7kCfw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_DyttoMx_EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_DyttoMx_EeyAIuLYR7kCfw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_Dyttocx_EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_Dyttocx_EeyAIuLYR7kCfw" key="hide.computed.physical.links.filter" value="true"/>
@@ -140,7 +140,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_jVZmYcyBEeyi6tmMBxb8jw" name="[LAB] Flight control system - payload interface" repPath="#_jVSRoMyBEeyi6tmMBxb8jw" changeId="7437e807-c101-4375-a1bc-d2f557ad73e8"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_jVZmYcyBEeyi6tmMBxb8jw" name="[LAB] Flight control system - payload interface" repPath="#_jVSRoMyBEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_jVmasMyBEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_jVmasMyBEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_jVnBwMyBEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_jVnBwMyBEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_jVnBwcyBEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_jVnBwcyBEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -148,7 +148,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_2gwA8MyBEeyi6tmMBxb8jw" name="[LAB] Flight control system - power supply" repPath="#_2gsWkMyBEeyi6tmMBxb8jw" changeId="2a2167c0-b0c0-4931-a914-1784c2c92fc1"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_2gwA8MyBEeyi6tmMBxb8jw" name="[LAB] Flight control system - power supply" repPath="#_2gsWkMyBEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_2gx2IMyBEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_2gx2IMyBEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_2gx2IcyBEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_2gx2IcyBEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_2gx2IsyBEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_2gx2IsyBEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -156,7 +156,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalComponentPkg" href="AIDA_flight_control_system.capella#4149e036-c165-4cef-b48d-2d99a0d4820b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_If21YcyDEeyi6tmMBxb8jw" name="[LAB] Flight control system - structure interface" repPath="#_IfzyEMyDEeyi6tmMBxb8jw" changeId="961a508e-2c2b-4db8-93b8-401da62b7ac0"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_If21YcyDEeyi6tmMBxb8jw" name="[LAB] Flight control system - structure interface" repPath="#_IfzyEMyDEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_If5RoMyDEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_If5RoMyDEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_If5RocyDEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_If5RocyDEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_If54sMyDEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_If54sMyDEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -167,67 +167,67 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_oDSKMLwMEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_oDSKMLwMEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zAn3McyDEeyi6tmMBxb8jw" name="[PDFB] [SF1] Control drone propulsion" repPath="#_zAla8MyDEeyi6tmMBxb8jw" changeId="bc5db21a-701f-4029-acea-5e3021a587ad"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zAn3McyDEeyi6tmMBxb8jw" name="[PDFB] [SF1] Control drone propulsion" repPath="#_zAla8MyDEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#0a1765c0-bc95-473e-a23e-3b6f5ee35c34"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#0a1765c0-bc95-473e-a23e-3b6f5ee35c34"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4yV-McyDEeyi6tmMBxb8jw" name="[PDFB] [SF2] Control drone attitude and position" repPath="#_4yTh8MyDEeyi6tmMBxb8jw" changeId="e21303c0-2898-43de-b614-0db43386587f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4yV-McyDEeyi6tmMBxb8jw" name="[PDFB] [SF2] Control drone attitude and position" repPath="#_4yTh8MyDEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#3c178c86-3956-48f3-ace5-46d7f7824dfd"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#3c178c86-3956-48f3-ace5-46d7f7824dfd"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_8jD2wcyDEeyi6tmMBxb8jw" name="[PDFB] [SF2.1] Automatically control drone position" repPath="#_8jAzcMyDEeyi6tmMBxb8jw" changeId="27a9eab3-4ab2-4000-91d1-6611f3c09989"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_8jD2wcyDEeyi6tmMBxb8jw" name="[PDFB] [SF2.1] Automatically control drone position" repPath="#_8jAzcMyDEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#e7507451-3970-4c4b-8e69-d0932bf4cda3"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#e7507451-3970-4c4b-8e69-d0932bf4cda3"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-dxP8cyDEeyi6tmMBxb8jw" name="[PDFB] [SF2.2] Acquire pilot orders" repPath="#_-duMoMyDEeyi6tmMBxb8jw" changeId="4eed7d0a-1835-4b44-92cf-7bf097b66045"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-dxP8cyDEeyi6tmMBxb8jw" name="[PDFB] [SF2.2] Acquire pilot orders" repPath="#_-duMoMyDEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#929595e7-3d14-4bb2-8bdd-2708acacd0fe"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#929595e7-3d14-4bb2-8bdd-2708acacd0fe"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_ARnzMcyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.3] Control attitude" repPath="#_ARlW8MyEEeyi6tmMBxb8jw" changeId="f8037649-c31c-4200-9523-020a0e31c8fd"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_ARnzMcyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.3] Control attitude" repPath="#_ARlW8MyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#f539ed30-7129-40db-ba7b-2bc96c5bf7e8"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#f539ed30-7129-40db-ba7b-2bc96c5bf7e8"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_CetV0cyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.4] Control altitude" repPath="#_Ceq5kMyEEeyi6tmMBxb8jw" changeId="9875d8b6-cfb2-4baf-bcaf-076b3a702094"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_CetV0cyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.4] Control altitude" repPath="#_Ceq5kMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#409ffc69-0b05-47d8-9deb-76122eba4ba8"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#409ffc69-0b05-47d8-9deb-76122eba4ba8"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_FGP_0cyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.5] Compute motor commands" repPath="#_FGNjkMyEEeyi6tmMBxb8jw" changeId="91a51893-3d90-4c89-9976-530e22b3d55f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_FGP_0cyEEeyi6tmMBxb8jw" name="[PDFB] [SF2.5] Compute motor commands" repPath="#_FGNjkMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#8375c452-e2b4-4ca2-9ba7-cc5a9c0fecd0"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#8375c452-e2b4-4ca2-9ba7-cc5a9c0fecd0"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JzRvocyEEeyi6tmMBxb8jw" name="[PDFB] [SF3] Provide drone navigation data" repPath="#_JzPTYMyEEeyi6tmMBxb8jw" changeId="279ed039-9981-4c36-8659-b07ae294d001"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JzRvocyEEeyi6tmMBxb8jw" name="[PDFB] [SF3] Provide drone navigation data" repPath="#_JzPTYMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#cf002aa9-dfa2-4ac4-9c05-154b877fda93"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#cf002aa9-dfa2-4ac4-9c05-154b877fda93"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SLcUccyEEeyi6tmMBxb8jw" name="[PDFB] [SF4] Control drone navigation" repPath="#_SLZRIMyEEeyi6tmMBxb8jw" changeId="4570fd70-0962-4406-bc21-08ac81e8c448"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SLcUccyEEeyi6tmMBxb8jw" name="[PDFB] [SF4] Control drone navigation" repPath="#_SLZRIMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#72f404e5-3884-46e2-849c-be3f6b2f7bf3"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#72f404e5-3884-46e2-849c-be3f6b2f7bf3"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_U1uwccyEEeyi6tmMBxb8jw" name="[PDFB] [SF4.2] Run automatic control" repPath="#_U1rtIMyEEeyi6tmMBxb8jw" changeId="148e8c41-13da-4d90-ac71-384e8ec3b982"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_U1uwccyEEeyi6tmMBxb8jw" name="[PDFB] [SF4.2] Run automatic control" repPath="#_U1rtIMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#f4bd5cd5-de67-4b76-8d8f-73bc88b79e6b"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#f4bd5cd5-de67-4b76-8d8f-73bc88b79e6b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_XXSuQcyEEeyi6tmMBxb8jw" name="[PDFB] [SF4.3] Select control mode" repPath="#_XW9XEMyEEeyi6tmMBxb8jw" changeId="ecfdc8dd-b454-44c2-a617-40796d621ec8"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_XXSuQcyEEeyi6tmMBxb8jw" name="[PDFB] [SF4.3] Select control mode" repPath="#_XW9XEMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#cd31f598-995a-470d-936f-f7d2f2d8be3a"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#cd31f598-995a-470d-936f-f7d2f2d8be3a"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_aUFPgcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7] Monitor drone control" repPath="#_aUCzQMyEEeyi6tmMBxb8jw" changeId="ba8481d5-c5dd-4feb-bbe0-33fa83291b54"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_aUFPgcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7] Monitor drone control" repPath="#_aUCzQMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#a2ac4673-b0b6-4a5d-a3f6-33e30194b9ac"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#a2ac4673-b0b6-4a5d-a3f6-33e30194b9ac"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_g4f-wcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.1] Provide drone navigation data MON" repPath="#_g4digMyEEeyi6tmMBxb8jw" changeId="550eafe5-b394-4045-a3ee-2d71d48439fb"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_g4f-wcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.1] Provide drone navigation data MON" repPath="#_g4digMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#a2cbf847-83a5-49b7-87e1-387dd7744e75"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#a2cbf847-83a5-49b7-87e1-387dd7744e75"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iydxEcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.2] Control attitude and altitude MON" repPath="#_iybU0MyEEeyi6tmMBxb8jw" changeId="79f1004f-a1ad-49f7-8d60-a2e8087ec0bb"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_iydxEcyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.2] Control attitude and altitude MON" repPath="#_iybU0MyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#2190007d-2686-4bf1-893c-f17a56ce3906"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#2190007d-2686-4bf1-893c-f17a56ce3906"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nz8G4cyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.3] Monitor drone parameters" repPath="#_nz5qoMyEEeyi6tmMBxb8jw" changeId="1d28485b-95be-4730-91ae-159d4e28f978"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nz8G4cyEEeyi6tmMBxb8jw" name="[PDFB] [SF7.3] Monitor drone parameters" repPath="#_nz5qoMyEEeyi6tmMBxb8jw" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#aca85523-bbad-4131-a9b8-8247474c6bf9"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_flight_control_system.capella#aca85523-bbad-4131-a9b8-8247474c6bf9"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_7nVG8cyGEeyi6tmMBxb8jw" name="[PAB] Flight control system - internal behaviour" repPath="#_7nSDoMyGEeyi6tmMBxb8jw" changeId="1bb49844-612a-4433-84a6-30101e7ad380"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_7nVG8cyGEeyi6tmMBxb8jw" name="[PAB] Flight control system - internal behaviour" repPath="#_7nSDoMyGEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_7nVuAMyGEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_7nVuAMyGEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7nVuAcyGEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7nVuAcyGEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7nVuAsyGEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_7nVuAsyGEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -235,7 +235,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_8s39QcyHEeyi6tmMBxb8jw" name="[PAB] Flight control system - propulsion interface behaviour" repPath="#_8s058MyHEeyi6tmMBxb8jw" changeId="c5bc96ef-3668-4aca-b2a6-f4941e7edaa6"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_8s39QcyHEeyi6tmMBxb8jw" name="[PAB] Flight control system - propulsion interface behaviour" repPath="#_8s058MyHEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_8s5LYMyHEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_8s5LYMyHEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8s5LYcyHEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8s5LYcyHEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8s5LYsyHEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_8s5LYsyHEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -243,7 +243,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_0kBKUcyIEeyi6tmMBxb8jw" name="[PAB] Flight control system - environnement sensing behaviour" repPath="#_0j9f8MyIEeyi6tmMBxb8jw" changeId="fd32f15d-fc9d-45dd-a103-b93356bed446"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_0kBKUcyIEeyi6tmMBxb8jw" name="[PAB] Flight control system - environnement sensing behaviour" repPath="#_0j9f8MyIEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_0kCYcMyIEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_0kCYcMyIEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0kCYccyIEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0kCYccyIEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0kCYcsyIEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0kCYcsyIEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -251,7 +251,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_n0KXEcyJEeyi6tmMBxb8jw" name="[PAB] Flight control system - pilot control interfaces behaviour" repPath="#_n0FekMyJEeyi6tmMBxb8jw" changeId="dc1d9106-8243-4c50-b78c-255aea03fce9"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_n0KXEcyJEeyi6tmMBxb8jw" name="[PAB] Flight control system - pilot control interfaces behaviour" repPath="#_n0FekMyJEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_n0LlMMyJEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_n0LlMMyJEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_n0LlMcyJEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_n0LlMcyJEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_n0LlMsyJEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_n0LlMsyJEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -259,7 +259,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_L_FRIcyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - payload interface behaviour" repPath="#_L_CN0MyKEeyi6tmMBxb8jw" changeId="1fef4814-2bb9-48b1-a95f-c6850768cb7e"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_L_FRIcyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - payload interface behaviour" repPath="#_L_CN0MyKEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_L_GfQMyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_L_GfQMyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_L_GfQcyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_L_GfQcyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_L_GfQsyKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_L_GfQsyKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -267,7 +267,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UzS4wcyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - structure behaviour" repPath="#_UzP1cMyKEeyi6tmMBxb8jw" changeId="5e20e73d-8d32-494c-8fcc-7181054142f3"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UzS4wcyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - structure behaviour" repPath="#_UzP1cMyKEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_UzUG4MyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_UzUG4MyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UzUG4cyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UzUG4cyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UzUG4syKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_UzUG4syKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -275,7 +275,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_bvzX4cyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - power supply behaviour" repPath="#_bvufYMyKEeyi6tmMBxb8jw" changeId="7ca732b7-3fa5-4571-99df-4ee3be6e53c8"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_bvzX4cyKEeyi6tmMBxb8jw" name="[PAB] Flight control system - power supply behaviour" repPath="#_bvufYMyKEeyi6tmMBxb8jw" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_bv0mAMyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_bv0mAMyKEeyi6tmMBxb8jw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bv0mAcyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bv0mAcyKEeyi6tmMBxb8jw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bv0mAsyKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bv0mAsyKEeyi6tmMBxb8jw" key="hide.computed.physical.links.filter" value="true"/>
@@ -283,7 +283,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_42UlMc0FEeyxAN-IifTcdg" name="[PAB] Flight control system - nodes" repPath="#_42QTwM0FEeyxAN-IifTcdg" changeId="ab8f6db4-3946-4f3d-acae-f3cd27e2130a"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_42UlMc0FEeyxAN-IifTcdg" name="[PAB] Flight control system - nodes" repPath="#_42QTwM0FEeyxAN-IifTcdg" changeId="1760971252525">
<eAnnotations xmi:type="description:DAnnotation" uid="_42WaYM0FEeyxAN-IifTcdg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_42WaYM0FEeyxAN-IifTcdg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_42WaYc0FEeyxAN-IifTcdg" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_42WaYc0FEeyxAN-IifTcdg" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_42WaYs0FEeyxAN-IifTcdg" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_42WaYs0FEeyxAN-IifTcdg" key="hide.computed.physical.links.filter" value="true"/>
@@ -291,39 +291,39 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_flight_control_system.capella#8c799639-cdae-4177-a96a-b0cfe0ced070"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vRC2kc0REeyxAN-IifTcdg" name="[PPD] Motors CAN bus" repPath="#_vQ_zQM0REeyxAN-IifTcdg" changeId="d6f068f6-7f19-48e3-88e3-02225622fa42"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vRC2kc0REeyxAN-IifTcdg" name="[PPD] Motors CAN bus" repPath="#_vQ_zQM0REeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#285f0c75-6718-4519-b1ea-b59191b5a7ad"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#285f0c75-6718-4519-b1ea-b59191b5a7ad"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_C1f4Mc0TEeyxAN-IifTcdg" name="[PPD] Sensors CAN bus" repPath="#_C1db8M0TEeyxAN-IifTcdg" changeId="d7c692bd-b574-4d3e-8dc5-3bbc63118381"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_C1f4Mc0TEeyxAN-IifTcdg" name="[PPD] Sensors CAN bus" repPath="#_C1db8M0TEeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#de9924a4-64f7-4152-baba-0861fbe5d216"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#de9924a4-64f7-4152-baba-0861fbe5d216"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_m2FKgc0TEeyxAN-IifTcdg" name="[PPD] Flight control power supply" repPath="#_m2DVUM0TEeyxAN-IifTcdg" changeId="1e868f23-ef7a-40f6-a2e5-981643f3fd04"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_m2FKgc0TEeyxAN-IifTcdg" name="[PPD] Flight control power supply" repPath="#_m2DVUM0TEeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#51727609-90f1-4edf-aed2-13837e7ce1c0"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#51727609-90f1-4edf-aed2-13837e7ce1c0"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_pD8Twc0UEeyxAN-IifTcdg" name="[PPD] Pilot drone control path" repPath="#_pD6ekM0UEeyxAN-IifTcdg" changeId="1257998a-1c66-42e7-8178-ad98745a69d6"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_pD8Twc0UEeyxAN-IifTcdg" name="[PPD] Pilot drone control path" repPath="#_pD6ekM0UEeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#a2d7d8a7-dc2a-434b-980b-7e9d01e92993"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#a2d7d8a7-dc2a-434b-980b-7e9d01e92993"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_yf2Ngc0UEeyxAN-IifTcdg" name="[PPD] Drone mission data path" repPath="#_yfzxQM0UEeyxAN-IifTcdg" changeId="1c1413b2-7ef4-44fb-9b3b-6ee5d51036c2"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_yf2Ngc0UEeyxAN-IifTcdg" name="[PPD] Drone mission data path" repPath="#_yfzxQM0UEeyxAN-IifTcdg" changeId="1760971252525">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#8085079c-afe6-4d73-84d3-03b23686b01b"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#8085079c-afe6-4d73-84d3-03b23686b01b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_3pzw8M0UEeyxAN-IifTcdg" name="[PPD] Drone mission data path" repPath="#_3pwtoM0UEeyxAN-IifTcdg" changeId="4201c38d-a9e0-4537-83ef-bd4837aa7843"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_3pzw8M0UEeyxAN-IifTcdg" name="[PPD] Drone mission data path" repPath="#_3pwtoM0UEeyxAN-IifTcdg" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#8085079c-afe6-4d73-84d3-03b23686b01b"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#8085079c-afe6-4d73-84d3-03b23686b01b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vkZ6oc0VEeyxAN-IifTcdg" name="[PPD] Pilot payload control path" repPath="#_vkXeYM0VEeyxAN-IifTcdg" changeId="e044d994-511f-4135-a32e-257a5e27e242"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_vkZ6oc0VEeyxAN-IifTcdg" name="[PPD] Pilot payload control path" repPath="#_vkXeYM0VEeyxAN-IifTcdg" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#efbc4e0a-581b-4d2f-86de-eec1bd247581"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#efbc4e0a-581b-4d2f-86de-eec1bd247581"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_D8enAc0WEeyxAN-IifTcdg" name="[PPD] Drone photos and videos path" repPath="#_D8cKwM0WEeyxAN-IifTcdg" changeId="35e5eeb4-f628-4827-8f6d-92bbf992a9c5"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_D8enAc0WEeyxAN-IifTcdg" name="[PPD] Drone photos and videos path" repPath="#_D8cKwM0WEeyxAN-IifTcdg" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#863e28c4-09c8-4671-89bd-0bc1ce8e88a5"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_flight_control_system.capella#863e28c4-09c8-4671-89bd-0bc1ce8e88a5"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JomCYCLjEe262Y-Rk7mvFw" name="[PAB] Flight control system mass analysis" repPath="#_Jogi0CLjEe262Y-Rk7mvFw" changeId="ed1358dd-cf55-40f3-91ad-824a7c93110b"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_JomCYCLjEe262Y-Rk7mvFw" name="[PAB] Flight control system mass analysis" repPath="#_Jogi0CLjEe262Y-Rk7mvFw" changeId="1760971252526">
<eAnnotations xmi:type="description:DAnnotation" uid="_JopFsyLjEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_JopFsyLjEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_JopswCLjEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_JopswCLjEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_JopswSLjEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_JopswSLjEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/>
@@ -334,27 +334,27 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_oDwEQLwMEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_oDwEQLwMEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_1c43ocu6EeyA0r7wVSYHtA" name="[SDFB] Functional data flow - high level" repPath="#_1c1NQMu6EeyA0r7wVSYHtA" changeId="5e908c02-d3be-45f4-a3d4-c7f849a57bb5"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_1c43ocu6EeyA0r7wVSYHtA" name="[SDFB] Functional data flow - high level" repPath="#_1c1NQMu6EeyA0r7wVSYHtA" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#872f2dd8-68b9-46bd-ba32-85557435aff1"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#872f2dd8-68b9-46bd-ba32-85557435aff1"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_mILaocu-EeyA0r7wVSYHtA" name="[SDFB] [SF1] Control drone propulsion" repPath="#_mII-YMu-EeyA0r7wVSYHtA" changeId="a4b8a693-ce9c-4b60-9279-788fee353f2a"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_mILaocu-EeyA0r7wVSYHtA" name="[SDFB] [SF1] Control drone propulsion" repPath="#_mII-YMu-EeyA0r7wVSYHtA" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#7e7caa1a-ebf5-404b-8cd7-fb065c6b37e2"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#7e7caa1a-ebf5-404b-8cd7-fb065c6b37e2"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__RNfIcu_EeyA0r7wVSYHtA" name="[SDFB] [SF2] Control drone attitude and position" repPath="#__RLp8Mu_EeyA0r7wVSYHtA" changeId="cdbcbe69-3960-4578-b0cb-87849f426ede"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="__RNfIcu_EeyA0r7wVSYHtA" name="[SDFB] [SF2] Control drone attitude and position" repPath="#__RLp8Mu_EeyA0r7wVSYHtA" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#3eb1cb44-fe0a-4f6c-8683-68aac4da7f02"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#3eb1cb44-fe0a-4f6c-8683-68aac4da7f02"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_wwVjUMxGEeyAIuLYR7kCfw" name="[SDFB] [SF4] Control drone navigation" repPath="#_wwOOkMxGEeyAIuLYR7kCfw" changeId="0da71890-5dc2-4815-bf16-bdc5ba9d6252"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_wwVjUMxGEeyAIuLYR7kCfw" name="[SDFB] [SF4] Control drone navigation" repPath="#_wwOOkMxGEeyAIuLYR7kCfw" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#5e6b914c-213c-40e8-9345-96872f41c974"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#5e6b914c-213c-40e8-9345-96872f41c974"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_6vaUMcxJEeyAIuLYR7kCfw" name="[SDFB] [SF7] Monitor drone control" repPath="#_6vXQ4MxJEeyAIuLYR7kCfw" changeId="9968a524-0822-4a5c-b175-385602d4de6b"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_6vaUMcxJEeyAIuLYR7kCfw" name="[SDFB] [SF7] Monitor drone control" repPath="#_6vXQ4MxJEeyAIuLYR7kCfw" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#ab90c14c-4b84-4682-a451-06435d59e1ca"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_flight_control_system.capella#ab90c14c-4b84-4682-a451-06435d59e1ca"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UWopMcxOEeyAIuLYR7kCfw" name="[SAB] Structure" repPath="#_UWjJoMxOEeyAIuLYR7kCfw" changeId="8fa0bbdf-0c24-46ab-8e89-3e25e46f140f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_UWopMcxOEeyAIuLYR7kCfw" name="[SAB] Structure" repPath="#_UWjJoMxOEeyAIuLYR7kCfw" changeId="1760971252526">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_flight_control_system.capella#8c917a8f-8e46-4f65-9826-e1adff4b20df"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_flight_control_system.capella#8c917a8f-8e46-4f65-9826-e1adff4b20df"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_XZX5ALwJEey0bfuR-5-yfA"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_XZX5ALwJEey0bfuR-5-yfA">
<viewpointReferences id="_XZ5dcLwJEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_XZ5dcLwJEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
<viewpointReferences id="_517a4CLiEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/> <viewpointReferences id="_517a4CLiEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
<viewpoint:DAnalysis uid="_XZdYkLwJEey0bfuR-5-yfA" selectedViews="_XaTGELwJEey0bfuR-5-yfA _Xa2fsLwJEey0bfuR-5-yfA _XfQekLwJEey0bfuR-5-yfA _XhrgcLwJEey0bfuR-5-yfA _Xp5BQLwJEey0bfuR-5-yfA _XsS1ALwJEey0bfuR-5-yfA _XtdSoLwJEey0bfuR-5-yfA _Xt5XgLwJEey0bfuR-5-yfA _52L5kCLiEe262Y-Rk7mvFw" version="15.0.0.202201261500"> <viewpoint:DAnalysis uid="_XZdYkLwJEey0bfuR-5-yfA" selectedViews="_XaTGELwJEey0bfuR-5-yfA _Xa2fsLwJEey0bfuR-5-yfA _XfQekLwJEey0bfuR-5-yfA _XhrgcLwJEey0bfuR-5-yfA _Xp5BQLwJEey0bfuR-5-yfA _XsS1ALwJEey0bfuR-5-yfA _XtdSoLwJEey0bfuR-5-yfA _Xt5XgLwJEey0bfuR-5-yfA _52L5kCLiEe262Y-Rk7mvFw" version="15.1.0.202211301600">
<semanticResources>AIDA_payload.afm</semanticResources> <semanticResources>AIDA_payload.afm</semanticResources>
<semanticResources>AIDA_payload.capella</semanticResources> <semanticResources>AIDA_payload.capella</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="_XaTGELwJEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_XaTGELwJEey0bfuR-5-yfA">
@@ -20,11 +20,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_XsS1ALwJEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_XsS1ALwJEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_72E9QcrIEeyf6fW20WcVxg" name="[LDFB] Root Logical Function" repPath="#_72ChAMrIEeyf6fW20WcVxg" changeId="db6c931f-83d6-4bae-8b0a-72dfc3ed063a"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_72E9QcrIEeyf6fW20WcVxg" name="[LDFB] Root Logical Function" repPath="#_72ChAMrIEeyf6fW20WcVxg" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_payload.capella#32f8272c-cc6c-4afa-b811-6596c22a5c44"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_payload.capella#32f8272c-cc6c-4afa-b811-6596c22a5c44"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_byhrwcrJEeyf6fW20WcVxg" name="[LAB] Structure" repPath="#_byfPgMrJEeyf6fW20WcVxg" changeId="f32b15ff-16a3-4f3a-bbf6-b4bcb5c4103c"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_byhrwcrJEeyf6fW20WcVxg" name="[LAB] Structure" repPath="#_byfPgMrJEeyf6fW20WcVxg" changeId="1760971224375">
<eAnnotations xmi:type="description:DAnnotation" uid="_byjg8MrJEeyf6fW20WcVxg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_byjg8MrJEeyf6fW20WcVxg" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_byjg8crJEeyf6fW20WcVxg" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_byjg8crJEeyf6fW20WcVxg" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_byjg8srJEeyf6fW20WcVxg" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_byjg8srJEeyf6fW20WcVxg" key="hide.computed.physical.links.filter" value="true"/>
@@ -35,11 +35,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_XtdSoLwJEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_XtdSoLwJEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_uMiHsMtzEeyA0r7wVSYHtA" name="[PDFB] Root Physical Function" repPath="#_uMWhgMtzEeyA0r7wVSYHtA" changeId="b93c5660-27c7-4496-ae9f-1d3672473d08"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_uMiHsMtzEeyA0r7wVSYHtA" name="[PDFB] Root Physical Function" repPath="#_uMWhgMtzEeyA0r7wVSYHtA" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_payload.capella#460ea897-63bf-4efe-872d-414a905e0bce"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_payload.capella#460ea897-63bf-4efe-872d-414a905e0bce"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_rv-JMct0EeyA0r7wVSYHtA" name="[PAB] Payload - behaviour" repPath="#_rv4poMt0EeyA0r7wVSYHtA" changeId="5045a9ea-5c88-44da-99b1-9794a9abb72e"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_rv-JMct0EeyA0r7wVSYHtA" name="[PAB] Payload - behaviour" repPath="#_rv4poMt0EeyA0r7wVSYHtA" changeId="1760971224375">
<eAnnotations xmi:type="description:DAnnotation" uid="_rwAlcMt0EeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_rwAlcMt0EeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_rwAlcct0EeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_rwAlcct0EeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_rwAlcst0EeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_rwAlcst0EeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/>
@@ -47,7 +47,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_payload.capella#fcd5dcfa-654a-48e1-accd-17b2cb8d4b27"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_payload.capella#fcd5dcfa-654a-48e1-accd-17b2cb8d4b27"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_0BQp8ct0EeyA0r7wVSYHtA" name="[PAB] Payload - nodes" repPath="#_0BM_kMt0EeyA0r7wVSYHtA" changeId="99114f81-e7e4-4faa-a7be-2b4c1792d49e"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_0BQp8ct0EeyA0r7wVSYHtA" name="[PAB] Payload - nodes" repPath="#_0BM_kMt0EeyA0r7wVSYHtA" changeId="1760971224375">
<eAnnotations xmi:type="description:DAnnotation" uid="_0BSfIMt0EeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_0BSfIMt0EeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0BSfIct0EeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0BSfIct0EeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0BSfIst0EeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_0BSfIst0EeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/>
@@ -55,19 +55,19 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_payload.capella#fcd5dcfa-654a-48e1-accd-17b2cb8d4b27"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_payload.capella#fcd5dcfa-654a-48e1-accd-17b2cb8d4b27"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nhrR4ct2EeyA0r7wVSYHtA" name="[PPD] Payload power supply" repPath="#_nhoOkMt2EeyA0r7wVSYHtA" changeId="a5350d5e-7999-4e11-806d-787fc2e0a438"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_nhrR4ct2EeyA0r7wVSYHtA" name="[PPD] Payload power supply" repPath="#_nhoOkMt2EeyA0r7wVSYHtA" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#f58c1485-04a3-4a7f-8b60-a8af9bc67598"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#f58c1485-04a3-4a7f-8b60-a8af9bc67598"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_ASC6kct_EeyA0r7wVSYHtA" name="[PPD] Drone photos and videos path" repPath="#_ASBFYMt_EeyA0r7wVSYHtA" changeId="daeb1c8a-1706-4227-82f7-f500c009b771"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_ASC6kct_EeyA0r7wVSYHtA" name="[PPD] Drone photos and videos path" repPath="#_ASBFYMt_EeyA0r7wVSYHtA" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#cde72455-4181-4f56-8845-6bd2abaf885d"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#cde72455-4181-4f56-8845-6bd2abaf885d"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Ru-Ecct_EeyA0r7wVSYHtA" name="[PPD] Pilot payload control path" repPath="#_Ru5zAMt_EeyA0r7wVSYHtA" changeId="19a58c4d-1b97-448b-b13c-893c629e0bf1"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Ru-Ecct_EeyA0r7wVSYHtA" name="[PPD] Pilot payload control path" repPath="#_Ru5zAMt_EeyA0r7wVSYHtA" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#dfb22c63-ab83-4098-a19a-dc69ea96368e"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_payload.capella#dfb22c63-ab83-4098-a19a-dc69ea96368e"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_070RUCLiEe262Y-Rk7mvFw" name="[PAB] Payload mass analysis" repPath="#_07vY0CLiEe262Y-Rk7mvFw" changeId="e43dd9ed-ae00-4951-b736-779b11a38323"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_070RUCLiEe262Y-Rk7mvFw" name="[PAB] Payload mass analysis" repPath="#_07vY0CLiEe262Y-Rk7mvFw" changeId="1760971224375">
<eAnnotations xmi:type="description:DAnnotation" uid="_075J0CLiEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_075J0CLiEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_075J0SLiEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_075J0SLiEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_075J0iLiEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_075J0iLiEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/>
@@ -78,11 +78,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_Xt5XgLwJEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_Xt5XgLwJEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Gs95McrHEeyf6fW20WcVxg" name="[SDFB] Root System Function" repPath="#_Gs7c8MrHEeyf6fW20WcVxg" changeId="bbd88314-f0b2-469a-bda9-71c5a95d9524"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Gs95McrHEeyf6fW20WcVxg" name="[SDFB] Root System Function" repPath="#_Gs7c8MrHEeyf6fW20WcVxg" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_payload.capella#19c5d12c-2e71-43e7-8274-7fbc219d475e"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_payload.capella#19c5d12c-2e71-43e7-8274-7fbc219d475e"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_pstZkcrHEeyf6fW20WcVxg" name="[SAB] Structure" repPath="#_pspIIMrHEeyf6fW20WcVxg" changeId="1cef0422-9ec4-4472-a406-ce3ed71179e1"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_pstZkcrHEeyf6fW20WcVxg" name="[SAB] Structure" repPath="#_pspIIMrHEeyf6fW20WcVxg" changeId="1760971224375">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_payload.capella#f7259ae1-e8a7-4c8d-95d2-4036681faac6"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_payload.capella#f7259ae1-e8a7-4c8d-95d2-4036681faac6"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"

View File

@@ -1,5 +1,5 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_ILbyYLwNEey0bfuR-5-yfA"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_ILbyYLwNEey0bfuR-5-yfA">
<viewpointReferences id="_IMHu4LwNEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_IMHu4LwNEey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
<viewpointReferences id="_dT16cCLiEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/> <viewpointReferences id="_dT16cCLiEe262Y-Rk7mvFw" vpId="org.polarsys.capella.vp.mass" version="6.0.0.qualifier"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
<viewpoint:DAnalysis uid="_ILgq4LwNEey0bfuR-5-yfA" selectedViews="_IMgJYLwNEey0bfuR-5-yfA _INCU4LwNEey0bfuR-5-yfA _IRf-ILwNEey0bfuR-5-yfA _ITilgLwNEey0bfuR-5-yfA _IbkgILwNEey0bfuR-5-yfA _Id9s0LwNEey0bfuR-5-yfA _IfBcwLwNEey0bfuR-5-yfA _IfhMALwNEey0bfuR-5-yfA _dT7aACLiEe262Y-Rk7mvFw" version="15.0.0.202201261500"> <viewpoint:DAnalysis uid="_ILgq4LwNEey0bfuR-5-yfA" selectedViews="_IMgJYLwNEey0bfuR-5-yfA _INCU4LwNEey0bfuR-5-yfA _IRf-ILwNEey0bfuR-5-yfA _ITilgLwNEey0bfuR-5-yfA _IbkgILwNEey0bfuR-5-yfA _Id9s0LwNEey0bfuR-5-yfA _IfBcwLwNEey0bfuR-5-yfA _IfhMALwNEey0bfuR-5-yfA _dT7aACLiEe262Y-Rk7mvFw" version="15.1.0.202211301600">
<semanticResources>AIDA_propulsion_unit.afm</semanticResources> <semanticResources>AIDA_propulsion_unit.afm</semanticResources>
<semanticResources>AIDA_propulsion_unit.capella</semanticResources> <semanticResources>AIDA_propulsion_unit.capella</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="_IMgJYLwNEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_IMgJYLwNEey0bfuR-5-yfA">
@@ -17,22 +17,22 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_IbkgILwNEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_IbkgILwNEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_3KWxwcuIEeyA0r7wVSYHtA" name="[LFCD] Engine 1 control path" repPath="#_3KUVgMuIEeyA0r7wVSYHtA" changeId="c19b03ae-257a-4ef0-aec1-5e4c3947aba9"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_3KWxwcuIEeyA0r7wVSYHtA" name="[LFCD] Engine 1 control path" repPath="#_3KUVgMuIEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_propulsion_unit.capella#c26e8efc-8685-49ab-92ef-d646eb140389"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_propulsion_unit.capella#c26e8efc-8685-49ab-92ef-d646eb140389"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_9HuIEMuIEeyA0r7wVSYHtA" name="[LFCD] Engine 1 monitoring path" repPath="#_9HsS4MuIEeyA0r7wVSYHtA" changeId="0eda7d5d-b164-4bca-bc8d-dafd0af61471"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_9HuIEMuIEeyA0r7wVSYHtA" name="[LFCD] Engine 1 monitoring path" repPath="#_9HsS4MuIEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/common.odesign#//@ownedViewpoints[name='Common']/@ownedRepresentations[name='Functional%20Chain%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_propulsion_unit.capella#2ec6c181-7c6b-4fcc-9658-801ce79fc942"/> <target xmi:type="org.polarsys.capella.core.data.fa:FunctionalChain" href="AIDA_propulsion_unit.capella#2ec6c181-7c6b-4fcc-9658-801ce79fc942"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_Id9s0LwNEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_Id9s0LwNEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_GIs10cuIEeyA0r7wVSYHtA" name="[LDFB] Root Logical Function" repPath="#_GIqZkMuIEeyA0r7wVSYHtA" changeId="64e5d51a-abc6-4a27-94cc-31997e314bc8"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_GIs10cuIEeyA0r7wVSYHtA" name="[LDFB] Root Logical Function" repPath="#_GIqZkMuIEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_propulsion_unit.capella#97dcdc7a-aaf3-4352-9cba-0fea8ea08f00"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_propulsion_unit.capella#97dcdc7a-aaf3-4352-9cba-0fea8ea08f00"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_TB7VkcuJEeyA0r7wVSYHtA" name="[LAB] Structure" repPath="#_TB3rMMuJEeyA0r7wVSYHtA" changeId="af9e17a9-deca-4f63-a180-e475aa5b3c99"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_TB7VkcuJEeyA0r7wVSYHtA" name="[LAB] Structure" repPath="#_TB3rMMuJEeyA0r7wVSYHtA" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_TB9KwMuJEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_TB9KwMuJEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_TB9KwcuJEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_TB9KwcuJEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_TB9KwsuJEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_TB9KwsuJEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/>
@@ -43,15 +43,15 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_IfBcwLwNEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_IfBcwLwNEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_hvJ70cuFEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_hvG4gMuFEeyA0r7wVSYHtA" changeId="4871ebb1-78ec-41c8-9e1f-2978e1a07d8c"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_hvJ70cuFEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_hvG4gMuFEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#d4dae897-b18b-4d35-8f12-af4505f544ee"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#d4dae897-b18b-4d35-8f12-af4505f544ee"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SRkLcMuQEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_SRhIIMuQEeyA0r7wVSYHtA" changeId="8fcc0a27-f929-4f16-8709-711907e2db9a"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SRkLcMuQEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_SRhIIMuQEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#99ad6ee3-cdc5-4715-bc5d-93c55d4ec42c"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#99ad6ee3-cdc5-4715-bc5d-93c55d4ec42c"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_igtIAcuaEeyA0r7wVSYHtA" name="[PAB] Propulsion unit - behaviour" repPath="#_igo2kMuaEeyA0r7wVSYHtA" changeId="287e0f84-5508-42f9-938c-bc4d4e46a58f"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_igtIAcuaEeyA0r7wVSYHtA" name="[PAB] Propulsion unit - behaviour" repPath="#_igo2kMuaEeyA0r7wVSYHtA" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_igu9MMuaEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_igu9MMuaEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_igu9McuaEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_igu9McuaEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_igu9MsuaEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_igu9MsuaEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/>
@@ -59,7 +59,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_propulsion_unit.capella#d5c6a225-6370-4e7c-84e6-b8c584d77db1"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_propulsion_unit.capella#d5c6a225-6370-4e7c-84e6-b8c584d77db1"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_QOPAwcubEeyA0r7wVSYHtA" name="[PAB] Propulsion unit - nodes" repPath="#_QOL9cMubEeyA0r7wVSYHtA" changeId="2ad6310d-5d42-4c93-8ad3-d647fca2c41b"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_QOPAwcubEeyA0r7wVSYHtA" name="[PAB] Propulsion unit - nodes" repPath="#_QOL9cMubEeyA0r7wVSYHtA" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_QOQ18MubEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_QOQ18MubEeyA0r7wVSYHtA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_QOQ18cubEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_QOQ18cubEeyA0r7wVSYHtA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_QOQ18subEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_QOQ18subEeyA0r7wVSYHtA" key="hide.computed.physical.links.filter" value="true"/>
@@ -67,19 +67,19 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_propulsion_unit.capella#d5c6a225-6370-4e7c-84e6-b8c584d77db1"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponentPkg" href="AIDA_propulsion_unit.capella#d5c6a225-6370-4e7c-84e6-b8c584d77db1"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_qqDmAcugEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_qqBJwMugEeyA0r7wVSYHtA" changeId="feb8cfe9-57e8-4a94-8f18-13fefa002586"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_qqDmAcugEeyA0r7wVSYHtA" name="[PPD] Motors CAN bus" repPath="#_qqBJwMugEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#7a3d6833-f082-42b8-9089-8b254c8910a9"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#7a3d6833-f082-42b8-9089-8b254c8910a9"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-xmjEcugEeyA0r7wVSYHtA" name="[PPD] Motor 1 load path" repPath="#_-xkG0MugEeyA0r7wVSYHtA" changeId="011b2db0-c133-455b-856b-e7b741108f78"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_-xmjEcugEeyA0r7wVSYHtA" name="[PPD] Motor 1 load path" repPath="#_-xkG0MugEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#251528a7-2e42-4e3e-b3ce-e1c8d4c058ad"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_propulsion_unit.capella#251528a7-2e42-4e3e-b3ce-e1c8d4c058ad"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SUR4oCH9Ee2kEaZQMhVzsQ" name="[PDFB] Root Physical Function" repPath="#_SUO1UCH9Ee2kEaZQMhVzsQ" changeId="d9d3ba78-999b-486d-8f6b-118bd9340616"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_SUR4oCH9Ee2kEaZQMhVzsQ" name="[PDFB] Root Physical Function" repPath="#_SUO1UCH9Ee2kEaZQMhVzsQ" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_propulsion_unit.capella#a9851878-496a-41dd-97cd-b8c4364e9f03"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_propulsion_unit.capella#a9851878-496a-41dd-97cd-b8c4364e9f03"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zKp4wCH9Ee2kEaZQMhVzsQ" name="[PAB] Propulsion unit 1 behaviour" repPath="#_zKoqoCH9Ee2kEaZQMhVzsQ" changeId="80169a55-94cd-402f-afdc-e52922fce13d"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zKp4wCH9Ee2kEaZQMhVzsQ" name="[PAB] Propulsion unit 1 behaviour" repPath="#_zKoqoCH9Ee2kEaZQMhVzsQ" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_zKrG4CH9Ee2kEaZQMhVzsQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_zKrG4CH9Ee2kEaZQMhVzsQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zKrG4SH9Ee2kEaZQMhVzsQ" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zKrG4SH9Ee2kEaZQMhVzsQ" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zKrG4iH9Ee2kEaZQMhVzsQ" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_zKrG4iH9Ee2kEaZQMhVzsQ" key="hide.computed.physical.links.filter" value="true"/>
@@ -87,7 +87,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_propulsion_unit.capella#aa68aaab-e4a8-429f-afb6-8609cd65b544"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_propulsion_unit.capella#aa68aaab-e4a8-429f-afb6-8609cd65b544"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4Vfl8CH9Ee2kEaZQMhVzsQ" name="[PAB] Physical System" repPath="#_4VatcCH9Ee2kEaZQMhVzsQ" changeId="a00b69dd-2614-4569-adf4-5d2c585f9828"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_4Vfl8CH9Ee2kEaZQMhVzsQ" name="[PAB] Physical System" repPath="#_4VatcCH9Ee2kEaZQMhVzsQ" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_4VipQCH9Ee2kEaZQMhVzsQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_4VipQCH9Ee2kEaZQMhVzsQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_4VipQSH9Ee2kEaZQMhVzsQ" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_4VipQSH9Ee2kEaZQMhVzsQ" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_4VipQiH9Ee2kEaZQMhVzsQ" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_4VipQiH9Ee2kEaZQMhVzsQ" key="hide.computed.physical.links.filter" value="true"/>
@@ -95,7 +95,7 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_propulsion_unit.capella#6f4eb859-678b-4e0d-b3fd-176877492a9b"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_propulsion_unit.capella#6f4eb859-678b-4e0d-b3fd-176877492a9b"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_XGDigCLiEe262Y-Rk7mvFw" name="[PAB] Propulsion unit mass analysis" repPath="#_XF9b4CLiEe262Y-Rk7mvFw" changeId="f246224b-5d91-4a28-a199-4a594be98ee5"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_XGDigCLiEe262Y-Rk7mvFw" name="[PAB] Propulsion unit mass analysis" repPath="#_XF9b4CLiEe262Y-Rk7mvFw" changeId="1760971210110">
<eAnnotations xmi:type="description:DAnnotation" uid="_XGEwoyLiEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_XGEwoyLiEe262Y-Rk7mvFw" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_XGFXsCLiEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_XGFXsCLiEe262Y-Rk7mvFw" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_XGFXsSLiEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_XGFXsSLiEe262Y-Rk7mvFw" key="hide.computed.physical.links.filter" value="true"/>
@@ -106,11 +106,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_IfhMALwNEey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_IfhMALwNEey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_RB8fAcuCEeyA0r7wVSYHtA" name="[SDFB] Root System Function" repPath="#_RB40oMuCEeyA0r7wVSYHtA" changeId="43532d67-2c82-4fd3-bba0-4f96574f0944"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_RB8fAcuCEeyA0r7wVSYHtA" name="[SDFB] Root System Function" repPath="#_RB40oMuCEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_propulsion_unit.capella#ca9f0145-07ee-4a33-9d7c-12383759ed9e"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_propulsion_unit.capella#ca9f0145-07ee-4a33-9d7c-12383759ed9e"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_fxH-UcuEEeyA0r7wVSYHtA" name="[SAB] Propulsion unit 1" repPath="#_fxDs4MuEEeyA0r7wVSYHtA" changeId="e8eece96-492b-46eb-b3d3-301e758e2c62"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_fxH-UcuEEeyA0r7wVSYHtA" name="[SAB] Propulsion unit 1" repPath="#_fxDs4MuEEeyA0r7wVSYHtA" changeId="1760971210110">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponent" href="AIDA_propulsion_unit.capella#9c93ec11-86c4-4b2b-961a-19edad0253ab"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponent" href="AIDA_propulsion_unit.capella#9c93ec11-86c4-4b2b-961a-19edad0253ab"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:mass="http://www.polarsys.org/capella/mass" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"

View File

@@ -1,4 +1,4 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_3uxGQLv5Eey0bfuR-5-yfA"> <metadata:Metadata xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:metadata="http://www.polarsys.org/kitalpha/ad/metadata/1.0.0" id="_3uxGQLv5Eey0bfuR-5-yfA">
<viewpointReferences id="_3vQ1gLv5Eey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.0.0"/> <viewpointReferences id="_3vQ1gLv5Eey0bfuR-5-yfA" vpId="org.polarsys.capella.core.viewpoint" version="6.1.0"/>
</metadata:Metadata> </metadata:Metadata>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.capellacore="http://www.polarsys.org/capella/core/core/6.0.0" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> <xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:concern="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:filter="http://www.eclipse.org/sirius/diagram/description/filter/1.1.0" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.3/notation" xmlns:org.polarsys.capella.core.data.capellacore="http://www.polarsys.org/capella/core/core/6.0.0" xmlns:org.polarsys.capella.core.data.cs="http://www.polarsys.org/capella/core/cs/6.0.0" xmlns:org.polarsys.capella.core.data.ctx="http://www.polarsys.org/capella/core/ctx/6.0.0" xmlns:org.polarsys.capella.core.data.fa="http://www.polarsys.org/capella/core/fa/6.0.0" xmlns:org.polarsys.capella.core.data.information="http://www.polarsys.org/capella/core/information/6.0.0" xmlns:org.polarsys.capella.core.data.la="http://www.polarsys.org/capella/core/la/6.0.0" xmlns:org.polarsys.capella.core.data.pa="http://www.polarsys.org/capella/core/pa/6.0.0" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/diagram/description/concern/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/concern http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/filter/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/filter http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
<viewpoint:DAnalysis uid="_3u2l0Lv5Eey0bfuR-5-yfA" selectedViews="_3wAcYLv5Eey0bfuR-5-yfA _3wlrMLv5Eey0bfuR-5-yfA _31tbwLv5Eey0bfuR-5-yfA _34GocLv5Eey0bfuR-5-yfA _3_tsULv5Eey0bfuR-5-yfA _4CALULv5Eey0bfuR-5-yfA _4DG-kLv5Eey0bfuR-5-yfA _4DjDcLv5Eey0bfuR-5-yfA" version="15.0.0.202201261500"> <viewpoint:DAnalysis uid="_3u2l0Lv5Eey0bfuR-5-yfA" selectedViews="_3wAcYLv5Eey0bfuR-5-yfA _3wlrMLv5Eey0bfuR-5-yfA _31tbwLv5Eey0bfuR-5-yfA _34GocLv5Eey0bfuR-5-yfA _3_tsULv5Eey0bfuR-5-yfA _4CALULv5Eey0bfuR-5-yfA _4DG-kLv5Eey0bfuR-5-yfA _4DjDcLv5Eey0bfuR-5-yfA" version="15.1.0.202211301600">
<semanticResources>AIDA_remote_control.afm</semanticResources> <semanticResources>AIDA_remote_control.afm</semanticResources>
<semanticResources>AIDA_remote_control.capella</semanticResources> <semanticResources>AIDA_remote_control.capella</semanticResources>
<ownedViews xmi:type="viewpoint:DView" uid="_3wAcYLv5Eey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_3wAcYLv5Eey0bfuR-5-yfA">
@@ -20,11 +20,11 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_4CALULv5Eey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_4CALULv5Eey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_eOMR8MF-EeyKMpGdvOq0MQ" name="[LDFB] Root Logical Function" repPath="#_eOJOoMF-EeyKMpGdvOq0MQ" changeId="78c1dc86-572e-4738-846e-7fb995073cb3"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_eOMR8MF-EeyKMpGdvOq0MQ" name="[LDFB] Root Logical Function" repPath="#_eOJOoMF-EeyKMpGdvOq0MQ" changeId="1760971196275">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/logical.odesign#//@ownedViewpoints[name='Logical%20Architecture']/@ownedRepresentations[name='Logical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_remote_control.capella#283c6479-7bcb-44f8-bc77-7cd7270fd746"/> <target xmi:type="org.polarsys.capella.core.data.la:LogicalFunction" href="AIDA_remote_control.capella#283c6479-7bcb-44f8-bc77-7cd7270fd746"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_w0gs0MF-EeyKMpGdvOq0MQ" name="[LAB] Structure" repPath="#_w0b0UMF-EeyKMpGdvOq0MQ" changeId="b35ac0d2-3db1-4582-9cf7-65a2f80fc96c"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_w0gs0MF-EeyKMpGdvOq0MQ" name="[LAB] Structure" repPath="#_w0b0UMF-EeyKMpGdvOq0MQ" changeId="1760971196275">
<eAnnotations xmi:type="description:DAnnotation" uid="_w0h68MF-EeyKMpGdvOq0MQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_w0h68MF-EeyKMpGdvOq0MQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_w0h68cF-EeyKMpGdvOq0MQ" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_w0h68cF-EeyKMpGdvOq0MQ" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_w0h68sF-EeyKMpGdvOq0MQ" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_w0h68sF-EeyKMpGdvOq0MQ" key="hide.computed.physical.links.filter" value="true"/>
@@ -35,7 +35,7 @@
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_4DG-kLv5Eey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_4DG-kLv5Eey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_LJx4Abv7Eey0bfuR-5-yfA" name="[PAB] Remote control - node" repPath="#_LJrxYLv7Eey0bfuR-5-yfA" changeId="258fbcec-9a03-4d32-9528-d3889460cbe9"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_LJx4Abv7Eey0bfuR-5-yfA" name="[PAB] Remote control - node" repPath="#_LJrxYLv7Eey0bfuR-5-yfA" changeId="1760971196275">
<eAnnotations xmi:type="description:DAnnotation" uid="_LJ0UQLv7Eey0bfuR-5-yfA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_LJ0UQLv7Eey0bfuR-5-yfA" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_LJ07ULv7Eey0bfuR-5-yfA" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_LJ07ULv7Eey0bfuR-5-yfA" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_LJ07Ubv7Eey0bfuR-5-yfA" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_LJ07Ubv7Eey0bfuR-5-yfA" key="hide.computed.physical.links.filter" value="true"/>
@@ -46,11 +46,11 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_remote_control.capella#3a36622e-59cb-4909-8c37-28acc11c7099"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_remote_control.capella#3a36622e-59cb-4909-8c37-28acc11c7099"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_PNm1YcGDEeyKMpGdvOq0MQ" name="[PDFB] Root Physical Function" repPath="#_PNjLAMGDEeyKMpGdvOq0MQ" changeId="adb0b898-3b01-43a7-8e39-ef7c18ed87f0"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_PNm1YcGDEeyKMpGdvOq0MQ" name="[PDFB] Root Physical Function" repPath="#_PNjLAMGDEeyKMpGdvOq0MQ" changeId="1760971196275">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_remote_control.capella#e51bdbf2-0304-48ea-8d34-85bd95448388"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalFunction" href="AIDA_remote_control.capella#e51bdbf2-0304-48ea-8d34-85bd95448388"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_bAVckcGDEeyKMpGdvOq0MQ" name="[PAB] Remote control - behaviour" repPath="#_bATAUMGDEeyKMpGdvOq0MQ" changeId="a10cc338-e0eb-45d1-a824-6d16b8d50d36"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_bAVckcGDEeyKMpGdvOq0MQ" name="[PAB] Remote control - behaviour" repPath="#_bATAUMGDEeyKMpGdvOq0MQ" changeId="1760971196275">
<eAnnotations xmi:type="description:DAnnotation" uid="_bAXRwMGDEeyKMpGdvOq0MQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters"> <eAnnotations xmi:type="description:DAnnotation" uid="_bAXRwMGDEeyKMpGdvOq0MQ" source="https://www.polarsys.org/capella/dannotation/DesactivatedFilters">
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bAXRwcGDEeyKMpGdvOq0MQ" key="hide.computed.component.exchanges.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bAXRwcGDEeyKMpGdvOq0MQ" key="hide.computed.component.exchanges.filter" value="true"/>
<details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bAXRwsGDEeyKMpGdvOq0MQ" key="hide.computed.physical.links.filter" value="true"/> <details xmi:type="ecore:EStringToStringMapEntry" xmi:id="_bAXRwsGDEeyKMpGdvOq0MQ" key="hide.computed.physical.links.filter" value="true"/>
@@ -58,25 +58,25 @@
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_remote_control.capella#3a36622e-59cb-4909-8c37-28acc11c7099"/> <target xmi:type="org.polarsys.capella.core.data.pa:PhysicalComponent" href="AIDA_remote_control.capella#3a36622e-59cb-4909-8c37-28acc11c7099"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_N6vNYMGFEeyKMpGdvOq0MQ" name="[PPD] Pilot drone control path" repPath="#_N6sKEMGFEeyKMpGdvOq0MQ" changeId="f17c0824-5def-4ba3-8c8d-ba48d1170980"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_N6vNYMGFEeyKMpGdvOq0MQ" name="[PPD] Pilot drone control path" repPath="#_N6sKEMGFEeyKMpGdvOq0MQ" changeId="1760971196275">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_remote_control.capella#1263d3f8-924f-401e-8e36-d073c719bb40"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_remote_control.capella#1263d3f8-924f-401e-8e36-d073c719bb40"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_cKMVscGFEeyKMpGdvOq0MQ" name="[PPD] Pilot payload control path" repPath="#_cKJ5cMGFEeyKMpGdvOq0MQ" changeId="11ef0865-6dff-416c-a701-0247365d748e"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_cKMVscGFEeyKMpGdvOq0MQ" name="[PPD] Pilot payload control path" repPath="#_cKJ5cMGFEeyKMpGdvOq0MQ" changeId="1760971196275">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/physical.odesign#//@ownedViewpoints[name='Physical%20Architecture']/@ownedRepresentations[name='Physical%20Path%20Description']"/>
<target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_remote_control.capella#7a45e0c6-83d1-41f8-8c26-a001a8b4ca7f"/> <target xmi:type="org.polarsys.capella.core.data.cs:PhysicalPath" href="AIDA_remote_control.capella#7a45e0c6-83d1-41f8-8c26-a001a8b4ca7f"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
</ownedViews> </ownedViews>
<ownedViews xmi:type="viewpoint:DView" uid="_4DjDcLv5Eey0bfuR-5-yfA"> <ownedViews xmi:type="viewpoint:DView" uid="_4DjDcLv5Eey0bfuR-5-yfA">
<viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/> <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']"/>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Kx2SMcF3EeyKMpGdvOq0MQ" name="[SAB] Remote control" repPath="#_KxxZsMF3EeyKMpGdvOq0MQ" changeId="e623a673-6cf9-41aa-a991-82aadf453fd2"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_Kx2SMcF3EeyKMpGdvOq0MQ" name="[SAB] Remote control" repPath="#_KxxZsMF3EeyKMpGdvOq0MQ" changeId="1760971196275">
<eAnnotations xmi:type="description:DAnnotation" uid="_NgYVAMF3EeyKMpGdvOq0MQ" source="http://www.polarsys.org/capella/dannotation/ContextualElements"> <eAnnotations xmi:type="description:DAnnotation" uid="_NgYVAMF3EeyKMpGdvOq0MQ" source="http://www.polarsys.org/capella/dannotation/ContextualElements">
<references xmi:type="org.polarsys.capella.core.data.ctx:SystemComponent" href="AIDA_remote_control.capella#806ecc01-0598-4a45-91b8-c56ea2fc8578"/> <references xmi:type="org.polarsys.capella.core.data.ctx:SystemComponent" href="AIDA_remote_control.capella#806ecc01-0598-4a45-91b8-c56ea2fc8578"/>
</eAnnotations> </eAnnotations>
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Architecture%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_remote_control.capella#f1b3e113-9459-4c14-8b67-ab80d0e7e927"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemComponentPkg" href="AIDA_remote_control.capella#f1b3e113-9459-4c14-8b67-ab80d0e7e927"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>
<ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zlYrQcF5EeyKMpGdvOq0MQ" name="[SDFB] Root System Function" repPath="#_zlW2EMF5EeyKMpGdvOq0MQ" changeId="e770c13e-c754-4926-8502-477850ee72f3"> <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_zlYrQcF5EeyKMpGdvOq0MQ" name="[SDFB] Root System Function" repPath="#_zlW2EMF5EeyKMpGdvOq0MQ" changeId="1760971196275">
<description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/> <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.polarsys.capella.core.sirius.analysis/description/context.odesign#//@ownedViewpoints[name='System%20Analysis']/@ownedRepresentations[name='System%20Data%20Flow%20Blank']"/>
<target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_remote_control.capella#aad210e9-5aef-40c2-a6fa-7f131cba6e88"/> <target xmi:type="org.polarsys.capella.core.data.ctx:SystemFunction" href="AIDA_remote_control.capella#aad210e9-5aef-40c2-a6fa-7f131cba6e88"/>
</ownedRepresentationDescriptors> </ownedRepresentationDescriptors>

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<!--Capella_Version_6.0.0--> <!--Capella_Version_6.1.0-->
<org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" <org.polarsys.capella.core.data.capellamodeller:Project xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI"
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:libraries="http://www.polarsys.org/capella/common/libraries/6.0.0"
xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0" xmlns:org.polarsys.capella.core.data.capellacommon="http://www.polarsys.org/capella/core/common/6.0.0"