Package pdp.scrabble.utility

Examples of pdp.scrabble.utility.CrossCheck


    public DawgCrossCheckSet(DAWGItf graph, AIBoardModel model) {
  this.dawg = graph;
  this.model = model;
  for (int i=0 ; i<Board.VERT_DIM ; i++)
      for (int j=0 ; j<Board.HORI_DIM ; j++)
    crossChecks[i][j] = new CrossCheck();
    }
View Full Code Here

TOP

Related Classes of pdp.scrabble.utility.CrossCheck

Copyright © 2018 www.massapicom. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.