Overview Schemas Index

REPRESENTATION_SCHEMA (jsdai.SRepresentation_schema)


ENTITY founded_item;
DERIVE
          users : SET [0:?] OF founded_item_select := using_items(SELF,[]);
WHERE
          wr1: SIZEOF(users) > 0;
          wr2: NOT(SELF IN users);
END_ENTITY; -- founded_item

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;

Known subtypes

          approximation_tolerance (PRESENTATION_APPEARANCE_SCHEMA)
          approximation_tolerance_deviation (PRESENTATION_APPEARANCE_SCHEMA)
          approximation_tolerance_parameter (PRESENTATION_APPEARANCE_SCHEMA)
          box_domain (GEOMETRIC_MODEL_SCHEMA)
          character_glyph_style_outline (PRESENTATION_APPEARANCE_SCHEMA)
          character_glyph_style_stroke (PRESENTATION_APPEARANCE_SCHEMA)
          composite_curve_segment (GEOMETRY_SCHEMA)
          curve_style (PRESENTATION_APPEARANCE_SCHEMA)
          curve_style_font (PRESENTATION_APPEARANCE_SCHEMA)
          curve_style_font_and_scaling (PRESENTATION_APPEARANCE_SCHEMA)
          curve_style_font_pattern (PRESENTATION_APPEARANCE_SCHEMA)
          externally_defined_style (PRESENTATION_APPEARANCE_SCHEMA)
          fill_area_style (PRESENTATION_APPEARANCE_SCHEMA)
          point_style (PRESENTATION_APPEARANCE_SCHEMA)
          pre_defined_presentation_style (PRESENTATION_APPEARANCE_SCHEMA)
          presentation_style_assignment (PRESENTATION_APPEARANCE_SCHEMA)
          rectangle_domain (GEOMETRIC_MODEL_SCHEMA)
          surface_patch (GEOMETRY_SCHEMA)
          surface_side_style (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_boundary (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_control_grid (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_fill_area (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_parameter_line (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_segmentation_curve (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_silhouette (PRESENTATION_APPEARANCE_SCHEMA)
          surface_style_usage (PRESENTATION_APPEARANCE_SCHEMA)
          symbol_element_style (PRESENTATION_APPEARANCE_SCHEMA)
          symbol_style (PRESENTATION_APPEARANCE_SCHEMA)
          text_style (PRESENTATION_APPEARANCE_SCHEMA)
          view_volume (PRESENTATION_ORGANIZATION_SCHEMA)

Known subtype constraints

          founded_item_subtypes (PRESENTATION_APPEARANCE_SCHEMA)

Users

founded_item
          founded_item.users
                    founded_item_select

Global rules for this entity data type

          subtype_exclusiveness_founded_item (AUTOMOTIVE_DESIGN)
          subtype_exclusiveness_founded_item (CATALOG_DATA_INFORMATION_AND_SHAPE_REPRESENTATION_MIM)
          subtype_mandatory_founded_item (AUTOMOTIVE_DESIGN)
          subtype_mandatory_founded_item (CATALOG_DATA_INFORMATION_AND_SHAPE_REPRESENTATION_MIM)

public interface EFounded_item extends EEntity

users (derived attribute)

          AFounded_item_select getUsers(EFounded_item type)
          boolean testUsers(EFounded_item type)

public class CFounded_item implements EFounded_item

          static EAttribute attributeUsers(EFounded_item type)
          static int usedinUsers(EFounded_item type, EEntity instance, ASdaiModel domain, AFounded_item result)

public class AFounded_item extends AEntity

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