public abstract class MaximumAPost
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
abstract boolean |
checkBest() |
abstract void |
clear() |
abstract IWorldWeight |
getWorldWeight() |
boolean |
isInterested(ScanTerm t) |
void |
nowFalse(ScanTerm t)
Called during the search (only if transactions are enabled)
enables the MAPTracker to know what type of world this is currently
Ex: a correct one, or a variant one
|
void |
nowTrue(ScanTerm t)
Called during the search (only if transactions are enabled)
enables the MAPTracker to know what type of world this is currently
Ex: a correct one, or a variant one
|
public abstract boolean checkBest()
public abstract IWorldWeight getWorldWeight()
public abstract void clear()
public boolean isInterested(ScanTerm t)
public void nowTrue(ScanTerm t)
t
- public void nowFalse(ScanTerm t)
t
-