|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public static interface PieceDestroyer.DestroyLogic
An interface to be implemented by specific puzzles to detail the parameters and methodology by which pieces are destroyed in the puzzle board.
| Method Summary | |
|---|---|
int |
getMinimumLength()
Returns the minimum length of a contiguously piece segment that should be destroyed. |
boolean |
isEquivalent(int a,
int b)
Returns whether piece a is equivalent to piece b for the
purposes of including it in a contiguous piece segment to be destroyed. |
| Method Detail |
|---|
int getMinimumLength()
boolean isEquivalent(int a,
int b)
a is equivalent to piece b for the
purposes of including it in a contiguous piece segment to be destroyed.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||