| Package | Description |
|---|---|
| org.josef.science.physics |
Physics related Classes.
|
| Modifier and Type | Method and Description |
|---|---|
static Phase |
Phase.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Phase[] |
Phase.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
static Phase.Transition |
Phase.Transition.from(Phase from,
Phase to)
Gets the transition from the supplied phase, to the supplied phase.
|
Copyright © 2008–2017. All rights reserved.