public class Phase
extends java.lang.Object
implements java.io.Serializable
A stream may be classified by 3 attributes:
Modifier and Type | Class and Description |
---|---|
static class |
Phase.Cathegory |
static class |
Phase.Complexity |
static class |
Phase.State |
Constructor and Description |
---|
Phase() |
Modifier and Type | Method and Description |
---|---|
Phase.Cathegory |
getCathegory() |
Phase.Complexity |
getComplexity() |
Phase.State |
getState() |
boolean |
isGas() |
boolean |
isGasOrVapor() |
boolean |
isIdeal() |
boolean |
isLiquid() |
boolean |
isMixture() |
boolean |
isPure() |
boolean |
isVapor() |
void |
setCathegory(Phase.Cathegory cathegory) |
void |
setComplexity(Phase.Complexity complexity) |
void |
setState(Phase.State state) |
java.lang.String |
toString() |
public java.lang.String toString()
toString
in class java.lang.Object
public boolean isGas()
public boolean isVapor()
public boolean isGasOrVapor()
public boolean isLiquid()
public boolean isPure()
public boolean isMixture()
public boolean isIdeal()
public Phase.Cathegory getCathegory()
public void setCathegory(Phase.Cathegory cathegory)
public Phase.State getState()
public void setState(Phase.State state)
public Phase.Complexity getComplexity()
public void setComplexity(Phase.Complexity complexity)