Uses of Interface
org.eclipse.epsilon.erl.IErlModule
Package
Description
-
Uses of IErlModule in org.eclipse.epsilon.ecl
-
Uses of IErlModule in org.eclipse.epsilon.ecl.concurrent
Modifier and TypeClassDescriptionclass
A no-op parallel module, useful only for extending and setting threads in parallelMatches.class
Executes rule-element pairs marked with the@parallel
annotation in parallel. -
Uses of IErlModule in org.eclipse.epsilon.egl
-
Uses of IErlModule in org.eclipse.epsilon.egl.concurrent
Modifier and TypeClassDescriptionclass
class
class
-
Uses of IErlModule in org.eclipse.epsilon.emg
Modifier and TypeClassDescriptionclass
The Emg Module is responsible for execution emg scripts. -
Uses of IErlModule in org.eclipse.epsilon.eml
-
Uses of IErlModule in org.eclipse.epsilon.epl
Modifier and TypeClassDescriptionclass
Base implementation of IEplModule allowing for alternative extensions / implementations.class
Generator-based sequential implementation of EPL. -
Uses of IErlModule in org.eclipse.epsilon.epl.concurrent
Modifier and TypeClassDescriptionclass
Only useful for parallel first-order operations.class
Executes each pattern independently. -
Uses of IErlModule in org.eclipse.epsilon.erl
Modifier and TypeInterfaceDescriptioninterface
IErlModuleAtomBatches<D extends RuleAtom<?>>
Interface for rule-based languages with deterministically ordered jobs which can be split into independent units of execution. -
Uses of IErlModule in org.eclipse.epsilon.erl.concurrent
-
Uses of IErlModule in org.eclipse.epsilon.erl.execute.context
Modifier and TypeMethodDescriptionErlContext.getModule()
default IErlModule
IErlContext.getModule()
Casts the IModule to IErlModule -
Uses of IErlModule in org.eclipse.epsilon.erl.execute.context.concurrent
-
Uses of IErlModule in org.eclipse.epsilon.erl.launch
Modifier and TypeMethodDescriptionprotected IErlModule
ErlRunConfiguration.Builder.createModule()
ErlRunConfiguration.getModule()
-
Uses of IErlModule in org.eclipse.epsilon.etl
-
Uses of IErlModule in org.eclipse.epsilon.etl.concurrent
Modifier and TypeClassDescriptionclass
No-op ETL module, useful for taking advantage of parallel operations only. -
Uses of IErlModule in org.eclipse.epsilon.evl
-
Uses of IErlModule in org.eclipse.epsilon.evl.concurrent
Modifier 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 IErlModule in org.eclipse.epsilon.flock
-
Uses of IErlModule in org.eclipse.epsilon.picto
-
Uses of IErlModule in org.eclipse.epsilon.pinset