Overview Schemas Index

LKSOFT_EXTENSIONS_XIM (jsdai.SLksoft_extensions_xim)


ENTITY optional_stratum_technology_occurrence_group_xim
          SUPERTYPE OF (alternative_stratum_technology_occurrence_group_xim)
          SUBTYPE OF (stratum_technology_occurrence_group_xim);
          SELF\stratum_technology_occurrence_group_xim.elements : LIST [0:?] OF UNIQUE stratum_technology_occurrence_armx;
WHERE
          wr1: SIZEOF(parent) = 1;
END_ENTITY; -- optional_stratum_technology_occurrence_group_xim

One or none elements of this group can be made available in the final stack. First member of the elements shall be considered default one.

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;
optional_stratum_technology_occurrence_group_xim
          (RT) elements: LIST [0:?] OF UNIQUE stratum_technology_occurrence_armx;

Known subtypes

          alternative_stratum_technology_occurrence_group_xim (LKSOFT_EXTENSIONS_XIM)

Users

ignorable_xim
stratum_technology_occurrence_group_xim
          stratum_technology_occurrence_group_xim.elements
                    sto_or_group_xim
optional_stratum_technology_occurrence_group_xim

Global rules for this entity data type

          -

public interface EOptional_stratum_technology_occurrence_group_xim extends EStratum_technology_occurrence_group_xim


public class COptional_stratum_technology_occurrence_group_xim implements EOptional_stratum_technology_occurrence_group_xim


public class AOptional_stratum_technology_occurrence_group_xim extends AEntity

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