|
MaltParser 1.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.maltparser.core.io.dataformat.DataFormatSpecification.Dependency
public class DataFormatSpecification.Dependency
| Field Summary | |
|---|---|
protected String |
dependentOn
|
protected String |
map
|
protected String |
mapUrl
|
protected String |
urlString
|
| Constructor Summary | |
|---|---|
DataFormatSpecification.Dependency(String dependentOn,
String urlString,
String map,
String mapUrl)
|
|
| Method Summary | |
|---|---|
String |
getDependentOn()
|
String |
getMap()
|
String |
getMapUrl()
|
String |
getUrlString()
|
protected void |
setDependentOn(String dependentOn)
|
protected void |
setMap(String map)
|
void |
setMapUrl(String mapUrl)
|
void |
setUrlString(String urlString)
|
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String dependentOn
protected String urlString
protected String map
protected String mapUrl
| Constructor Detail |
|---|
public DataFormatSpecification.Dependency(String dependentOn,
String urlString,
String map,
String mapUrl)
| Method Detail |
|---|
public String getDependentOn()
protected void setDependentOn(String dependentOn)
public String getUrlString()
public void setUrlString(String urlString)
public String getMap()
protected void setMap(String map)
public String getMapUrl()
public void setMapUrl(String mapUrl)
public String toString()
toString in class Object
|
MaltParser 1.6.1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||