|
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) |