ENTITY moments_of_inertia_representation SUBTYPE OF (representation); WHERE wr1: (SIZEOF(SELF.items) = 1) AND (SIZEOF( QUERY( i <* SELF.items | ('REPRESENTATION_SCHEMA.' + 'COMPOUND_REPRESENTATION_ITEM' IN TYPEOF(i)) AND (i.name = 'moments of inertia matrix') )) = 1); wr2: SIZEOF( QUERY( i <* SELF.items | ('REPRESENTATION_SCHEMA.' + 'COMPOUND_REPRESENTATION_ITEM' IN TYPEOF(i)) AND ('REPRESENTATION_SCHEMA.' + 'LIST_REPRESENTATION_ITEM' IN TYPEOF(i\compound_representation_item.item_element)) AND value_range_aggregate_rep_item (i\compound_representation_item.item_element) )) = 1; END_ENTITY; -- moments_of_inertia_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; moments_of_inertia_representation - |
moments_of_inertia (INERTIA_CHARACTERISTICS_XIM) |
Global rules for this entity data type- |
public interface EMoments_of_inertia_representation extends ERepresentation |
public class CMoments_of_inertia_representation implements EMoments_of_inertia_representation |
public class AMoments_of_inertia_representation extends AEntitypublic EMoments_of_inertia_representation getByIndex(int index)public EMoments_of_inertia_representation getCurrentMember(SdaiIterator it) |