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 |
---|---|
Face.Type |
Face.type()
The type, ie the position of the face in the lattice.
|
static Face.Type |
Face.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Face.Type[] |
Face.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|