Package | Description |
---|---|
enums | |
solver |
Modifier and Type | Method and Description |
---|---|
static FacesEnum |
FacesEnum.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static FacesEnum[] |
FacesEnum.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
boolean |
Corner.onFace(FacesEnum face)
Checks if corner is on given face.
|
boolean |
Edge.onFace(FacesEnum face)
Checks if edge is on given face.
|