| Package | Description |
|---|---|
| net.zomis.minesweeper.analyze | |
| net.zomis.minesweeper.analyze.detail |
| Modifier and Type | Class and Description |
|---|---|
class |
AnalyzeResultsImpl<T> |
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResult<T> |
AnalyzeResultsImpl.cloneAddSolve(List<FieldRule<T>> extraRules) |
AnalyzeResult<T> |
AnalyzeResult.cloneAddSolve(List<FieldRule<T>> extraRules) |
AnalyzeResult<T> |
AnalyzeFactory.solve()
Solve this analyze
|
| Modifier and Type | Method and Description |
|---|---|
AnalyzeResult<T> |
DetailedResultsImpl.getAnalyze() |
AnalyzeResult<T> |
DetailedResults.getAnalyze()
Get the underlying analyze that these detailed results was based on
|
| Modifier and Type | Method and Description |
|---|---|
static <T> DetailedResults<T> |
DetailAnalyze.solveDetailed(AnalyzeResult<T> analyze,
NeighborFind<T> neighborStrategy) |
| Constructor and Description |
|---|
DetailedResultsImpl(AnalyzeResult<T> analyze,
Map<T,FieldProxy<T>> proxies,
int proxyCount) |
Copyright © 2014. All rights reserved.