Package | Description |
---|---|
nce.stream |
Modifier and Type | Method and Description |
---|---|
Phase.State |
Phase.getState() |
static Phase.State |
Phase.State.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static Phase.State[] |
Phase.State.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
Stream.setFaseState(Phase.State state)
Defines stream state of aggregation (gas, liquid, vapor...).
|
void |
Phase.setState(Phase.State state) |
StreamBuilder |
StreamBuilder.sPhaseState(Phase.State state)
Specify the
state attribute of the field phase |