ENTITY projected_zone_definition_with_offset SUBTYPE OF (projected_zone_definition); offset : length_measure_with_unit; END_ENTITY; -- projected_zone_definition_with_offset |
Entity data types and their attributestolerance_zone_definitionzone: tolerance_zone; boundaries: SET [0:?] OF shape_aspect; projected_zone_definition projection_end: shape_aspect; projected_length: length_measure_with_unit; projected_zone_definition_with_offset offset: length_measure_with_unit; |
Global rules for this entity data type- |
public interface EProjected_zone_definition_with_offset extends EProjected_zone_definitionoffset (explicit attribute)boolean testOffset(EProjected_zone_definition_with_offset type)ELength_measure_with_unit getOffset(EProjected_zone_definition_with_offset type) void setOffset(EProjected_zone_definition_with_offset type, ELength_measure_with_unit value) void unsetOffset(EProjected_zone_definition_with_offset type) |
public class CProjected_zone_definition_with_offset implements EProjected_zone_definition_with_offsetstatic EAttribute attributeOffset(EProjected_zone_definition_with_offset type)static int usedinOffset(EProjected_zone_definition_with_offset type, ELength_measure_with_unit instance, ASdaiModel domain, AProjected_zone_definition_with_offset result) |
public class AProjected_zone_definition_with_offset extends AEntitypublic EProjected_zone_definition_with_offset getByIndex(int index)public EProjected_zone_definition_with_offset getCurrentMember(SdaiIterator it) |