Overview Schemas Index

CURVE_APPEARANCE_XIM (jsdai.SCurve_appearance_xim)


ENTITY point_appearance
          SUBTYPE OF (point_style);
          SELF\point_style.marker_colour RENAMED colour : colour;
          SELF\point_style.marker_size RENAMED size : positive_length_measure;
END_ENTITY; -- point_appearance

Entity data types and their attributes

founded_item
          (DER) users: SET [0:?] OF founded_item_select;
point_style
          name: label;
          marker: marker_select;
          marker_size: size_select;
          marker_colour: colour;
point_appearance
          (RT) marker_colour->colour: colour;
          (RT) marker_size->size: positive_length_measure;

Users

founded_item
          founded_item.users
                    founded_item_select
point_style
          presentation_style_assignment.styles
                    presentation_style_select
point_appearance

Global rules for this entity data type

          -

public interface EPoint_appearance extends EPoint_style


public class CPoint_appearance implements EPoint_appearance


public class APoint_appearance extends AEntity

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