-
Returns the enum constant of this class with the specified name.
Capabilities.Capability.values()
Returns an array containing the constants of this enum class, in
the order they are declared.
Returns an Iterator over the stored capabilities
Returns an Iterator over the stored dependencies
void
disables the given capability Disabling NOMINAL_ATTRIBUTES also disables
BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and EMPTY_NOMINAL_ATTRIBUTES.
void
disables the given capability.
void
disables the dependency of the given capability Disabling
NOMINAL_ATTRIBUTES also disables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and
EMPTY_NOMINAL_ATTRIBUTES.
void
disables the given "not to have" capability.
void
enables the given capability.
void
enables the given capability.
void
enables the dependency flag for the given capability Enabling
NOMINAL_ATTRIBUTES also enables BINARY_ATTRIBUTES, UNARY_ATTRIBUTES and
EMPTY_NOMINAL_ATTRIBUTES.
void
enables the given "not to have" capability.
boolean
returns true if the classifier handler has the specified capability
boolean
returns true if the given capability can be handled.
boolean
returns true if the classifier handler has a dependency for the specified
capability
boolean
whether the given capability is enabled.
boolean
whether the given "not to have" capability is enabled.