ENTITY release_spring_non_linear
(* SCHEMA STRUCTURAL_FRAME_SCHEMA; *)
ENTITY release_spring_non_linear
SUBTYPE OF (release);
change_values : LIST [2:?] OF measure_with_unit;
values : LIST [2:?] OF release_spring_linear;
DERIVE
number_of_values : INTEGER := SIZEOF(change_values);
WHERE
WRR23 : SIZEOF(values) = SIZEOF(change_values);
END_ENTITY;
Explicit Attributes
Entity release_spring_non_linear has the following local and inherited explicit attributes:
Derived Attributes
Entity release_spring_non_linear has the following local and inherited derived attributes:
Attribute | Type | Defined By |
---|
number_of_values | INTEGER | release_spring_non_linear |
|
Inverse Attributes
Entity release_spring_non_linear has the following local and inherited inverse attributes:
Supertypes
Entity release_spring_non_linear inherits from the following supertypes:
release
Subtypes
No subtypesReferenced By
Entity release_spring_non_linear and its supertypes are referenced by the following definitions:
[Top Level Definitions] [Exit]Generated by STEP Tools® EXPRESS to HTML Converter
2023-03-25T00:11:38-04:00