|
ENTITY stratum_constraint_region SUBTYPE OF (non_feature_shape_element); keepout : BOOLEAN; non_conformant_stratum : OPTIONAL SET [1:?] OF stratum; SELF\non_feature_shape_element.scope : interconnect_module; design_specific_purpose : STRING; constrained_stratum : SET [1:?] OF stratum; INVERSE precedent_version_constraint_region : SET [0:1] OF non_feature_shape_element_relationship FOR related; requirement : SET [1:1] OF requirement_assignment_armx FOR assigned_to; WHERE wr1: NOT ( SIZEOF ( precedent_version_constraint_region ) = 1 ) OR ( 'interconnect_placement_requirements_xim.stratum_constraint_region' IN TYPEOF ( precedent_version_constraint_region [ 1 ] \ non_feature_shape_element_relationship . relating ) ) ; wr2: NOT EXISTS ( SELF \ shape_element . description ) ; wr3: valid_non_conformant_stratum_context ( non_conformant_stratum , scope ) ; END_ENTITY; -- stratum_constraint_region |
Entity data types and their attributesshape_aspectname: label; (OPT) description: text; of_shape: product_definition_shape; product_definitional: LOGICAL; (DER) id: identifier; shape_element (OPT) id_x: STRING; (RT) name->element_name: STRING; (RT) of_shape->containing_shape: item_shape; (RT) (DER) product_definitional: LOGICAL; (RT) (DER) id: identifier; non_feature_shape_element (RT) containing_shape->scope: ee_product_definition_with_annotation_elements; (INV) element_shape: SET [0:?] OF non_feature_shape_model FOR associated_element; (INV) associated_usage_concept: SET [0:?] OF usage_concept_usage_relationship_armx FOR associated_usage; stratum_constraint_region keepout: BOOLEAN; (OPT) non_conformant_stratum: SET [1:?] OF stratum; (RT) scope: interconnect_module; design_specific_purpose: STRING; constrained_stratum: SET [1:?] OF stratum; (INV) precedent_version_constraint_region: SET [0:1] OF non_feature_shape_element_relationship FOR related; (INV) requirement: SET [1:1] OF requirement_assignment_armx FOR assigned_to; |
Global rules for this entity data type- |
public interface EStratum_constraint_region extends ENon_feature_shape_elementkeepout (explicit attribute)boolean testKeepout(EStratum_constraint_region type)boolean getKeepout(EStratum_constraint_region type) void setKeepout(EStratum_constraint_region type, boolean value) void unsetKeepout(EStratum_constraint_region type) non_conformant_stratum (explicit attribute)boolean testNon_conformant_stratum(EStratum_constraint_region type)AStratum getNon_conformant_stratum(EStratum_constraint_region type) AStratum createNon_conformant_stratum(EStratum_constraint_region type) void unsetNon_conformant_stratum(EStratum_constraint_region type) design_specific_purpose (explicit attribute)boolean testDesign_specific_purpose(EStratum_constraint_region type)String getDesign_specific_purpose(EStratum_constraint_region type) void setDesign_specific_purpose(EStratum_constraint_region type, String value) void unsetDesign_specific_purpose(EStratum_constraint_region type) constrained_stratum (explicit attribute)boolean testConstrained_stratum(EStratum_constraint_region type)AStratum getConstrained_stratum(EStratum_constraint_region type) AStratum createConstrained_stratum(EStratum_constraint_region type) void unsetConstrained_stratum(EStratum_constraint_region type) precedent_version_constraint_region (inverse attribute)ANon_feature_shape_element_relationship getPrecedent_version_constraint_region(EStratum_constraint_region type, ASdaiModel domain)requirement (inverse attribute)ARequirement_assignment_armx getRequirement(EStratum_constraint_region type, ASdaiModel domain) |
public class CStratum_constraint_region implements EStratum_constraint_regionstatic EAttribute attributeKeepout(EStratum_constraint_region type)static EAttribute attributeNon_conformant_stratum(EStratum_constraint_region type) static int usedinNon_conformant_stratum(EStratum_constraint_region type, EStratum instance, ASdaiModel domain, AStratum_constraint_region result) static EAttribute attributeDesign_specific_purpose(EStratum_constraint_region type) static EAttribute attributeConstrained_stratum(EStratum_constraint_region type) static int usedinConstrained_stratum(EStratum_constraint_region type, EStratum instance, ASdaiModel domain, AStratum_constraint_region result) static EAttribute attributePrecedent_version_constraint_region(EStratum_constraint_region type) static EAttribute attributeRequirement(EStratum_constraint_region type) |
public class AStratum_constraint_region extends AEntitypublic EStratum_constraint_region getByIndex(int index)public EStratum_constraint_region getCurrentMember(SdaiIterator it) |