org.eclipse.epsilon.eol.tools
Class AbstractTool

java.lang.Object
  extended by org.eclipse.epsilon.eol.tools.AbstractTool
All Implemented Interfaces:
ITool
Direct Known Subclasses:
EmfTool, EolSystem, GmfTool, ModelFactory, PatternMatcherTool, ProfilerTool, SchedulerTool

public class AbstractTool
extends java.lang.Object
implements ITool


Constructor Summary
AbstractTool()
           
 
Method Summary
 IEolContext getContext()
           
 void initialize(java.util.List<java.lang.Object> parameters)
           
 void setContext(IEolContext context)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractTool

public AbstractTool()
Method Detail

setContext

public void setContext(IEolContext context)
Specified by:
setContext in interface ITool

getContext

public IEolContext getContext()
Specified by:
getContext in interface ITool

initialize

public void initialize(java.util.List<java.lang.Object> parameters)
Specified by:
initialize in interface ITool