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

Base class for RB models and systems. More...

Public Member Functions

SCMType getSCMType ()
 
SystemType getSystemType ()
 
boolean loadModel (AModelManager m)
 Loads an rb/rbappmit type model using a provided ModelManager. More...
 

Public Attributes

String descriptionURL
 Some url :-) More...
 
RBSCMSystem mRbScmSystem = null
 The main RBSCMSystem object. More...
 
RBSystem mRbSystem = null
 The RBSystem object. More...
 
RBSCMSystem mSecondRbScmSystem = null
 The second RBSCMSystem object, needed in some time-dependent problems. More...
 
String problemDescription
 A short problem description. More...
 
String problemTitle
 Descriptive member variables for the problem title, variable names, and general info. More...
 

Static Package Attributes

static final String DEBUG_TAG = "RBContainer"
 

Detailed Description

Base class for RB models and systems.

Contains the RB system instances and descriptions as well as methods to load RB models.

This class has been extracted from the old RBActivity class of rbAppMIT in order to separate data from the activity.

This class has been taken from the original rbAppMIT package and modified to fit into the current JaRMoS framework.

Author
Daniel Wirtz
Date
Aug 23, 2011

Definition at line 27 of file RBContainer.java.

Member Function Documentation

SCMType rb.RBContainer.getSCMType ( )
Returns
the SCMType

Definition at line 65 of file RBContainer.java.

SystemType rb.RBContainer.getSystemType ( )
Returns
the SystemType

Definition at line 72 of file RBContainer.java.

boolean rb.RBContainer.loadModel ( AModelManager  m)

Loads an rb/rbappmit type model using a provided ModelManager.

Parameters
mThe ModelManager instance to use loading the model
Returns
true if succeeded, false otherwise

Definition at line 118 of file RBContainer.java.

Member Data Documentation

final String rb.RBContainer.DEBUG_TAG = "RBContainer"
staticpackage

Definition at line 30 of file RBContainer.java.

String rb.RBContainer.descriptionURL

Some url :-)

Definition at line 35 of file RBContainer.java.

RBSCMSystem rb.RBContainer.mRbScmSystem = null

The main RBSCMSystem object.

Definition at line 42 of file RBContainer.java.

RBSystem rb.RBContainer.mRbSystem = null

The RBSystem object.

Definition at line 46 of file RBContainer.java.

RBSCMSystem rb.RBContainer.mSecondRbScmSystem = null

The second RBSCMSystem object, needed in some time-dependent problems.

Definition at line 51 of file RBContainer.java.

String rb.RBContainer.problemDescription

A short problem description.

Though not noticed where it ist used, yet.

Definition at line 56 of file RBContainer.java.

String rb.RBContainer.problemTitle

Descriptive member variables for the problem title, variable names, and general info.

Definition at line 60 of file RBContainer.java.


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