com.jstatcom.engine.grte
Class GRTELoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.grte.GRTELoadTypes

public class GRTELoadTypes
extends LoadTypes

This class contains all module types that can be loaded by a GRTE engine.

Author:
Markus Kraetzig

Field Summary
static GRTELoadTypes GCG
          A GAUSS compiled executable (.gcg).
static GRTELoadTypes GLOBAL
          A global symbol.
 
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

GCG

public static final GRTELoadTypes GCG
A GAUSS compiled executable (.gcg).


GLOBAL

public static final GRTELoadTypes GLOBAL
A global symbol.