Package | Description |
---|---|
org.eclipse.epsilon.eml.execute.context | |
org.eclipse.epsilon.etl | |
org.eclipse.epsilon.etl.dom | |
org.eclipse.epsilon.etl.execute.context | |
org.eclipse.epsilon.etl.strategy |
Modifier and Type | Interface and Description |
---|---|
interface |
IEmlContext |
Modifier and Type | Class and Description |
---|---|
class |
EmlContext |
Modifier and Type | Field and Description |
---|---|
protected IEtlContext |
EtlModule.context |
Modifier and Type | Method and Description |
---|---|
IEtlContext |
EtlModule.getContext() |
IEtlContext |
IEtlModule.getContext() |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EtlModule.hasLazyRules(IEtlContext context) |
void |
EtlModule.setContext(IEtlContext context) |
void |
IEtlModule.setContext(IEtlContext context) |
Modifier and Type | Field and Description |
---|---|
protected IEtlContext |
TransformationRule.context |
Modifier and Type | Method and Description |
---|---|
boolean |
TransformationRule.appliesTo(Object source,
IEtlContext context,
boolean asSuperRule) |
boolean |
TransformationRule.appliesTo(Object source,
IEtlContext context,
boolean asSuperRule,
boolean checkTypes) |
boolean |
TransformationRule.canTransformExcluded(IEtlContext context) |
protected void |
TransformationRule.executeSuperRulesAndBody(Object source,
Collection<Object> targets_,
IEtlContext context) |
Collection<?> |
TransformationRule.transform(Object source,
Collection<Object> targets,
IEtlContext context) |
Collection<?> |
TransformationRule.transform(Object source,
IEtlContext context) |
void |
TransformationRule.transformAll(IEtlContext context,
List<Object> excluded) |
Modifier and Type | Class and Description |
---|---|
class |
EtlContext |
Modifier and Type | Method and Description |
---|---|
protected void |
FastTransformationStrategy.executeTransformations(TransformationList transformations,
IEtlContext context) |
List<TransformationRule> |
DefaultTransformationStrategy.getRulesFor(Object source,
IEtlContext context) |
Collection<?> |
FastTransformationStrategy.transform(Object source,
IEtlContext context,
List<String> rules) |
Collection<?> |
ITransformationStrategy.transform(Object source,
IEtlContext context,
List<String> rules) |
Collection<?> |
DefaultTransformationStrategy.transform(Object source,
IEtlContext context,
List<String> rules) |
void |
FastTransformationStrategy.transformModels(IEtlContext context) |
void |
ITransformationStrategy.transformModels(IEtlContext context) |
void |
DefaultTransformationStrategy.transformModels(IEtlContext context) |
Copyright © 2016. All rights reserved.