Class TypeMappingConstructs
- java.lang.Object
-
- org.eclipse.epsilon.flock.model.domain.typemappings.TypeMappingConstructs
-
public class TypeMappingConstructs extends Object
-
-
Field Summary
Fields Modifier and Type Field Description protected EquivalenceFactory
defaultEquivalenceFactory
protected List<TypeMappingConstruct>
typeMappingConstructs
-
Constructor Summary
Constructors Constructor Description TypeMappingConstructs(EquivalenceFactory defaultEquivalenceFactory)
TypeMappingConstructs(TypeMappingConstruct... typeMappings)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
add(TypeMappingConstruct typeMapping)
void
check(MigrationStrategyCheckingContext context)
Equivalence
createEquivalence(TypeMappingContext context)
-
-
-
Field Detail
-
typeMappingConstructs
protected final List<TypeMappingConstruct> typeMappingConstructs
-
defaultEquivalenceFactory
protected final EquivalenceFactory defaultEquivalenceFactory
-
-
Constructor Detail
-
TypeMappingConstructs
public TypeMappingConstructs(TypeMappingConstruct... typeMappings)
-
TypeMappingConstructs
public TypeMappingConstructs(EquivalenceFactory defaultEquivalenceFactory)
-
-
Method Detail
-
add
public void add(TypeMappingConstruct typeMapping)
-
check
public void check(MigrationStrategyCheckingContext context)
-
createEquivalence
public Equivalence createEquivalence(TypeMappingContext context) throws EolRuntimeException
- Throws:
EolRuntimeException
-
-