|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use OptionException | |
---|---|
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. |
Uses of OptionException in org.maltparser.core.options |
---|
Methods in org.maltparser.core.options that throw OptionException | |
---|---|
void |
OptionGroup.addOption(Option option)
Adds an option to the option group. |
boolean |
OptionValues.addOptionValue(int containerType,
int containerIndex,
Option option,
Object value)
Adds an option value to an option to one of the internal option container specified by the type. |
void |
OptionContainer.addOptionValue(int type,
Option option,
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. |
Object |
OptionValues.getOptionValue(int containerIndex,
Option option)
Returns the option value for an option that is in a specific option container. |
Object |
OptionValues.getOptionValue(Option option)
Returns the option value for an option. |
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. |
Constructors in org.maltparser.core.options that throw OptionException | |
---|---|
OptionContainer(int index)
Creates an option container |
Uses of OptionException in org.maltparser.core.options.option |
---|
Methods in org.maltparser.core.options.option that throw OptionException | |
---|---|
Object |
ClassOption.getDefaultValueObject()
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |