![]() |
JaRMoS
1.1
Java Reduced Model Simulations
|
Enum for known RB system types in JRB. More...
Public Member Functions | |
RBSystem | getNewRBSystem () |
Instantiates an RBSystem subclass corresponding to the current type. More... | |
Static Public Member Functions | |
static SystemType | parse (String s) |
Parses a string into the corresponding enum. More... | |
Public Attributes | |
NONE | |
No system type. More... | |
LINEAR_STEADY | |
Linear, time-invariant/steady state rb system. More... | |
LINEAR_UNSTEADY | |
Linear, time-dependent rb system. More... | |
QN_UNSTEADY | |
Enum for known RB system types in JRB.
This class has been taken from the original rbAppMIT package and modified to fit into the current JaRMoS framework, formerly RBEnums.SystemTypeEnum.
Definition at line 13 of file SystemType.java.
RBSystem rb.SystemType.getNewRBSystem | ( | ) |
Instantiates an RBSystem subclass corresponding to the current type.
Definition at line 59 of file SystemType.java.
|
static |
Parses a string into the corresponding enum.
s | The string to parse |
Definition at line 46 of file SystemType.java.
rb.SystemType.LINEAR_STEADY |
Linear, time-invariant/steady state rb system.
Definition at line 22 of file SystemType.java.
rb.SystemType.LINEAR_UNSTEADY |
Linear, time-dependent rb system.
Definition at line 27 of file SystemType.java.
rb.SystemType.NONE |
No system type.
("Default" value, used for unknown system types)
Definition at line 17 of file SystemType.java.
rb.SystemType.QN_UNSTEADY |
Definition at line 32 of file SystemType.java.