volatileprototypes.fvlib
Class Solver.Caller

java.lang.Object
  extended by volatileprototypes.fvlib.Solver.Caller
All Implemented Interfaces:
java.util.concurrent.Callable<java.lang.Object>
Enclosing class:
Solver

protected final class Solver.Caller
extends java.lang.Object
implements java.util.concurrent.Callable<java.lang.Object>


Constructor Summary
Solver.Caller(int stepin, int offsetin)
           
 
Method Summary
 java.lang.Object call()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Solver.Caller

public Solver.Caller(int stepin,
                     int offsetin)
Method Detail

call

public java.lang.Object call()
Specified by:
call in interface java.util.concurrent.Callable<java.lang.Object>