org.objectweb.proactive.calcium.examples.nqueens
Class SolveBoard

java.lang.Object
  extended by org.objectweb.proactive.calcium.examples.nqueens.SolveBoard
All Implemented Interfaces:
java.io.Serializable, Execute<Board>, Muscle
Direct Known Subclasses:
SolveBT1, SolveBT2

public abstract class SolveBoard
extends java.lang.Object
implements Execute<Board>

See Also:
Serialized Form

Field Summary
protected  int n1
           
protected  int n2
           
 
Constructor Summary
SolveBoard()
           
 
Method Summary
protected  void display(Board board)
           
protected  Board mixBoard(Board board, int n1, int n2)
           
protected  int position(int bit)
           
protected  void printbit(Board board, int valor)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.objectweb.proactive.calcium.interfaces.Execute
execute
 

Field Detail

n1

protected int n1

n2

protected int n2
Constructor Detail

SolveBoard

public SolveBoard()
Method Detail

position

protected int position(int bit)

mixBoard

protected Board mixBoard(Board board,
                         int n1,
                         int n2)

display

protected void display(Board board)

printbit

protected void printbit(Board board,
                        int valor)


Copyright 2001-2007 INRIA All Rights Reserved.