|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||
java.lang.Objectcom.pdmfc.tea.modules.SModule
com.pdmfc.tea.modules.SModuleMath
public class SModuleMath
Package of math related commands.
| Field Summary | |
|---|---|
static java.lang.Integer |
MINUS_ONE
The value minus one. |
static java.lang.Integer |
ONE
The value one. |
static java.lang.Integer |
ZERO
The value zero. |
| Constructor Summary | |
|---|---|
SModuleMath()
|
|
| Method Summary | |
|---|---|
void |
init(STeaRuntime context)
Populates the context with commands and variables. |
| Methods inherited from class com.pdmfc.tea.modules.SModule |
|---|
end, start, stop |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
public static final java.lang.Integer ZERO
public static final java.lang.Integer ONE
public static final java.lang.Integer MINUS_ONE
| Constructor Detail |
|---|
public SModuleMath()
| Method Detail |
|---|
public void init(STeaRuntime context)
throws STeaException
SModulecontext with commands and variables. If
this method is redefined in a derived class then the implementation
in the derived class is always expected to call this
implementation.
init in class SModulecontext - Reference to the STeaRuntime object to be
populated.
STeaException
|
Tea Java Runtime API Version 3.2.5 |
|||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||