Package org.eclipse.epsilon.eol.tools
Interface ITool
-
- All Known Implementing Classes:
AbstractTool,EmfTool,EolSystem,GmfTool,ModelFactory,PatternMatcherTool,ProfilerTool,SchedulerTool
public interface ITool
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IEolContextgetContext()voidinitialize(java.util.List<java.lang.Object> parameters)voidsetContext(IEolContext context)
-
-
-
Method Detail
-
setContext
void setContext(IEolContext context)
-
getContext
IEolContext getContext()
-
initialize
void initialize(java.util.List<java.lang.Object> parameters)
-
-