Class ThermoMLPureCompoundProperty

java.lang.Object
org.episteme.natural.physics.loaders.thermoml.ThermoMLPureCompoundProperty

public class ThermoMLPureCompoundProperty extends Object
  • Constructor Details

    • ThermoMLPureCompoundProperty

      public ThermoMLPureCompoundProperty()
  • Method Details

    • getValue

      public double getValue()
    • setValue

      public void setValue(double v)
    • getUnit

      public String getUnit()
    • setUnit

      public void setUnit(String u)
    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String n)
    • getPropertyGroup

      public String getPropertyGroup()
    • setPropertyGroup

      public void setPropertyGroup(String g)
    • getCompoundRegNum

      public String getCompoundRegNum()
    • setCompoundRegNum

      public void setCompoundRegNum(String r)
    • getTemperature

      public double getTemperature()
    • setTemperature

      public void setTemperature(double t)
    • getPressure

      public double getPressure()
    • setPressure

      public void setPressure(double p)
    • getUncertainty

      public double getUncertainty()
    • setUncertainty

      public void setUncertainty(double u)
    • getConditions

      public List<ThermoMLCondition> getConditions()
    • addCondition

      public void addCondition(ThermoMLCondition c)