com.jstatcom.engine.mlab
Class MLabLoadTypes
- java.lang.Object
-
- com.jstatcom.engine.LoadTypes
-
- 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.
-
-
Field Summary
Fields Modifier and Type Field and Description static MLabLoadTypesEXEAn executable file that is in the subdirectoryjmlab.static MLabLoadTypesSYSLIBA system library name that must be in the library path.static MLabLoadTypesUSERLIBA user library name that is in the subdirectoryjmlab.
-
-
-
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 subdirectoryjmlab.
-
EXE
public static final MLabLoadTypes EXE
An executable file that is in the subdirectoryjmlab.
-
-
DMelt 3.0 © DataMelt by jWork.ORG