ENTITY target_rectangle SUBTYPE OF (placed_target); target_length : length_measure_with_unit; target_width : length_measure_with_unit; DERIVE SELF\shape_aspect.description : text := 'rectangle'; END_ENTITY; -- target_rectangle |
Global rules for this entity data type- |
public interface ETarget_rectangle extends EPlaced_targettarget_length (explicit attribute)boolean testTarget_length(ETarget_rectangle type)ELength_measure_with_unit getTarget_length(ETarget_rectangle type) void setTarget_length(ETarget_rectangle type, ELength_measure_with_unit value) void unsetTarget_length(ETarget_rectangle type) target_width (explicit attribute)boolean testTarget_width(ETarget_rectangle type)ELength_measure_with_unit getTarget_width(ETarget_rectangle type) void setTarget_width(ETarget_rectangle type, ELength_measure_with_unit value) void unsetTarget_width(ETarget_rectangle type) |
public class CTarget_rectangle implements ETarget_rectanglestatic EAttribute attributeTarget_length(ETarget_rectangle type)static int usedinTarget_length(ETarget_rectangle type, ELength_measure_with_unit instance, ASdaiModel domain, ATarget_rectangle result) static EAttribute attributeTarget_width(ETarget_rectangle type) static int usedinTarget_width(ETarget_rectangle type, ELength_measure_with_unit instance, ASdaiModel domain, ATarget_rectangle result) static EAttribute attributeDescription(ETarget_rectangle type) |
public class ATarget_rectangle extends AEntitypublic ETarget_rectangle getByIndex(int index)public ETarget_rectangle getCurrentMember(SdaiIterator it) |