#include <Reaction.h>
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 |
|
Definition at line 35 of file Reaction.h. |
|
Definition at line 36 of file Reaction.h. References _jValue, and _withRespectTo. |
|
Definition at line 41 of file Reaction.h. |
|
Definition at line 43 of file Reaction.h. References _jValue. |
|
Definition at line 42 of file Reaction.h. References _withRespectTo. |
|
Definition at line 45 of file Reaction.h. References _jValue. |
|
Definition at line 44 of file Reaction.h. References _withRespectTo. |
|
Definition at line 48 of file Reaction.h. |
|
Definition at line 47 of file Reaction.h. Referenced by GetWithRespectTo, JElement, and SetWithRespectTo. |