|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectinfer.BDBAtomEntry
@Entity public class BDBAtomEntry
Field Summary | |
---|---|
int |
aid
|
double |
delta
|
boolean |
fixed
|
boolean |
lowTruth
|
int |
tallyTrue
|
boolean |
truth
|
double |
violate
|
Constructor Summary | |
---|---|
BDBAtomEntry()
|
|
BDBAtomEntry(int id)
|
Method Summary | |
---|---|
boolean |
criticalForHardClauses()
|
void |
flip()
|
void |
invertDelta()
|
boolean |
restoreLowTruth()
|
boolean |
saveLowTruth()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
@PrimaryKey(sequence="AtomID") public int aid
public double delta
public boolean fixed
public boolean lowTruth
public int tallyTrue
public boolean truth
public double violate
Constructor Detail |
---|
public BDBAtomEntry()
public BDBAtomEntry(int id)
Method Detail |
---|
public boolean criticalForHardClauses()
public void flip()
public void invertDelta()
public boolean restoreLowTruth()
public boolean saveLowTruth()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |