public class Candidate extends Object implements Comparable<Candidate>
| Modifier and Type | Field and Description |
|---|---|
Boolean |
cachedDecision |
SearchNode |
cachedSearchNode |
Boolean |
cachedSNDecision |
InterpretationNode |
refinement |
| Constructor and Description |
|---|
Candidate(InterpretationNode ref,
int id) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
checkDependenciesSatisfied(long v) |
int |
compareTo(Candidate c) |
boolean |
isConflicting() |
String |
toString() |
public Boolean cachedDecision
public Boolean cachedSNDecision
public SearchNode cachedSearchNode
public InterpretationNode refinement
public Candidate(InterpretationNode ref, int id)
public boolean isConflicting()
public boolean checkDependenciesSatisfied(long v)
public int compareTo(Candidate c)
compareTo in interface Comparable<Candidate>Copyright © 2018. All rights reserved.