volatileprototypes.fvlib
Class Solver

java.lang.Object
  extended by volatileprototypes.fvlib.Solver
Direct Known Subclasses:
Behavior, BehaviorSpringRelaxation

public class Solver
extends java.lang.Object

Since:
0.4.0

Nested Class Summary
protected  class Solver.Caller
           
 
Field Summary
protected static java.util.concurrent.ExecutorService xs
           
 
Constructor Summary
Solver()
           
 
Method Summary
protected  void finalizeFunction()
           
protected  int getNumCPUs()
           
 void step()
           
protected  void stepFunction(int step, int offset)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

xs

protected static java.util.concurrent.ExecutorService xs
Constructor Detail

Solver

public Solver()
Method Detail

getNumCPUs

protected int getNumCPUs()

step

public final void step()

stepFunction

protected void stepFunction(int step,
                            int offset)

finalizeFunction

protected void finalizeFunction()