|
ENTITY sequential_stratum_technology_occurrence_group_xim SUBTYPE OF (stratum_technology_occurrence_group_xim); WHERE wr1: ( SIZEOF ( parent ) = 1 ) XOR ( SIZEOF ( USEDIN ( SELF , 'part_template_2d_shape_xim.local_linear_stack_armx.' + 'root_xim' ) ) = 1 ) ; wr2: ( SIZEOF ( USEDIN ( SELF , 'part_template_2d_shape_xim.local_linear_stack_armx.' + 'root_xim' ) ) <= 1 ) ; END_ENTITY; -- sequential_stratum_technology_occurrence_group_xim |
Entity data types and their attributesignorable_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 - |
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 AEntitypublic ESequential_stratum_technology_occurrence_group_xim getByIndex(int index)public ESequential_stratum_technology_occurrence_group_xim getCurrentMember(SdaiIterator it) |