|
ENTITY chosen_shape_element SUBTYPE OF (geometric_representation_item); picked_element : shape_representation_select; END_ENTITY; -- chosen_shape_element |
Entity data types and their attributesrepresentation_itemname: label; geometric_representation_item (DER) dim: dimension_count; chosen_shape_element picked_element: shape_representation_select; |
Global rules for this entity data type- |
public interface EChosen_shape_element extends EGeometric_representation_itempicked_element (explicit attribute)int testPicked_element(EChosen_shape_element type)case 1 EEntity getPicked_element(EChosen_shape_element type) void setPicked_element(EChosen_shape_element type, EEntity value, EEntity node1) void unsetPicked_element(EChosen_shape_element type) |
public class CChosen_shape_element implements EChosen_shape_elementstatic EAttribute attributePicked_element(EChosen_shape_element type)static int usedinPicked_element(EChosen_shape_element type, EEntity instance, ASdaiModel domain, AChosen_shape_element result) |
public class AChosen_shape_element extends AEntitypublic EChosen_shape_element getByIndex(int index)public EChosen_shape_element getCurrentMember(SdaiIterator it) |