| Package | Description |
|---|---|
| net.sf.oriented.omi |
This package is the public interface, with
OM
as the key interface defining oriented matroids. |
| Modifier and Type | Method and Description |
|---|---|
static Options.Impl |
Options.Impl.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Options.Impl[] |
Options.Impl.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Constructor and Description |
|---|
Options(Options.Impl hash)
Allows using the non-default implementation.
|