
public abstract class ATool extends Object implements ITool
| Modifier and Type | Field and Description |
|---|---|
protected CountDownLatch |
cdl |
protected org.aksw.simba.knowledgeextraction.commons.config.CfgManager |
cfgManager |
static org.apache.log4j.Logger |
LOG |
protected static Properties |
versions |
| Constructor and Description |
|---|
ATool() |
| Modifier and Type | Method and Description |
|---|---|
String |
getToolName()
Returns the tools name.
|
String |
getToolVersion() |
static String |
getToolVersion(String name) |
abstract void |
run() |
void |
setCountDownLatch(CountDownLatch cdl)
Sets a CountDownLatch object.
|
public static final org.apache.log4j.Logger LOG
protected final org.aksw.simba.knowledgeextraction.commons.config.CfgManager cfgManager
protected static Properties versions
protected CountDownLatch cdl
public String getToolVersion()
getToolVersion in interface IToolpublic String getToolName()
IToolgetToolName in interface IToolpublic void setCountDownLatch(CountDownLatch cdl)
IToolsetCountDownLatch in interface IToolCopyright © 2024. All rights reserved.