|
ENTITY moments_of_inertia SUBTYPE OF (shape_dependent_property_representation, moments_of_inertia_representation); WHERE wr1: SIZEOF ( QUERY ( it <* SELF \ shape_dependent_property_representation . property_representation . items | 'inertia_characteristics_xim' + '.axis2_placement' IN TYPEOF ( it ) ) ) = 1 ; wr2: SIZEOF ( QUERY ( it <* SELF \ shape_dependent_property_representation . property_representation . items | 'inertia_characteristics_xim' + '.inertia_matrix_item' IN TYPEOF ( it ) ) ) = 1 ; wr3: 'inertia_characteristics_xim' + '.geometric_representation_context' IN TYPEOF ( SELF \ shape_dependent_property_representation . property_representation . context_of_items ) ; END_ENTITY; -- moments_of_inertia |
Entity data types and their attributesrepresentationname: label; items: SET [1:?] OF representation_item; context_of_items: representation_context; (DER) id: identifier; (DER) description: text; shape_dependent_property_representation (RT) name->characteristic_type: STRING; (OPT) description_x: STRING; described_element: shape_dependent_select; (DER) property_representation: representation; (RT) (DER) description: text; (RT) (DER) context_of_items: representation_context; moments_of_inertia_representation - moments_of_inertia - |
Global rules for this entity data type- |
public interface EMoments_of_inertia extends EShape_dependent_property_representation, EMoments_of_inertia_representation |
public class CMoments_of_inertia implements EMoments_of_inertia |
public class AMoments_of_inertia extends AEntitypublic EMoments_of_inertia getByIndex(int index)public EMoments_of_inertia getCurrentMember(SdaiIterator it) |