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

Enum containing the known SCM (successive constraint method) model types in JRB. More...

Public Member Functions

RBSCMSystem getNewRBSCMSystem (RBSystem sys)
 Creates a new instance of an RBSCMSystem subclass according to the current SCMType. More...
 

Static Public Member Functions

static SCMType parse (String s)
 

Public Attributes

 NONE
 Not an SCM system. More...
 
 COERCIVE
 A coervice system. More...
 
 COERCIVE_ALPHASIGMA
 A coercive system with alpha/sigma. More...
 
 QN_TRANSIENT_SCM
 Dunno :-) More...
 

Detailed Description

Enum containing the known SCM (successive constraint method) model types in JRB.

Values taken from the previous rbAppMIT RBEnums.SCMTypeEnum class.

Author
Daniel Wirtz
Date
Aug 28, 2011

Definition at line 12 of file SCMType.java.

Member Function Documentation

RBSCMSystem rb.SCMType.getNewRBSCMSystem ( RBSystem  sys)

Creates a new instance of an RBSCMSystem subclass according to the current SCMType.

Returns
A new RBSCMSystem instance

Definition at line 56 of file SCMType.java.

static SCMType rb.SCMType.parse ( String  s)
static
Parameters
sThe string to parse
Returns
The matching SCM type or SCMType.NONE if no match was found or s is null.

Definition at line 43 of file SCMType.java.

Member Data Documentation

rb.SCMType.COERCIVE

A coervice system.

Definition at line 21 of file SCMType.java.

rb.SCMType.COERCIVE_ALPHASIGMA

A coercive system with alpha/sigma.

Definition at line 26 of file SCMType.java.

rb.SCMType.NONE

Not an SCM system.

Definition at line 16 of file SCMType.java.

rb.SCMType.QN_TRANSIENT_SCM

Dunno :-)

Definition at line 31 of file SCMType.java.


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