|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use Option | |
---|---|
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 Option in org.maltparser.core.options |
---|
Methods in org.maltparser.core.options that return Option | |
---|---|
Option |
OptionDescriptions.getOption(String optionflag)
Returns an option based on the option flag |
Option |
OptionGroup.getOption(String optionname)
Returns the option according to the option name. |
Option |
OptionDescriptions.getOption(String optiongroup,
String optionname)
Returns an option based on the option name and/or the option group name |
Methods in org.maltparser.core.options that return types with arguments of type Option | |
---|---|
Collection<Option> |
OptionDescriptions.getOptionGroupList(String groupname)
Returns a collection of option that are member of an option group |
Collection<Option> |
OptionGroup.getOptionList()
Returns all options for this option group. |
Set<Option> |
OptionDescriptions.getSaveOptionSet()
Returns a set of option that are marked as SAVEOPTION |
Methods in org.maltparser.core.options with parameters of type Option | |
---|---|
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 |
OptionContainer.getOptionValue(Option option)
Returns the option value object for the option. |
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. |
String |
OptionContainer.getOptionValueString(Option option)
Returns a string representation of the option value for the specified option. |
Uses of Option in org.maltparser.core.options.option |
---|
Subclasses of Option in org.maltparser.core.options.option | |
---|---|
class |
BoolOption
A boolean option is an option that can only contain a boolean value (true or false). |
class |
ClassOption
A class type option is an option that can only contain string value that corresponds to a class. |
class |
EnumOption
An enumerate option is an option that can only contain string value, which is in the legal value set. |
class |
IntegerOption
An integer option is an option that can only contain an integer value. |
class |
StringEnumOption
A string enum type option is an option that can only contain string value that corresponds to another string. |
class |
StringOption
A string option is an option that contains a string value. |
class |
UnaryOption
An unary option is an option that doesn't need a value to the specified. |
Methods in org.maltparser.core.options.option with parameters of type Option | |
---|---|
int |
Option.compareTo(Option o)
|
|
MaltParser 1.4.1 | |||||||||
PREV NEXT | FRAMES NO FRAMES |