Overview Schemas Index

DRAUGHTING_DIMENSION_SCHEMA (jsdai.SDraughting_dimension_schema)


ENTITY dimension_graph_projection_curve_usage;
          graph : dimension_graph;
          projection_line : projection_curve;
          role : dimension_extent_usage;
UNIQUE
          ur2 : graph, role;
          ur1 : graph, projection_line;
END_ENTITY; -- dimension_graph_projection_curve_usage

Entity data types and their attributes

dimension_graph_projection_curve_usage
          graph: dimension_graph;
          projection_line: projection_curve;
          role: dimension_extent_usage;

Users

dimension_graph_projection_curve_usage

Global rules for this entity data type

          -

public interface EDimension_graph_projection_curve_usage extends EEntity

graph (explicit attribute)

          boolean testGraph(EDimension_graph_projection_curve_usage type)
          EDimension_graph getGraph(EDimension_graph_projection_curve_usage type)
          void setGraph(EDimension_graph_projection_curve_usage type, EDimension_graph value)
          void unsetGraph(EDimension_graph_projection_curve_usage type)

projection_line (explicit attribute)

          boolean testProjection_line(EDimension_graph_projection_curve_usage type)
          EProjection_curve getProjection_line(EDimension_graph_projection_curve_usage type)
          void setProjection_line(EDimension_graph_projection_curve_usage type, EProjection_curve value)
          void unsetProjection_line(EDimension_graph_projection_curve_usage type)

role (explicit attribute)

          boolean testRole(EDimension_graph_projection_curve_usage type)
          int getRole(EDimension_graph_projection_curve_usage type)
          void setRole(EDimension_graph_projection_curve_usage type, int value)
          void unsetRole(EDimension_graph_projection_curve_usage type)

public class CDimension_graph_projection_curve_usage implements EDimension_graph_projection_curve_usage

          static EAttribute attributeGraph(EDimension_graph_projection_curve_usage type)
          static int usedinGraph(EDimension_graph_projection_curve_usage type, EDimension_graph instance, ASdaiModel domain, ADimension_graph_projection_curve_usage result)
          static EAttribute attributeProjection_line(EDimension_graph_projection_curve_usage type)
          static int usedinProjection_line(EDimension_graph_projection_curve_usage type, EProjection_curve instance, ASdaiModel domain, ADimension_graph_projection_curve_usage result)
          static EAttribute attributeRole(EDimension_graph_projection_curve_usage type)

public class ADimension_graph_projection_curve_usage extends AEntity

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