|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface NodeContent<K,V>
| Method Summary | |
|---|---|
Set<K> |
dependencies()
dependencies should not change during computation |
V |
getCurrentResult()
retrieve the information computed so far |
V |
getResult()
retrieve the information for this node when the computation is finished |
boolean |
hasChanged(K key,
NodeContent<K,V> node,
Solver<K,V> solver)
Notifies this node that some node has changed |
| Method Detail |
|---|
boolean hasChanged(K key,
NodeContent<K,V> node,
Solver<K,V> solver)
Set<K> dependencies()
V getCurrentResult()
V getResult()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||