ENTITY projected_zone_height_characteristic SUBTYPE OF (projected_zone_definition); defined_height_of : projected_zone_and_base_relationship; SELF\projected_zone_definition.projected_length RENAMED projected_height_value : length_measure_with_unit; DERIVE SELF\tolerance_zone_definition.zone : tolerance_zone := ?; SELF\tolerance_zone_definition.boundaries : SET [1:?] OF shape_aspect := ?; SELF\projected_zone_definition.projection_end : shape_aspect := ?; END_ENTITY; -- projected_zone_height_characteristic |
Entity data types and their attributestolerance_zone_definitionzone: tolerance_zone; boundaries: SET [1:?] OF shape_aspect; projected_zone_definition projection_end: shape_aspect; projected_length: measure_with_unit; projected_zone_height_characteristic defined_height_of: projected_zone_and_base_relationship; (RT) projected_length->projected_height_value: length_measure_with_unit; (RT) (DER) zone: tolerance_zone; (RT) (DER) boundaries: SET [1:?] OF shape_aspect; (RT) (DER) projection_end: shape_aspect; |
Global rules for this entity data type- |
public interface EProjected_zone_height_characteristic extends EProjected_zone_definitiondefined_height_of (explicit attribute)boolean testDefined_height_of(EProjected_zone_height_characteristic type)EProjected_zone_and_base_relationship getDefined_height_of(EProjected_zone_height_characteristic type) void setDefined_height_of(EProjected_zone_height_characteristic type, EProjected_zone_and_base_relationship value) void unsetDefined_height_of(EProjected_zone_height_characteristic type) |
public class CProjected_zone_height_characteristic implements EProjected_zone_height_characteristicstatic EAttribute attributeDefined_height_of(EProjected_zone_height_characteristic type)static int usedinDefined_height_of(EProjected_zone_height_characteristic type, EProjected_zone_and_base_relationship instance, ASdaiModel domain, AProjected_zone_height_characteristic result) static EAttribute attributeZone(EProjected_zone_height_characteristic type) static int usedinZone(EProjected_zone_height_characteristic type, ETolerance_zone instance, ASdaiModel domain, AProjected_zone_height_characteristic result) static EAttribute attributeBoundaries(EProjected_zone_height_characteristic type) static int usedinBoundaries(EProjected_zone_height_characteristic type, EShape_aspect instance, ASdaiModel domain, AProjected_zone_height_characteristic result) static EAttribute attributeProjection_end(EProjected_zone_height_characteristic type) static int usedinProjection_end(EProjected_zone_height_characteristic type, EShape_aspect instance, ASdaiModel domain, AProjected_zone_height_characteristic result) |
public class AProjected_zone_height_characteristic extends AEntitypublic EProjected_zone_height_characteristic getByIndex(int index)public EProjected_zone_height_characteristic getCurrentMember(SdaiIterator it) |