JaRMoS  1.1
Java Reduced Model Simulations
 All Classes Namespaces Files Functions Variables Enumerator Groups Pages
rb.SystemType Enum Reference

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
 

Detailed Description

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.

Author
Daniel Wirtz
Date
Aug 28, 2011

Definition at line 13 of file SystemType.java.

Member Function Documentation

RBSystem rb.SystemType.getNewRBSystem ( )

Instantiates an RBSystem subclass corresponding to the current type.

Returns
An RBSystem instance

Definition at line 59 of file SystemType.java.

static SystemType rb.SystemType.parse ( String  s)
static

Parses a string into the corresponding enum.

Parameters
sThe string to parse
Returns
Returns the matching system type or SystemType.NONE if no matching type is found or s is null.

Definition at line 46 of file SystemType.java.

Member Data Documentation

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.


The documentation for this enum was generated from the following file: