Overview Schemas Index

PRESENTATION_RESOURCE_SCHEMA (jsdai.SPresentation_resource_schema)


ENTITY colour_associated
          SUBTYPE OF (colour);
          name : label;
          variable_to_be_shown : SET [1:?] OF REAL;
          mapping : colour_association_table;
END_ENTITY; -- colour_associated

Entity data types and their attributes

colour
          -
colour_associated
          name: label;
          variable_to_be_shown: SET [1:?] OF REAL;
          mapping: colour_association_table;

Complex entities

          colour_associated$colour_rgb (PRESENTATION_RESOURCE_SCHEMA)
          colour_associated$colour_specification (PRESENTATION_RESOURCE_SCHEMA)
          colour_associated$draughting_pre_defined_colour (PRESENTATION_RESOURCE_SCHEMA)
          colour_associated$pre_defined_colour (PRESENTATION_RESOURCE_SCHEMA)

Users

colour
          curve_appearance.colour
          curve_style.curve_colour
          fill_area_style_colour.fill_colour
          fill_area_style_tile_coloured_region.region_colour
          light_source.light_colour
          multi_language_attribute_assignment.items
                    multi_language_attribute_item
                              multi_language_attribute_item_203e2
          point_appearance.colour
          point_style.marker_colour
          surface_colour.assigned_colour
          surface_rendering_properties.rendered_colour
          surface_style_reflectance_ambient_diffuse_specular.specular_colour
          surface_style_rendering.surface_colour
          symbol_colour.colour_of_symbol
          text_style_for_defined_font.text_colour
colour_associated

Global rules for this entity data type

          -

public interface EColour_associated extends EColour

name (explicit attribute)

          boolean testName(EColour_associated type)
          String getName(EColour_associated type)
          void setName(EColour_associated type, String value)
          void unsetName(EColour_associated type)

variable_to_be_shown (explicit attribute)

          boolean testVariable_to_be_shown(EColour_associated type)
          A_double getVariable_to_be_shown(EColour_associated type)
          A_double createVariable_to_be_shown(EColour_associated type)
          void unsetVariable_to_be_shown(EColour_associated type)

mapping (explicit attribute)

          boolean testMapping(EColour_associated type)
          EColour_association_table getMapping(EColour_associated type)
          void setMapping(EColour_associated type, EColour_association_table value)
          void unsetMapping(EColour_associated type)

public class CColour_associated implements EColour_associated

          static EAttribute attributeName(EColour_associated type)
          static EAttribute attributeVariable_to_be_shown(EColour_associated type)
          static EAttribute attributeMapping(EColour_associated type)
          static int usedinMapping(EColour_associated type, EColour_association_table instance, ASdaiModel domain, AColour_associated result)

public class AColour_associated extends AEntity

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