Uses of Interface
org.eclipse.epsilon.hutn.IHutnContext
-
Packages that use IHutnContext Package Description org.eclipse.epsilon.hutn -
-
Uses of IHutnContext in org.eclipse.epsilon.hutn
Classes in org.eclipse.epsilon.hutn that implement IHutnContext Modifier and Type Class Description class
HutnContext
Methods in org.eclipse.epsilon.hutn that return IHutnContext Modifier and Type Method Description IHutnContext
HutnModule. getContext()
Constructors in org.eclipse.epsilon.hutn with parameters of type IHutnContext Constructor Description HutnModule(IHutnContext context)
Instantiates the module with the specified execution context.
-