com.jstatcom.engine.mlab
Class MLabLoadTypes

java.lang.Object
  extended by com.jstatcom.engine.LoadTypes
      extended by com.jstatcom.engine.mlab.MLabLoadTypes

public final class MLabLoadTypes
extends LoadTypes

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

Author:
Markus Kraetzig

Field Summary
static MLabLoadTypes EXE
          An executable file that is in the subdirectory jmlab.
static MLabLoadTypes SYSLIB
          A system library name that must be in the library path.
static MLabLoadTypes USERLIB
          A user library name that is in the subdirectory jmlab.
 
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

SYSLIB

public static final MLabLoadTypes SYSLIB
A system library name that must be in the library path.


USERLIB

public static final MLabLoadTypes USERLIB
A user library name that is in the subdirectory jmlab.


EXE

public static final MLabLoadTypes EXE
An executable file that is in the subdirectory jmlab.