FileDocCategorySizeDatePackage
ProblemSetImpl.javaAPI DocExample603Sun Jan 11 17:29:58 GMT 1998DCJ.examples

ProblemSetImpl

public class ProblemSetImpl extends _ProblemSetImplBase
Source code from "Java Distributed Computing", by Jim Farley. Class: ProblemSetImpl Example: 3-8 Description: Implementation of the ProblemSet Java interface generated by idltojava from the IDL interface from Ex. 3-4.

Fields Summary
protected double
value
protected double
solution
Constructors Summary
Methods Summary
public doublegetSolution()

 return solution; 
public doublegetValue()

 return value; 
public voidsetSolution(double s)

 solution = s; 
public voidsetValue(double v)

 value = v;