Uses of Class
org.eclipse.epsilon.eol.execute.ExecutorFactory
-
-
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute
Methods in org.eclipse.epsilon.eol.execute that return ExecutorFactory Modifier and Type Method Description ExecutorFactory
ExecutorFactory. getBase()
Methods in org.eclipse.epsilon.eol.execute with parameters of type ExecutorFactory Modifier and Type Method Description void
ExecutorFactory. setBase(ExecutorFactory parent)
Constructors in org.eclipse.epsilon.eol.execute with parameters of type ExecutorFactory Constructor Description ExecutorFactory(ExecutorFactory parent)
-
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute.context
Fields in org.eclipse.epsilon.eol.execute.context declared as ExecutorFactory Modifier and Type Field Description protected ExecutorFactory
EolContext. executorFactory
Methods in org.eclipse.epsilon.eol.execute.context that return ExecutorFactory Modifier and Type Method Description ExecutorFactory
EolContext. getExecutorFactory()
ExecutorFactory
IEolContext. getExecutorFactory()
Methods in org.eclipse.epsilon.eol.execute.context with parameters of type ExecutorFactory Modifier and Type Method Description void
EolContext. setExecutorFactory(ExecutorFactory executorFactory)
void
IEolContext. setExecutorFactory(ExecutorFactory executorFactory)
-
Uses of ExecutorFactory in org.eclipse.epsilon.eol.execute.context.concurrent
Methods in org.eclipse.epsilon.eol.execute.context.concurrent that return ExecutorFactory Modifier and Type Method Description protected ExecutorFactory
EolContextParallel. createThreadLocalExecutorFactory()
ExecutorFactory
EolContextParallel. getExecutorFactory()
Methods in org.eclipse.epsilon.eol.execute.context.concurrent with parameters of type ExecutorFactory Modifier and Type Method Description void
EolContextParallel. setExecutorFactory(ExecutorFactory executorFactory)
-
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute
Subclasses of ExecutorFactory in org.eclipse.epsilon.erl.execute Modifier and Type Class Description class
RuleExecutorFactory
Constructors in org.eclipse.epsilon.erl.execute with parameters of type ExecutorFactory Constructor Description RuleExecutorFactory(ExecutorFactory parent)
-
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute.context
Methods in org.eclipse.epsilon.erl.execute.context with parameters of type ExecutorFactory Modifier and Type Method Description void
ErlContext. setExecutorFactory(ExecutorFactory executorFactory)
-
Uses of ExecutorFactory in org.eclipse.epsilon.erl.execute.context.concurrent
Methods in org.eclipse.epsilon.erl.execute.context.concurrent that return ExecutorFactory Modifier and Type Method Description protected ExecutorFactory
ErlContextParallel. createThreadLocalExecutorFactory()
Methods in org.eclipse.epsilon.erl.execute.context.concurrent with parameters of type ExecutorFactory Modifier and Type Method Description void
ErlContextParallel. setExecutorFactory(ExecutorFactory executorFactory)
-