Uses of Interface
org.eclipse.epsilon.evl.IEvlModule
Packages that use IEvlModule
Package
Description
-
Uses of IEvlModule in org.eclipse.epsilon.evl
Classes in org.eclipse.epsilon.evl that implement IEvlModuleMethods in org.eclipse.epsilon.evl with parameters of type IEvlModule -
Uses of IEvlModule in org.eclipse.epsilon.evl.concurrent
Classes in org.eclipse.epsilon.evl.concurrent that implement IEvlModuleModifier and TypeClassDescriptionclass
class
Executes rule-element pairs marked with the@parallel
annotation in parallel.class
EvlModuleParallelAtoms<A extends EvlAtom<?>>
class
class
class
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 -
Uses of IEvlModule in org.eclipse.epsilon.evl.dt.launching
Methods in org.eclipse.epsilon.evl.dt.launching that return IEvlModuleModifier and TypeMethodDescriptionEvlLaunchConfigurationDelegate.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 IEvlModuleMethods in org.eclipse.epsilon.evl.dt.views with parameters of type IEvlModuleModifier and TypeMethodDescriptionvoid
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 IEvlModuleMethods in org.eclipse.epsilon.evl.emf.validation that return IEvlModuleMethods in org.eclipse.epsilon.evl.emf.validation with parameters of type IEvlModuleModifier and TypeMethodDescriptionvoid
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.execute
Methods in org.eclipse.epsilon.evl.execute with parameters of type IEvlModule -
Uses of IEvlModule in org.eclipse.epsilon.evl.execute.atoms
Methods in org.eclipse.epsilon.evl.execute.atoms with parameters of type IEvlModuleModifier and TypeMethodDescriptionstatic 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 -
Uses of IEvlModule in org.eclipse.epsilon.evl.execute.context.concurrent
Methods in org.eclipse.epsilon.evl.execute.context.concurrent that return IEvlModule -
Uses of IEvlModule in org.eclipse.epsilon.evl.launch
Methods in org.eclipse.epsilon.evl.launch that return IEvlModuleModifier and TypeMethodDescriptionprotected IEvlModule
EvlRunConfiguration.Builder.createModule()
EvlRunConfiguration.getModule()
-
Uses of IEvlModule in org.eclipse.epsilon.hutn.util
Methods in org.eclipse.epsilon.hutn.util that return IEvlModuleModifier and TypeMethodDescriptionstatic 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 -
Uses of IEvlModule in org.eclipse.epsilon.workflow.tasks
Methods in org.eclipse.epsilon.workflow.tasks that return IEvlModule