You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<classname="ActionPlan"description="A set of parallel steps for an application to carry out a command">
86
86
<attributename="execution_policy"description="How the application should execute steps of the action plan"type="enum"range="modules-in-parallel,modules-in-series"init-value="modules-in-parallel"/>
@@ -371,13 +371,16 @@
371
371
</class>
372
372
373
373
<classname="Segment"description="Logical sub division of the configuration that can be enabled/disabled as a group">
374
-
<superclassname="ResourceSetDisableAND"/>
374
+
<superclassname="ResourceSet"/>
375
375
<relationshipname="segments"description="Nested list of Segments that form part of this Segment"class-type="Segment"low-cc="zero"high-cc="many"is-composite="yes"is-exclusive="no"is-dependent="yes"/>
376
376
<relationshipname="applications"description="List of Applications that run in this Segment"class-type="Application"low-cc="zero"high-cc="many"is-composite="yes"is-exclusive="yes"is-dependent="yes"/>
377
377
<relationshipname="controller"description="This Segment's run controller."class-type="RCApplication"low-cc="one"high-cc="one"is-composite="yes"is-exclusive="yes"is-dependent="yes"/>
0 commit comments