ENTITY direction_shape_representation SUBTYPE OF (shape_representation); WHERE wr1: (SIZEOF(SELF.items) = 1); wr2: (SIZEOF(QUERY ( it <* SELF.items | (NOT ( 'AIC_MACHINING_FEATURE.DIRECTION' IN TYPEOF(it))) )) = 0); END_ENTITY; -- direction_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 - direction_shape_representation - |
Global rules for this entity data type- |
public interface EDirection_shape_representation extends EShape_representation |
public class CDirection_shape_representation implements EDirection_shape_representation |
public class ADirection_shape_representation extends AEntitypublic EDirection_shape_representation getByIndex(int index)public EDirection_shape_representation getCurrentMember(SdaiIterator it) |