public class WikipediaCliCategoryDepth extends WikipediaCliMinimum
| Constructor and Description |
|---|
WikipediaCliCategoryDepth() |
| Modifier and Type | Method and Description |
|---|---|
int |
getCategoryID() |
int |
getmaxDepth() |
int |
getminDepth() |
double |
getPercentage()
getters
|
java.io.File |
getStatsFile() |
protected void |
loadOptions()
Loads additional options: percentage of categories with keywords, input file,
depth and category
|
void |
parseArguments(java.lang.String[] args)
Method to parse the arguments received.
|
exitError, exitHelp, getLanguage, getPropertyInt, getPropertyStr, getYear, parseLineprotected void loadOptions()
loadOptions in class WikipediaCliMinimumpublic void parseArguments(java.lang.String[] args)
WikipediaCliMinimumparseArguments in class WikipediaCliMinimumpublic double getPercentage()
public java.io.File getStatsFile()
public int getminDepth()
public int getmaxDepth()
public int getCategoryID()