Overview Schemas Index

MEASURE_SCHEMA (jsdai.SMeasure_schema)


ENTITY dimensional_exponents;
          length_exponent : REAL;
          mass_exponent : REAL;
          time_exponent : REAL;
          electric_current_exponent : REAL;
          thermodynamic_temperature_exponent : REAL;
          amount_of_substance_exponent : REAL;
          luminous_intensity_exponent : REAL;
END_ENTITY; -- dimensional_exponents

Entity data types and their attributes

dimensional_exponents
          length_exponent: REAL;
          mass_exponent: REAL;
          time_exponent: REAL;
          electric_current_exponent: REAL;
          thermodynamic_temperature_exponent: REAL;
          amount_of_substance_exponent: REAL;
          luminous_intensity_exponent: REAL;

Users

dimensional_exponents
          conversion_based_unit.dimensions
          named_unit.dimensions
          si_unit.dimensions

Global rules for this entity data type

          -

public interface EDimensional_exponents extends EEntity

length_exponent (explicit attribute)

          boolean testLength_exponent(EDimensional_exponents type)
          double getLength_exponent(EDimensional_exponents type)
          void setLength_exponent(EDimensional_exponents type, double value)
          void unsetLength_exponent(EDimensional_exponents type)

mass_exponent (explicit attribute)

          boolean testMass_exponent(EDimensional_exponents type)
          double getMass_exponent(EDimensional_exponents type)
          void setMass_exponent(EDimensional_exponents type, double value)
          void unsetMass_exponent(EDimensional_exponents type)

time_exponent (explicit attribute)

          boolean testTime_exponent(EDimensional_exponents type)
          double getTime_exponent(EDimensional_exponents type)
          void setTime_exponent(EDimensional_exponents type, double value)
          void unsetTime_exponent(EDimensional_exponents type)

electric_current_exponent (explicit attribute)

          boolean testElectric_current_exponent(EDimensional_exponents type)
          double getElectric_current_exponent(EDimensional_exponents type)
          void setElectric_current_exponent(EDimensional_exponents type, double value)
          void unsetElectric_current_exponent(EDimensional_exponents type)

thermodynamic_temperature_exponent (explicit attribute)

          boolean testThermodynamic_temperature_exponent(EDimensional_exponents type)
          double getThermodynamic_temperature_exponent(EDimensional_exponents type)
          void setThermodynamic_temperature_exponent(EDimensional_exponents type, double value)
          void unsetThermodynamic_temperature_exponent(EDimensional_exponents type)

amount_of_substance_exponent (explicit attribute)

          boolean testAmount_of_substance_exponent(EDimensional_exponents type)
          double getAmount_of_substance_exponent(EDimensional_exponents type)
          void setAmount_of_substance_exponent(EDimensional_exponents type, double value)
          void unsetAmount_of_substance_exponent(EDimensional_exponents type)

luminous_intensity_exponent (explicit attribute)

          boolean testLuminous_intensity_exponent(EDimensional_exponents type)
          double getLuminous_intensity_exponent(EDimensional_exponents type)
          void setLuminous_intensity_exponent(EDimensional_exponents type, double value)
          void unsetLuminous_intensity_exponent(EDimensional_exponents type)

public class CDimensional_exponents implements EDimensional_exponents

          static EAttribute attributeLength_exponent(EDimensional_exponents type)
          static EAttribute attributeMass_exponent(EDimensional_exponents type)
          static EAttribute attributeTime_exponent(EDimensional_exponents type)
          static EAttribute attributeElectric_current_exponent(EDimensional_exponents type)
          static EAttribute attributeThermodynamic_temperature_exponent(EDimensional_exponents type)
          static EAttribute attributeAmount_of_substance_exponent(EDimensional_exponents type)
          static EAttribute attributeLuminous_intensity_exponent(EDimensional_exponents type)

public class ADimensional_exponents extends AEntity

          public EDimensional_exponents getByIndex(int index)
          public EDimensional_exponents getCurrentMember(SdaiIterator it)