Overview Schemas Index

DRAUGHTING_DIMENSION_SCHEMA (jsdai.SDraughting_dimension_schema)


ENTITY dimension_graph_sequence
          SUBTYPE OF (draughting_callout_relationship);
WHERE
          wr1: 'DRAUGHTING_DIMENSION_SCHEMA.DIMENSION_GRAPH' IN
       TYPEOF (SELF\draughting_callout_relationship.
                    relating_draughting_callout);
          wr2: 'DRAUGHTING_DIMENSION_SCHEMA.DIMENSION_GRAPH' IN
       TYPEOF (SELF\draughting_callout_relationship.
                    related_draughting_callout);
END_ENTITY; -- dimension_graph_sequence

Entity data types and their attributes

draughting_callout_relationship
          name: label;
          description: text;
          relating_draughting_callout: draughting_callout;
          related_draughting_callout: draughting_callout;
dimension_graph_sequence
          -

Users

draughting_callout_relationship
dimension_graph_sequence

Global rules for this entity data type

          -

public interface EDimension_graph_sequence extends EDraughting_callout_relationship


public class CDimension_graph_sequence implements EDimension_graph_sequence


public class ADimension_graph_sequence extends AEntity

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