|
ENTITY node_with_vector SUBTYPE OF (node); WHERE wr1: SIZEOF ( QUERY ( item <* SELF \ representation . items | 'geometry_schema.direction' IN TYPEOF ( item ) ) ) = 1 ; END_ENTITY; -- node_with_vector |
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; node - node_with_vector - |
Global rules for this entity data type- |
public interface ENode_with_vector extends ENode |
public class CNode_with_vector implements ENode_with_vector |
public class ANode_with_vector extends AEntitypublic ENode_with_vector getByIndex(int index)public ENode_with_vector getCurrentMember(SdaiIterator it) |