Class EvlAtom<T extends IExecutableModuleElementParameter>
- java.lang.Object
-
- org.eclipse.epsilon.erl.execute.data.RuleAtom<T>
-
- org.eclipse.epsilon.erl.execute.data.ExecutableRuleAtom<T>
-
- org.eclipse.epsilon.evl.execute.atoms.EvlAtom<T>
-
- Type Parameters:
T
-
- All Implemented Interfaces:
Runnable
,Callable<Object>
,Supplier<Object>
,CheckedRunnable<EolRuntimeException>
,CheckedSupplier<Object,EolRuntimeException>
,CheckedEolRunnable
,CheckedEolSupplier<Object>
- Direct Known Subclasses:
ConstraintAtom
,ConstraintContextAtom
public abstract class EvlAtom<T extends IExecutableModuleElementParameter> extends ExecutableRuleAtom<T>
- Since:
- 1.6
- Author:
- Sina Madani
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description IEvlContext
getContext()
void
setContext(IEvlContext context)
-
Methods inherited from class org.eclipse.epsilon.erl.execute.data.ExecutableRuleAtom
call, execute, getThrows, runThrows
-
Methods inherited from class org.eclipse.epsilon.erl.execute.data.RuleAtom
asEntry, equals, execute, hashCode, toString
-
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
-
Methods inherited from interface org.eclipse.epsilon.eol.function.CheckedEolRunnable
run
-
Methods inherited from interface org.eclipse.epsilon.eol.function.CheckedEolSupplier
get
-
-
-
-
Constructor Detail
-
EvlAtom
public EvlAtom(T construct, Object modelElement, IEvlContext context)
-
-
Method Detail
-
setContext
public void setContext(IEvlContext context)
-
getContext
public IEvlContext getContext()
-
-