|
|||||||||
| Home >> All >> mlsub >> typing >> [ lowlevel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
mlsub.typing.lowlevel
Class LowlevelSolutionHandler

java.lang.Objectmlsub.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.
|
|||||||||
| Home >> All >> mlsub >> typing >> [ lowlevel overview ] | PREV CLASS NEXT CLASS | ||||||||
SUMMARY: JAVADOC | SOURCE | DOWNLOAD | NESTED | FIELD | CONSTR | METHOD |
DETAIL: FIELD | CONSTR | METHOD | ||||||||
JAVADOC
mlsub.typing.lowlevel.LowlevelSolutionHandler