Uses of Interface
org.eclipse.epsilon.evl.IEvlModule
-
-
Uses of IEvlModule in org.eclipse.epsilon.evl
Classes in org.eclipse.epsilon.evl that implement IEvlModule Modifier and Type Class Description class
EvlModule
Methods in org.eclipse.epsilon.evl with parameters of type IEvlModule Modifier and Type Method Description void
IEvlFixer. fix(IEvlModule module)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.concurrent
Classes in org.eclipse.epsilon.evl.concurrent that implement IEvlModule Modifier and Type Class Description class
EvlModuleParallel
class
EvlModuleParallelAnnotation
Executes rule-element pairs marked with the@parallel
annotation in parallel.class
EvlModuleParallelAtoms<A extends EvlAtom<?>>
class
EvlModuleParallelConstraintAtoms
class
EvlModuleParallelContextAtoms
class
EvlModuleParallelElements
Provides data-parallelism, executing all applicable constraints for a given model element in a separate job. -
Uses of IEvlModule in org.eclipse.epsilon.evl.dt.editor
Methods in org.eclipse.epsilon.evl.dt.editor that return IEvlModule Modifier and Type Method Description IEvlModule
EvlEditor. createModule()
-
Uses of IEvlModule in org.eclipse.epsilon.evl.dt.launching
Methods in org.eclipse.epsilon.evl.dt.launching that return IEvlModule Modifier and Type Method Description IEvlModule
EvlLaunchConfigurationDelegate. getDefaultModule(org.eclipse.debug.core.ILaunchConfiguration configuration)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.dt.views
Fields in org.eclipse.epsilon.evl.dt.views declared as IEvlModule Modifier and Type Field Description protected IEvlModule
ValidationView. module
Methods in org.eclipse.epsilon.evl.dt.views with parameters of type IEvlModule Modifier and Type Method Description void
ValidationView. fix(IEvlModule module, ValidationViewFixer fixer)
void
ValidationViewFixer. fix(IEvlModule module)
protected void
ValidationViewFixer. fixImpl(IEvlModule module)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.emf.validation
Fields in org.eclipse.epsilon.evl.emf.validation declared as IEvlModule Modifier and Type Field Description protected IEvlModule
EvlValidator. module
Methods in org.eclipse.epsilon.evl.emf.validation that return IEvlModule Modifier and Type Method Description protected IEvlModule
EvlValidator. newModule()
Methods in org.eclipse.epsilon.evl.emf.validation with parameters of type IEvlModule Modifier and Type Method Description void
EvlValidator.ValidationProblemListener. onParseException(IEvlModule module, Exception ex)
void
EvlValidator.ValidationProblemListener. onParseProblems(IEvlModule module, List<ParseProblem> parseProblems)
void
EvlValidator.ValidationProblemListener. onRuntimeException(IEvlModule module, EolRuntimeException ex)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.engine.test.acceptance
Fields in org.eclipse.epsilon.evl.engine.test.acceptance with type parameters of type IEvlModule Modifier and Type Field Description Supplier<? extends IEvlModule>
EvlTests. moduleGetter
Methods in org.eclipse.epsilon.evl.engine.test.acceptance that return types with arguments of type IEvlModule Modifier and Type Method Description static Collection<Supplier<? extends IEvlModule>>
EvlAcceptanceTestUtil. modules()
static Collection<Supplier<? extends IEvlModule>>
EvlAcceptanceTestUtil. modules(boolean includeStandard)
static Iterable<Supplier<? extends IEvlModule>>
EvlTests. modules()
Methods in org.eclipse.epsilon.evl.engine.test.acceptance with parameters of type IEvlModule Modifier and Type Method Description static File
EvlTests. getTestScript(IEvlModule module)
static void
EvlTests. loadEVL(IEvlModule module, boolean optimised)
static void
EvlTests. loadEVL(IEvlModule module, boolean optimised, String scriptName)
Method parameters in org.eclipse.epsilon.evl.engine.test.acceptance with type arguments of type IEvlModule Modifier and Type Method Description static Collection<EvlRunConfiguration>
EvlAcceptanceTestUtil. getScenarios(List<String[]> testInputs, boolean includeTest, Collection<Supplier<? extends IEvlModule>> moduleGetters)
static Collection<EvlRunConfiguration>
EvlAcceptanceTestUtil. getScenarios(List<String[]> testInputs, boolean includeTest, Collection<Supplier<? extends IEvlModule>> moduleGetters, Function<String[],Integer> idCalculator)
A list of pre-configured Runnables which will call the execute() method on the provided module. -
Uses of IEvlModule in org.eclipse.epsilon.evl.execute
Methods in org.eclipse.epsilon.evl.execute with parameters of type IEvlModule Modifier and Type Method Description void
CommandLineFixer. fix(IEvlModule module)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.execute.atoms
Methods in org.eclipse.epsilon.evl.execute.atoms with parameters of type IEvlModule Modifier and Type Method Description static ArrayList<ConstraintAtom>
ConstraintAtom. getAllJobs(IEvlModule module)
static ArrayList<ConstraintContextAtom>
ConstraintContextAtom. getAllJobs(IEvlModule module)
-
Uses of IEvlModule in org.eclipse.epsilon.evl.execute.context
Methods in org.eclipse.epsilon.evl.execute.context that return IEvlModule Modifier and Type Method Description IEvlModule
EvlContext. getModule()
IEvlModule
IEvlContext. getModule()
Casts the IModule to IEvlModule -
Uses of IEvlModule in org.eclipse.epsilon.evl.execute.context.concurrent
Methods in org.eclipse.epsilon.evl.execute.context.concurrent that return IEvlModule Modifier and Type Method Description IEvlModule
EvlContextParallel. getModule()
-
Uses of IEvlModule in org.eclipse.epsilon.evl.launch
Methods in org.eclipse.epsilon.evl.launch that return IEvlModule Modifier and Type Method Description protected IEvlModule
EvlRunConfiguration.Builder. createModule()
IEvlModule
EvlRunConfiguration. getModule()
-
Uses of IEvlModule in org.eclipse.epsilon.hutn.util
Methods in org.eclipse.epsilon.hutn.util that return IEvlModule Modifier and Type Method Description static IEvlModule
EpsilonUtil. initialseEvlModule(IEvlFixer fixer, IModel model, IModel... extraModels)
-
Uses of IEvlModule in org.eclipse.epsilon.hutn.validation
Methods in org.eclipse.epsilon.hutn.validation with parameters of type IEvlModule Modifier and Type Method Description void
AbstractFixer. fix(IEvlModule module)
-
Uses of IEvlModule in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks that return IEvlModule Modifier and Type Method Description protected IEvlModule
EvlTask. createDefaultModule()
-