|
ENTITY path_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: SIZEOF ( SELF . items ) = 1 ; wr2: SIZEOF ( QUERY ( i <* SELF . items | ( SIZEOF ( [ 'automotive_design.' + 'bounded_curve' , 'automotive_design.' + 'edge_curve' , 'automotive_design.' + 'path' ] * TYPEOF ( i ) ) = 1 ) ) ) = 1 ; END_ENTITY; -- path_shape_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; shape_representation - path_shape_representation - |
Global rules for this entity data type- |
public interface EPath_shape_representation extends EShape_representation |
public class CPath_shape_representation implements EPath_shape_representation |
public class APath_shape_representation extends AEntitypublic EPath_shape_representation getByIndex(int index)public EPath_shape_representation getCurrentMember(SdaiIterator it) |