Class ThermoMLMixtureProperty

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

public class ThermoMLMixtureProperty extends Object
  • Constructor Details

    • ThermoMLMixtureProperty

      public ThermoMLMixtureProperty()
  • Method Details

    • getPropertyName

      public String getPropertyName()
    • setPropertyName

      public void setPropertyName(String n)
    • getValue

      public double getValue()
    • setValue

      public void setValue(double v)
    • getUnit

      public String getUnit()
    • setUnit

      public void setUnit(String u)
    • getTemperature

      public double getTemperature()
    • setTemperature

      public void setTemperature(double t)
    • getPressure

      public double getPressure()
    • setPressure

      public void setPressure(double p)
    • getConditions

      public List<ThermoMLCondition> getConditions()
    • addCondition

      public void addCondition(ThermoMLCondition c)
    • getComponents

      public List<ThermoMLMixtureComponent> getComponents()
    • addComponent

      public void addComponent(ThermoMLMixtureComponent c)