|
ENTITY rational_representation_item SUBTYPE OF (representation_item, slash_expression); WHERE wr1: SIZEOF ( QUERY ( operand <* SELF \ binary_generic_expression . operands | NOT ( 'iso13584_expressions_schema.int_literal' IN TYPEOF ( operand ) ) ) ) = 0 ; END_ENTITY; -- rational_representation_item |
Entity data types and their attributesrepresentation_itemname: label; generic_expression - expression - numeric_expression (DER) is_int: BOOLEAN; (DER) sql_mappable: BOOLEAN; binary_generic_expression operands: LIST [2:2] OF generic_expression; binary_numeric_expression (RT) operands: LIST [2:2] OF numeric_expression; slash_expression - rational_representation_item - |
| rational_representation_item_xim (BASIC_DATA_REPRESENTATION_XIM) |
Global rules for this entity data type- |
public interface ERational_representation_item extends ERepresentation_item, ESlash_expression |
public class CRational_representation_item implements ERational_representation_item |
public class ARational_representation_item extends AEntitypublic ERational_representation_item getByIndex(int index)public ERational_representation_item getCurrentMember(SdaiIterator it) |