Package edm.edom3
Interface EDMCompiler
-
- All Superinterfaces:
EDMContextDependent
,EDMWorker
public interface EDMCompiler extends EDMWorker
To find descriptions of the available compilers:- Version:
- 3
- Author:
- Arne Toen, EPM Technology AS.
- See Also:
EDMWorkerFactory.getExpressCompiler()
,EDMWorkerFactory.getExpressXCompiler()
,EDMWorkerFactory.getQueryCompiler()
,Copyright(C) EPM Technology AS.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
setSchemaName(java.lang.String s)
Set schema name for Express compiler-
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
-
Methods inherited from interface edm.edom3.EDMWorker
execute, getConfiguration, getFileMappings, getFormalParameters, getHitsOut, getIndexOut, getLogDescription, getOptions, getParameters, getResult, getSource, getTarget, resetOptions, setConfiguration, setFileMappings, setOptions, setParameters, setSource, setSystemOutput, setSystemOutput, setTarget, setUserOutput, setUserOutput
-
-
-
-
Field Detail
-
EXP
static final int EXP
Denotes an EXPRESS schema- See Also:
- Constant Field Values
-
XPX
static final int XPX
Denotes an EXPRESS-X schema map- See Also:
- Constant Field Values
-
REX
static final int REX
Denotes a rule schema- See Also:
- Constant Field Values
-
QEX
static final int QEX
Denotes a query schema- See Also:
- Constant Field Values
-
-