public class AbstractTool extends Object implements ITool
Modifier and Type | Field and Description |
---|---|
protected IEolContext |
context |
Constructor and Description |
---|
AbstractTool() |
Modifier and Type | Method and Description |
---|---|
IEolContext |
getContext() |
void |
initialize(List<Object> parameters) |
void |
setContext(IEolContext context) |
protected IEolContext context
public void setContext(IEolContext context)
setContext
in interface ITool
public IEolContext getContext()
getContext
in interface ITool
public void initialize(List<Object> parameters)
initialize
in interface ITool
Copyright © 2016. All rights reserved.