|
ENTITY centre_of_mass SUBTYPE OF (shape_dependent_property_representation); WHERE wr1: SIZEOF ( SELF \ shape_dependent_property_representation . property_representation . items ) = 1 ; wr2: SIZEOF ( QUERY ( it <* SELF \ shape_dependent_property_representation . property_representation . items | 'inertia_characteristics_xim' + '.cartesian_point' 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; -- centre_of_mass |
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; centre_of_mass - |
Global rules for this entity data type- |
public interface ECentre_of_mass extends EShape_dependent_property_representation |
public class CCentre_of_mass implements ECentre_of_mass |
public class ACentre_of_mass extends AEntitypublic ECentre_of_mass getByIndex(int index)public ECentre_of_mass getCurrentMember(SdaiIterator it) |