Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

mlsub.typing.lowlevel
Class LowlevelSolutionHandler  view LowlevelSolutionHandler download LowlevelSolutionHandler.java

java.lang.Object
  extended bymlsub.typing.lowlevel.LowlevelSolutionHandler

public abstract class LowlevelSolutionHandler
extends java.lang.Object

Version:
$Revision: 1.1 $, $Date: 2000/06/14 13:32:52 $

Field Summary
private  DomainVector _solution
           
 
Constructor Summary
LowlevelSolutionHandler()
           
 
Method Summary
protected  int getSolutionOf(int x)
           
protected abstract  void handle()
          Called when a solution is found.
(package private)  void handle(DomainVector _solution)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

_solution

private DomainVector _solution
Constructor Detail

LowlevelSolutionHandler

public LowlevelSolutionHandler()
Method Detail

handle

final void handle(DomainVector _solution)

getSolutionOf

protected final int getSolutionOf(int x)

handle

protected abstract void handle()
Called when a solution is found. handle can then call getSolutionOf(x) to retrieve the solution.