Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY sequential_stratum_technology_occurrence_group_xim
          SUBTYPE OF (stratum_technology_occurrence_group_xim);
WHERE
          wr1: (SIZEOF(parent) = 1) XOR (SIZEOF(USEDIN(SELF, 'LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM.LOCAL_LINEAR_STACK_ARMX.' + 'ROOT_XIM')) = 1);
          wr2: (SIZEOF(USEDIN(SELF, 'LAYERED_INTERCONNECT_COMPLEX_TEMPLATE_XIM.LOCAL_LINEAR_STACK_ARMX.' + 'ROOT_XIM')) <= 1);
END_ENTITY; -- sequential_stratum_technology_occurrence_group_xim

This group establishes sequence of stratums in the stack. Each member of elements with lower index shall be considered to be above each member with higher index in the stack. IP1: For each pair of Stratum_technology_occurrence in elements, that are adjacent to each other (have indexes i and i+1), their shall be one and only one member (Stratum_technology_occurrence_link) of implementation, such that its Stratum_technology_occurrence_link.precedent_sto shall be elements[i] and its Stratum_technology_occurrence_link.subsequent_sto shall be elements[i + 1].

Entity data types and their attributes

ignorable_xim
          -
stratum_technology_occurrence_group_xim
          (OPT) name: label;
          elements: LIST [0:?] OF UNIQUE sto_or_group_xim;
          implementation: SET [0:?] OF stratum_technology_occurrence_link_armx;
          (DER) stack: local_linear_stack_armx;
          (INV) parent: SET [0:1] OF stratum_technology_occurrence_group_xim FOR elements;
sequential_stratum_technology_occurrence_group_xim
          -

Users

ignorable_xim
stratum_technology_occurrence_group_xim
          stratum_technology_occurrence_group_xim.elements
                    sto_or_group_xim
sequential_stratum_technology_occurrence_group_xim
          local_linear_stack_armx.root_xim

Global rules for this entity data type

          -

public interface ESequential_stratum_technology_occurrence_group_xim extends EStratum_technology_occurrence_group_xim


public class CSequential_stratum_technology_occurrence_group_xim implements ESequential_stratum_technology_occurrence_group_xim


public class ASequential_stratum_technology_occurrence_group_xim extends AEntity

          public ESequential_stratum_technology_occurrence_group_xim getByIndex(int index)
          public ESequential_stratum_technology_occurrence_group_xim getCurrentMember(SdaiIterator it)