ENTITY geometric_representation_context_with_parameter SUBTYPE OF (geometric_representation_context); parameter_unit : OPTIONAL unit; END_ENTITY; -- geometric_representation_context_with_parameter |
Entity data types and their attributesrepresentation_contextcontext_identifier: identifier; context_type: text; (INV) representations_in_context: SET [1:?] OF representation FOR context_of_items; geometric_representation_context coordinate_space_dimension: dimension_count; geometric_representation_context_with_parameter (OPT) parameter_unit: unit; |
Global rules for this entity data type- |
public interface EGeometric_representation_context_with_parameter extends EGeometric_representation_contextparameter_unit (explicit attribute)int testParameter_unit(EGeometric_representation_context_with_parameter type)case 1 EEntity getParameter_unit(EGeometric_representation_context_with_parameter type) void setParameter_unit(EGeometric_representation_context_with_parameter type, EEntity value, EEntity node1) void unsetParameter_unit(EGeometric_representation_context_with_parameter type) |
public class CGeometric_representation_context_with_parameter implements EGeometric_representation_context_with_parameterstatic EAttribute attributeParameter_unit(EGeometric_representation_context_with_parameter type)static int usedinParameter_unit(EGeometric_representation_context_with_parameter type, EEntity instance, ASdaiModel domain, AGeometric_representation_context_with_parameter result) |
public class AGeometric_representation_context_with_parameter extends AEntitypublic EGeometric_representation_context_with_parameter getByIndex(int index)public EGeometric_representation_context_with_parameter getCurrentMember(SdaiIterator it) |