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 IEolContext
getContext()
void
initialize(java.util.List<java.lang.Object> parameters)
void
setContext(IEolContext context)
-
-
-
Method Detail
-
setContext
void setContext(IEolContext context)
-
getContext
IEolContext getContext()
-
initialize
void initialize(java.util.List<java.lang.Object> parameters)
-
-