Package | Description |
---|---|
org.maltparser.core.options |
Classes for management of all options used in the application and its plugins.
|
org.maltparser.core.options.option |
Contains classes for types of options.
|
Modifier and Type | Method and Description |
---|---|
void |
OptionGroup.addOption(Option option)
Adds an option to the option group.
|
protected boolean |
OptionValues.addOptionValue(int containerType,
int containerIndex,
Option option,
java.lang.Object value)
Adds an option value to an option to one of the internal option container specified by the type.
|
protected void |
OptionContainer.addOptionValue(int type,
Option option,
java.lang.Object value)
Adds an option value to an option to one of the internal option container specified by the type.
|
boolean |
OptionContainer.contains(int type,
Option option)
Returns true if the option is present in the specified internal option container, otherwise false.
|
java.lang.Object |
OptionValues.getOptionValue(int containerIndex,
Option option)
Returns the option value for an option that is in a specific option container.
|
java.lang.Object |
OptionValues.getOptionValue(Option option)
Returns the option value for an option.
|
java.lang.String |
OptionValues.getOptionValueString(int containerIndex,
Option option)
Returns a string representation of the option value for an option that is in a specific option container.
|
Constructor and Description |
---|
OptionContainer(int index)
Creates an option container
|
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
ClassOption.getDefaultValueObject() |
Copyright 2007-2017 Johan Hall, Jens Nilsson and Joakim Nivre.