EDMCompiler
edm.edom3
Interface EDMCompiler
All Superinterfaces:EDMContextDependent, EDMWorker
public interface EDMCompiler extends EDMWorker
To find descriptions of the available compilers:Version:3Author:Arne Toen, EPM Technology AS.See Also:EDMWorkerFactory.getExpressCompiler(), EDMWorkerFactory.getExpressXCompiler(), EDMWorkerFactory.getQueryCompiler(), Copyright(C) EPM Technology AS.
Field Summary
FieldsÂ
Method Summary
All Methods Instance Methods Abstract MethodsÂ
Modifier and Type Method and Description void
setSchemaName(java.lang.String s)
Set schema name for Express compilerMethods 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
Methods inherited from interface edm.edom3.EDMContextDependent
getContext
Field Detail
EXP
static final int EXP
Denotes an EXPRESS schemaSee Also:Constant Field Values
XPX
static final int XPX
Denotes an EXPRESS-X schema mapSee Also:Constant Field Values
REX
static final int REX
Denotes a rule schemaSee Also:Constant Field Values
QEX
static final int QEX
Denotes a query schemaSee Also:Constant Field Values
Method Detail
setSchemaName
void setSchemaName(java.lang.String s)
Set schema name for Express compilerParameters:s - schema name