ENTITY path_parameter_representation SUBTYPE OF (definitional_representation); SELF\representation.context_of_items : path_parameter_representation_context; SELF\representation.items : SET [1:?] OF bounded_curve; WHERE wr1: SELF\representation.context_of_items\geometric_representation_context.coordinate_space_dimension = 2; END_ENTITY; -- path_parameter_representation |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; definitional_representation - path_parameter_representation (RT) context_of_items: path_parameter_representation_context; (RT) items: SET [1:?] OF bounded_curve; |
Global rules for this entity data type- |
public interface EPath_parameter_representation extends EDefinitional_representation |
public class CPath_parameter_representation implements EPath_parameter_representation |
public class APath_parameter_representation extends AEntitypublic EPath_parameter_representation getByIndex(int index)public EPath_parameter_representation getCurrentMember(SdaiIterator it) |