|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IVariable<T extends IVariable>
Represents a single variable in a fixed-point iterative system.
| Method Summary | |
|---|---|
void |
copyState(T v)
Set this variable to have the same state as another one |
int |
getOrderNumber()
Variables must allow the solver implementation to get/set an order number, which the solver uses to control evaluation order. |
void |
setOrderNumber(int i)
Variables must allow the solver implementation to get/set an order number, which the solver uses to control evaluation order. |
| Methods inherited from interface com.ibm.wala.util.graph.INodeWithNumber |
|---|
getGraphNodeId, setGraphNodeId |
| Method Detail |
|---|
int getOrderNumber()
void setOrderNumber(int i)
void copyState(T v)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||