|
ENTITY geometric_node SUBTYPE OF (node_representation); WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ representation . items | 'geometry_schema.point' IN TYPEOF ( item ) ) ) = 1 ; END_ENTITY; -- geometric_node |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; node_representation model_ref: fea_model; geometric_node - |
Global rules for this entity data type- |
public interface EGeometric_node extends ENode_representation |
public class CGeometric_node implements EGeometric_node |
public class AGeometric_node extends AEntitypublic EGeometric_node getByIndex(int index)public EGeometric_node getCurrentMember(SdaiIterator it) |