Uses of Interface
org.eclipse.epsilon.eml.strategy.IMergingStrategy
-
Packages that use IMergingStrategy Package Description org.eclipse.epsilon.eml.execute.context org.eclipse.epsilon.eml.strategy -
-
Uses of IMergingStrategy in org.eclipse.epsilon.eml.execute.context
Methods in org.eclipse.epsilon.eml.execute.context that return IMergingStrategy Modifier and Type Method Description IMergingStrategy
EmlContext. getMergingStrategy()
IMergingStrategy
IEmlContext. getMergingStrategy()
Methods in org.eclipse.epsilon.eml.execute.context with parameters of type IMergingStrategy Modifier and Type Method Description void
EmlContext. setMergingStrategy(IMergingStrategy mergingStrategy)
void
IEmlContext. setMergingStrategy(IMergingStrategy mergingStrategy)
-
Uses of IMergingStrategy in org.eclipse.epsilon.eml.strategy
Classes in org.eclipse.epsilon.eml.strategy that implement IMergingStrategy Modifier and Type Class Description class
DefaultMergingStrategy
-