|
ENTITY velocity_unit SUBTYPE OF (derived_unit); WHERE wr1: derive_dimensional_exponents ( SELF ) = dimensional_exponents ( 1.0 , 0.0 , - 1.0 , 0.0 , 0.0 , 0.0 , 0.0 ) ; END_ENTITY; -- velocity_unit |
Entity data types and their attributesderived_unitelements: SET [1:?] OF derived_unit_element; (DER) name: label; velocity_unit - |
Global rules for this entity data type- |
public interface EVelocity_unit extends EDerived_unit |
public class CVelocity_unit implements EVelocity_unit |
public class AVelocity_unit extends AEntitypublic EVelocity_unit getByIndex(int index)public EVelocity_unit getCurrentMember(SdaiIterator it) |