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 TypeClassDescriptionclassclassExecutes rule-element pairs marked with the@parallelannotation in parallel.classEvlModuleParallelAtoms<A extends EvlAtom<?>>classclassclassProvides data-parallelism, executing all applicable constraints for a given model element in a separate job. -
Uses of IEvlModule in org.eclipse.epsilon.evl.dom
Methods in org.eclipse.epsilon.evl.dom that return IEvlModule -
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 TypeMethodDescriptionvoidValidationView.fix(IEvlModule module, ValidationViewFixer fixer) voidValidationViewFixer.fix(IEvlModule module) protected voidValidationViewFixer.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 TypeMethodDescriptionvoidEvlValidator.ValidationProblemListener.onParseException(IEvlModule module, Exception ex) voidEvlValidator.ValidationProblemListener.onParseProblems(IEvlModule module, List<ParseProblem> parseProblems) voidEvlValidator.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 IEvlModuleEvlRunConfiguration.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 IEvlModuleEpsilonUtil.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