public class IndexEntry
extends java.lang.Object
Constructor and Description |
---|
IndexEntry(ScanTerm term) |
Modifier and Type | Method and Description |
---|---|
void |
addCreate(FormulaCreate create) |
boolean |
equals(java.lang.Object o) |
java.lang.Iterable<FormulaCreate> |
getCreates() |
double |
getImmediateWeight() |
int |
hashCode() |
boolean |
hasNoDepends() |
java.lang.String |
toString() |
void |
uncreate() |
public ScanTerm term
public IndexEntry(ScanTerm term)
public double getImmediateWeight()
public void uncreate()
public void addCreate(FormulaCreate create)
public boolean hasNoDepends()
public java.lang.Iterable<FormulaCreate> getCreates()
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object o)
equals
in class java.lang.Object
public java.lang.String toString()
toString
in class java.lang.Object