FileDocCategorySizeDatePackage
Solver.javaAPI DocExample683Sat Jan 31 17:10:06 GMT 1998dcj.examples

Solver

public interface Solver
Source code from "Java Distributed Computing", by Jim Farley. Class: Solver Example: 3-1 Description: Base interface for the distributed object examples in the chapter.

Fields Summary
Constructors Summary
Methods Summary
public intgetIterations()

public ProblemSetgetProblem()

public voidsetIterations(int numIter)

public voidsetProblem(ProblemSet s)

public booleansolve()

public booleansolve(ProblemSet s, int numIters)