|
ENTITY stratum_technology_occurrence_swap_relationship_armx SUBTYPE OF (stratum_technology_occurrence_relationship_armx, stratum_technology_occurrence_swap_relationship); UNIQUE ur2 : sto_2, scope; ur1 : sto_1, scope; WHERE wr1: SELF \ stratum_technology_occurrence_relationship_armx . sto_1 <> SELF \ stratum_technology_occurrence_relationship_armx . sto_2 ; wr2: ( SELF \ stratum_technology_occurrence_relationship_armx . sto_1 IN SELF \ stratum_technology_occurrence_relationship_armx . scope \ stratum_stack_model_armx . composing_occurrence ) AND ( SELF \ stratum_technology_occurrence_relationship_armx . sto_2 IN SELF \ stratum_technology_occurrence_relationship_armx . scope \ stratum_stack_model_armx . composing_occurrence ) ; END_ENTITY; -- stratum_technology_occurrence_swap_relationship_armx |
Entity data types and their attributesproperty_definitionname: label; (OPT) description: text; definition: characterized_definition; (DER) id: identifier; property_definition_relationship name: label; description: text; relating_property_definition: property_definition; related_property_definition: property_definition; stratum_technology_occurrence_relationship - stratum_technology_occurrence_relationship_armx (RT) relating_property_definition->sto_1: stratum_technology_occurrence_armx; (RT) related_property_definition->sto_2: stratum_technology_occurrence_armx; (RT) definition->scope: stratum_stack_model_armx; (RT) (DER) name: label; (RT) (DER) description: text; (RT) (DER) name: label; (RT) (DER) description: text; stratum_technology_occurrence_swap_relationship - stratum_technology_occurrence_swap_relationship_armx - |
Global rules for this entity data type- |
public interface EStratum_technology_occurrence_swap_relationship_armx extends EStratum_technology_occurrence_relationship_armx, EStratum_technology_occurrence_swap_relationship |
public class CStratum_technology_occurrence_swap_relationship_armx implements EStratum_technology_occurrence_swap_relationship_armx |
public class AStratum_technology_occurrence_swap_relationship_armx extends AEntitypublic EStratum_technology_occurrence_swap_relationship_armx getByIndex(int index)public EStratum_technology_occurrence_swap_relationship_armx getCurrentMember(SdaiIterator it) |