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