public class GroundingPlan
extends java.lang.Object
Constructor and Description |
---|
GroundingPlan(int conditionLength) |
Modifier and Type | Method and Description |
---|---|
int |
getNext(IndexEntry[] found) |
void |
permanentReject(IndexEntry[] found,
int recommended) |
void |
reward(long nanoDiff) |
public static final int DONE
public static final int FAIL
public void reward(long nanoDiff)
public int getNext(IndexEntry[] found)
public void permanentReject(IndexEntry[] found, int recommended)