Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members   File Members  

Reaction::JElement Class Reference

#include <Reaction.h>

List of all members.

Public Methods

 JElement ()
 JElement (int withRespectTo, double jValue)
virtual ~JElement ()
int GetWithRespectTo () const
double GetJValue () const
void SetWithRespectTo (int withRespectTo)
void SetJValue (double jValue)

Private Attributes

int _withRespectTo
double _jValue


Constructor & Destructor Documentation

Reaction::JElement::JElement   [inline]
 

Definition at line 35 of file Reaction.h.

Reaction::JElement::JElement int    withRespectTo,
double    jValue
[inline]
 

Definition at line 36 of file Reaction.h.

References _jValue, and _withRespectTo.

virtual Reaction::JElement::~JElement   [inline, virtual]
 

Definition at line 41 of file Reaction.h.


Member Function Documentation

double Reaction::JElement::GetJValue   const [inline]
 

Definition at line 43 of file Reaction.h.

References _jValue.

int Reaction::JElement::GetWithRespectTo   const [inline]
 

Definition at line 42 of file Reaction.h.

References _withRespectTo.

void Reaction::JElement::SetJValue double    jValue [inline]
 

Definition at line 45 of file Reaction.h.

References _jValue.

void Reaction::JElement::SetWithRespectTo int    withRespectTo [inline]
 

Definition at line 44 of file Reaction.h.

References _withRespectTo.


Member Data Documentation

double Reaction::JElement::_jValue [private]
 

Definition at line 48 of file Reaction.h.

Referenced by GetJValue, JElement, and SetJValue.

int Reaction::JElement::_withRespectTo [private]
 

Definition at line 47 of file Reaction.h.

Referenced by GetWithRespectTo, JElement, and SetWithRespectTo.


The documentation for this class was generated from the following file:
Generated on Mon Nov 3 10:07:53 2003 by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002