|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.jstatcom.engine.LoadTypes com.jstatcom.engine.gauss.GaussLoadTypes
public class GaussLoadTypes
This class contains all module types that can be loaded by a GAUSS engine.
Field Summary | |
---|---|
static GaussLoadTypes |
GCG
A GAUSS compiled executable (.gcg), loaded via the use command. |
static GaussLoadTypes |
GLOBAL
A global symbol. |
static GaussLoadTypes |
LIB
A GAUSS library (.lcg), loaded via the lib command. |
static GaussLoadTypes |
SYS
A dynamic link library (.dll under Windows). |
Method Summary |
---|
Methods inherited from class com.jstatcom.engine.LoadTypes |
---|
equals, hashCode, name, toString |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final GaussLoadTypes SYS
public static final GaussLoadTypes LIB
lib
command.
public static final GaussLoadTypes GCG
use
command.
public static final GaussLoadTypes GLOBAL
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |