|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface MutableNetwork
Interface to the network used by VarHandlers.
| Method Summary | |
|---|---|
void |
changeCostOffset(long delta)
Changes the cost offset by some value. |
int |
getStoreLevel()
Retrieves the current store level for domain pruning. |
void |
modified(ArcCompanion companion)
Tells the network that an arc has been modified. |
void |
remove(Arc arc)
Removes an arc from the network. |
| Method Detail |
|---|
void remove(Arc arc)
arc - The arc to be removedvoid modified(ArcCompanion companion)
companion - The arc that was modifiedint getStoreLevel()
void changeCostOffset(long delta)
delta - the change in cost
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||