From 7eea94aee8e013f026351629ee4a011feb75059e Mon Sep 17 00:00:00 2001 From: ewuerger Date: Thu, 15 Aug 2024 17:52:08 +0200 Subject: [PATCH] feat: Add individual form-layout configurations --- ..._C2P_capabilityRealization-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_class-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_communicationMean-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_constraint-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_exchangeItem-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_logicalActor-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_logicalComponent-form-layout.xml | 41 +++++++++++++++++++ ...P_logicalComponentExchange-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_logicalFunction-form-layout.xml | 41 +++++++++++++++++++ ..._logicalFunctionalExchange-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_operationalActivity-form-layout.xml | 41 +++++++++++++++++++ ..._C2P_operationalCapability-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_operationalEntity-form-layout.xml | 41 +++++++++++++++++++ ...C2P_operationalInteraction-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_physicalActor-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_physicalComponent-form-layout.xml | 41 +++++++++++++++++++ ..._physicalComponentBehavior-form-layout.xml | 41 +++++++++++++++++++ ..._C2P_physicalComponentNode-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_physicalFunction-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_physicalLink-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_physicalPath-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_scenario-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_state-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_stateMachine-form-layout.xml | 41 +++++++++++++++++++ .../tracker/_C2P_systemActor-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_systemCapability-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_systemComponent-form-layout.xml | 41 +++++++++++++++++++ ...2P_systemComponentExchange-form-layout.xml | 41 +++++++++++++++++++ .../_C2P_systemFunction-form-layout.xml | 41 +++++++++++++++++++ ..._C2P_systemFunctionalChain-form-layout.xml | 41 +++++++++++++++++++ ...P_systemFunctionalExchange-form-layout.xml | 41 +++++++++++++++++++ .../_default/tracker/diagram-form-layout.xml | 41 +++++++++++++++++++ 32 files changed, 1312 insertions(+) create mode 100644 global/hats/_default/tracker/_C2P_capabilityRealization-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_class-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_communicationMean-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_constraint-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_exchangeItem-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_logicalActor-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_logicalComponent-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_logicalComponentExchange-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_logicalFunction-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_logicalFunctionalExchange-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_operationalActivity-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_operationalCapability-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_operationalEntity-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_operationalInteraction-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalActor-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalComponent-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalComponentBehavior-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalComponentNode-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalFunction-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalLink-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_physicalPath-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_scenario-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_state-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_stateMachine-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemActor-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemCapability-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemComponent-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemComponentExchange-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemFunction-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemFunctionalChain-form-layout.xml create mode 100644 global/hats/_default/tracker/_C2P_systemFunctionalExchange-form-layout.xml create mode 100644 global/hats/_default/tracker/diagram-form-layout.xml diff --git a/global/hats/_default/tracker/_C2P_capabilityRealization-form-layout.xml b/global/hats/_default/tracker/_C2P_capabilityRealization-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_capabilityRealization-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_class-form-layout.xml b/global/hats/_default/tracker/_C2P_class-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_class-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_communicationMean-form-layout.xml b/global/hats/_default/tracker/_C2P_communicationMean-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_communicationMean-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_constraint-form-layout.xml b/global/hats/_default/tracker/_C2P_constraint-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_constraint-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_exchangeItem-form-layout.xml b/global/hats/_default/tracker/_C2P_exchangeItem-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_exchangeItem-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_logicalActor-form-layout.xml b/global/hats/_default/tracker/_C2P_logicalActor-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_logicalActor-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_logicalComponent-form-layout.xml b/global/hats/_default/tracker/_C2P_logicalComponent-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_logicalComponent-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_logicalComponentExchange-form-layout.xml b/global/hats/_default/tracker/_C2P_logicalComponentExchange-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_logicalComponentExchange-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_logicalFunction-form-layout.xml b/global/hats/_default/tracker/_C2P_logicalFunction-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_logicalFunction-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_logicalFunctionalExchange-form-layout.xml b/global/hats/_default/tracker/_C2P_logicalFunctionalExchange-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_logicalFunctionalExchange-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_operationalActivity-form-layout.xml b/global/hats/_default/tracker/_C2P_operationalActivity-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_operationalActivity-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_operationalCapability-form-layout.xml b/global/hats/_default/tracker/_C2P_operationalCapability-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_operationalCapability-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_operationalEntity-form-layout.xml b/global/hats/_default/tracker/_C2P_operationalEntity-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_operationalEntity-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_operationalInteraction-form-layout.xml b/global/hats/_default/tracker/_C2P_operationalInteraction-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_operationalInteraction-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalActor-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalActor-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalActor-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalComponent-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalComponent-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalComponent-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalComponentBehavior-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalComponentBehavior-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalComponentBehavior-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalComponentNode-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalComponentNode-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalComponentNode-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalFunction-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalFunction-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalFunction-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalLink-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalLink-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalLink-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_physicalPath-form-layout.xml b/global/hats/_default/tracker/_C2P_physicalPath-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_physicalPath-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_scenario-form-layout.xml b/global/hats/_default/tracker/_C2P_scenario-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_scenario-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_state-form-layout.xml b/global/hats/_default/tracker/_C2P_state-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_state-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_stateMachine-form-layout.xml b/global/hats/_default/tracker/_C2P_stateMachine-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_stateMachine-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemActor-form-layout.xml b/global/hats/_default/tracker/_C2P_systemActor-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemActor-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemCapability-form-layout.xml b/global/hats/_default/tracker/_C2P_systemCapability-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemCapability-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemComponent-form-layout.xml b/global/hats/_default/tracker/_C2P_systemComponent-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemComponent-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemComponentExchange-form-layout.xml b/global/hats/_default/tracker/_C2P_systemComponentExchange-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemComponentExchange-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemFunction-form-layout.xml b/global/hats/_default/tracker/_C2P_systemFunction-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemFunction-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemFunctionalChain-form-layout.xml b/global/hats/_default/tracker/_C2P_systemFunctionalChain-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemFunctionalChain-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/_C2P_systemFunctionalExchange-form-layout.xml b/global/hats/_default/tracker/_C2P_systemFunctionalExchange-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/_C2P_systemFunctionalExchange-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +
diff --git a/global/hats/_default/tracker/diagram-form-layout.xml b/global/hats/_default/tracker/diagram-form-layout.xml new file mode 100644 index 0000000..e25dd65 --- /dev/null +++ b/global/hats/_default/tracker/diagram-form-layout.xml @@ -0,0 +1,41 @@ + + + + + +
+ + +
+
+
+ + + + + + + + + + + + + + + + + + + + + + + + + + + +