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 IToolpublic IEolContext getContext()
getContext in interface IToolpublic void initialize(List<Object> parameters)
initialize in interface IToolCopyright © 2016. All rights reserved.