org.objectweb.proactive.calcium.examples.nqueens.bt2
Class DivideBT2

java.lang.Object
  extended by org.objectweb.proactive.calcium.examples.nqueens.bt2.DivideBT2
All Implemented Interfaces:
java.io.Serializable, Divide<Board>, Muscle

public class DivideBT2
extends java.lang.Object
implements Divide<Board>

See Also:
Serialized Form

Constructor Summary
DivideBT2()
           
 
Method Summary
 java.util.Vector<Board> divide(Board board)
           
 java.util.Vector<Board> divideBT2(BoardBT2 board)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DivideBT2

public DivideBT2()
Method Detail

divide

public java.util.Vector<Board> divide(Board board)
                               throws java.lang.RuntimeException,
                                      EnvironmentException
Specified by:
divide in interface Divide<Board>
Throws:
java.lang.RuntimeException
EnvironmentException

divideBT2

public java.util.Vector<Board> divideBT2(BoardBT2 board)


Copyright 2001-2007 INRIA All Rights Reserved.