Package | Description |
---|---|
solver |
Modifier and Type | Method and Description |
---|---|
private Edge |
CubeAlgorithm.findEdge(RubiksCube cube,
ColorsEnum color1,
ColorsEnum color2)
Searches through all edges of given cube-representation and returns the Edge object with the two specified colors.
|
protected Edge |
RubiksCube.getEdge(int i)
Method returns Edge object.
|
Modifier and Type | Method and Description |
---|---|
private void |
CubeAlgorithm.moveEdge(RubiksCube cube,
Edge edge)
Applies maneuver to cube-representation, after which given edge is correctly oriented on front-top-up position.
|