ENTITY si_unit

(* SCHEMA step_ship_schema; *)
ENTITY si_unit
  SUBTYPE OF (named_unit);
    prefix : OPTIONAL si_prefix;
    name   : si_unit_name;
  DERIVE
    SELF\named_unit.dimensions : dimensional_exponents :=
                                    dimensions_for_si_unit(name);
END_ENTITY;

Explicit Attributes

Entity si_unit has the following local and inherited explicit attributes:
AttributeTypeDefined By
 dimensions*dimensional_exponents (ENTITY)si_unit(Redcl from named_unit)
 prefixsi_prefix (ENUM)si_unit
 namesi_unit_name (ENUM)si_unit

* - Explicit attribute redeclared as derived

Derived Attributes

Entity si_unit has the following local and inherited derived attributes:
AttributeTypeDefined By
 dimensionsdimensional_exponents (ENTITY)si_unit(Redcl from named_unit)

Inverse Attributes

    No Inverse Attributes

Supertypes

Entity si_unit inherits from the following supertypes:
  named_unit

Subtypes

    No subtypes

Referenced By

Entity si_unit and its supertypes are referenced by the following definitions:
DefinitionTypeReferenced Entity
 amount_of_substance_unit ENTITY named_unit
 area_unit ENTITY named_unit
 dependent_instantiable_named_unit RULE named_unit
 derived_unit_element ENTITY named_unit
 electric_current_unit ENTITY named_unit
 length_unit ENTITY named_unit
 luminous_intensity_unit ENTITY named_unit
 mass_unit ENTITY named_unit
 named_unit ENTITY si_unit
 plane_angle_unit ENTITY named_unit
 ratio_unit ENTITY named_unit
 si_unit ENTITY named_unit
 solid_angle_unit ENTITY named_unit
 thermodynamic_temperature_unit ENTITY named_unit
 time_unit ENTITY named_unit
 unit SELECT named_unit
 volume_unit ENTITY named_unit


[Top Level Definitions] [Exit]

Generated by STEP ToolsTM EXPRESS to HTML Converter
on 2007-09-24T12:42:21-04:00