Package org.eclipse.epsilon.etl
Interface IEtlModule
-
- All Superinterfaces:
IEolModule
,IErlModule
,IModule
,ModuleElement
- All Known Subinterfaces:
IEmlModule
- All Known Implementing Classes:
EmlModule
,EtlModule
,EtlModuleParallel
public interface IEtlModule extends IErlModule
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default IEtlContext
getContext()
List<TransformationRule>
getDeclaredTransformationRules()
List<TransformationRule>
getTransformationRules()
-
Methods inherited from interface org.eclipse.epsilon.eol.IEolModule
configure, execute, getConfigurationProperties, getDeclaredModelDeclarations, getDeclaredOperations, getImports, getMain, getModelDeclarations, getOperations, getParentModule, getParseProblems, getPostOperationStatements, parse, setContext, setParentModule
-
Methods inherited from interface org.eclipse.epsilon.erl.IErlModule
getDeclaredPost, getDeclaredPre, getPost, getPre
-
Methods inherited from interface org.eclipse.epsilon.common.module.IModule
createAst, getSourceUri, parse, parse, parse, parse, parse
-
Methods inherited from interface org.eclipse.epsilon.common.module.ModuleElement
build, getChildren, getComments, getData, getFile, getModule, getParent, getRegion, getUri, setModule, setParent, setRegion, setUri
-
-
-
-
Method Detail
-
getDeclaredTransformationRules
List<TransformationRule> getDeclaredTransformationRules()
-
getTransformationRules
List<TransformationRule> getTransformationRules()
-
getContext
default IEtlContext getContext()
- Specified by:
getContext
in interfaceIEolModule
- Specified by:
getContext
in interfaceIErlModule
-
-